Skip to content

Commit 5c90553

Browse files
committed
Remove library()
1 parent 199a4eb commit 5c90553

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

inst/hooks/exported/validate-renv-lock.R

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
#!/usr/bin/env Rscript
22

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-
143
files <- commandArgs(trailing = TRUE)
154
renv_schema <- '{
165
"$schema": "http://json-schema.org/draft-07/schema#",

0 commit comments

Comments
 (0)