Skip to content

Commit 0e8d819

Browse files
committed
fixes for R_NO_REMAP
1 parent 271cd7a commit 0e8d819

File tree

5 files changed

+158
-154
lines changed

5 files changed

+158
-154
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: NetPathMiner
2-
Version: 1.43.0
2+
Version: 1.43.1
33
Date: 2014 onwards
44
Title: NetPathMiner for Biological Network Construction, Path Mining
55
and Visualization

src/init.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
using namespace std;
1313
#endif //__cplusplus
1414

15+
#ifndef R_NO_REMAP
16+
#define R_NO_REMAP
17+
#endif
18+
1519
#include <R.h>
1620
#include <Rmath.h>
1721
#include <Rdefines.h>

0 commit comments

Comments
 (0)