Add tests for R builds

This commit is contained in:
Greg Lin 2022-08-10 17:17:01 -05:00
commit 1de359f3e6

6
test/testpkg/NAMESPACE Normal file
View file

@ -0,0 +1,6 @@
# Generated by roxygen2: do not edit by hand
export(add_it)
export(square_it)
export(subtract_it)
useDynLib(testpkg, .registration = TRUE)