1
0
Fork 0
pre-commit/testing/resources/r_hooks_repo/hello-world.R
Daniel Baumann b40b2e7e52
Merging upstream version 2.11.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 21:25:27 +01:00

5 lines
132 B
R
Executable file

stopifnot(
packageVersion('rprojroot') == '1.0',
packageVersion('gli.clu') == '0.0.0.9000'
)
cat("Hello, World, from R!\n")