add support for R via renv

This commit is contained in:
Lorenz 2021-02-04 00:22:44 +01:00 committed by Anthony Sottile
parent b193d9e67b
commit f1502119a2
15 changed files with 443 additions and 4 deletions

View file

@ -0,0 +1,5 @@
stopifnot(
packageVersion('rprojroot') == '1.0',
packageVersion('gli.clu') == '0.0.0.9000'
)
cat("Hello, World, from R!\n")