Merging upstream version 2.11.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e1036806b7
commit
b40b2e7e52
33 changed files with 586 additions and 19 deletions
5
testing/resources/r_hooks_repo/hello-world.R
Executable file
5
testing/resources/r_hooks_repo/hello-world.R
Executable file
|
@ -0,0 +1,5 @@
|
|||
stopifnot(
|
||||
packageVersion('rprojroot') == '1.0',
|
||||
packageVersion('gli.clu') == '0.0.0.9000'
|
||||
)
|
||||
cat("Hello, World, from R!\n")
|
Loading…
Add table
Add a link
Reference in a new issue