summaryrefslogtreecommitdiffstats
path: root/testing/resources/r_hooks_repo/hello-world.R
blob: bf8d92f42c249024608816b035c6d2c742bbd79d (plain)
1
2
3
4
5
stopifnot(
    packageVersion('rprojroot') == '1.0',
    packageVersion('gli.clu') == '0.0.0.9000'
)
cat("Hello, World, from R!\n")