We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
library()
1 parent 199a4eb commit 5c90553Copy full SHA for 5c90553
inst/hooks/exported/validate-renv-lock.R
@@ -1,16 +1,5 @@
1
#!/usr/bin/env Rscript
2
3
-if (!require(readr, quietly = TRUE)) {
4
- stop("{readr} could not be loaded, please install it.")
5
-}
6
-
7
-if (!require(jsonvalidate, quietly = TRUE)) {
8
- stop("{jsonvalidate} could not be loaded, please install it.")
9
10
11
-library(readr)
12
-library(jsonvalidate)
13
14
files <- commandArgs(trailing = TRUE)
15
renv_schema <- '{
16
"$schema": "http://json-schema.org/draft-07/schema#",
0 commit comments