Add tests for R builds
This commit is contained in:
parent
69b268e6f7
commit
1de359f3e6
1 changed files with 505 additions and 0 deletions
6
test/testpkg/NAMESPACE
Normal file
6
test/testpkg/NAMESPACE
Normal 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)
|
||||
Loading…
Reference in a new issue