mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
5 lines
132 B
R
Executable file
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")
|