Add tests for R builds
This commit is contained in:
parent
69b268e6f7
commit
1de359f3e6
1 changed files with 505 additions and 0 deletions
12
test/testpkg/DESCRIPTION
Normal file
12
test/testpkg/DESCRIPTION
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
Package: testpkg
|
||||
Type: Package
|
||||
Title: A Test Package
|
||||
Version: 0.1.0
|
||||
Authors@R: person("Test", "Pkg", email = "test@test", role = c("aut", "cre"))
|
||||
Description: A test package.
|
||||
License: MIT
|
||||
Depends:
|
||||
R (>= 3.1)
|
||||
SystemRequirements: C++11
|
||||
RoxygenNote: 6.1.1
|
||||
Encoding: UTF-8
|
||||
Loading…
Reference in a new issue