We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a27e1f commit a0b1490Copy full SHA for a0b1490
tests/tCallNimFromR.R
@@ -1,6 +1,8 @@
1
-dyn.load("tests/libtNimFromR.so")
2
-
3
-source('tNimFromR.R')
+# Source the autogenerated R file, which loads the dynamic
+# library and wraps them as R functions of the same name.
+# IMPORTANT: The path here is based on the location of where the
4
+# R interpreter is run!
5
+source('tests/tNimFromR.R')
6
7
check <- function(arg) {
8
if (!all(arg)){
@@ -31,6 +33,5 @@ check(y == yOrig + 1.0)
31
33
32
34
printVec(y)
35
36
checkSexp(x)
-checkSexpRaw(x)
37
+checkSexpRaw(x)
0 commit comments