1 parent 448c2c7 commit 544bf69Copy full SHA for 544bf69
1 file changed
NEWS.md
@@ -1,5 +1,8 @@
1
# quickr (development version)
2
3
+- Functions can now return multiple arrays in a `list()`, optionally
4
+ named (#49, @mns-nordicals).
5
+
6
# quickr 0.2.0
7
8
- Internal utility `r2f()` print method now shows the generated `c_bridge`
@@ -28,12 +31,12 @@
28
31
29
32
- Added workaround for cases where the compiler error message might not
30
33
display correctly in RStudio.
-
34
35
- Improved error message when using case-sensitive variable names (#18, #36, #39)
36
-- Added `AGENTS.md` and `scripts/setup_codex.sh` to enable the ChatGPT/Codex agent
37
+- Added `AGENTS.md` and `scripts/setup_codex.sh` to enable the ChatGPT/Codex agent
38
to run tests in a docker container configured without internet access.
39
40
41
# quickr 0.1.0
42
0 commit comments