Skip to content

Commit

Permalink
delint (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarbone committed Jun 2, 2024
1 parent 73eebef commit c61cbc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/testthat/scripts/help.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#!/usr/bin/Rscript --vanilla

if (!require(scribe, lib.loc = Sys.getenv("R_LIBS_SCRIBE", "~/R/scribe-library"))) {
if (!require(
scribe,
lib.loc = Sys.getenv("R_LIBS_SCRIBE", "~/R/scribe-library")
)) {
warning("expected {scribe} to be installed at R_LIBS_SCRIBE")
library(scribe)
}
Expand Down

0 comments on commit c61cbc9

Please sign in to comment.