We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8be924 commit e9fc7bcCopy full SHA for e9fc7bc
changelog.org
@@ -1,6 +1,12 @@
1
* v0.1.6
2
- fix syntax used for ~{.union.}~ pragma in wrapped R types, old
3
syntax not valid on modern Nim
4
+- fix up path logic for ~dyn.load~ in autogenerated R scripts. It now
5
+ uses the path to the R script as the base directory for the shared
6
+ library. This means the shared library must be in the same
7
+ directory. Feel free to update the path as needed in the
8
+ autogenerated R script by hand of course.
9
+- clarify raw vector test case and fix vector tests
10
* v0.1.5
11
- handle Nim procedures that return void when using
12
={.exportR.}=. This is done by rewriting to a =SEXP= return type,
0 commit comments