Skip to content

Commit

Permalink
revert as wrong script
Browse files Browse the repository at this point in the history
Signed-off-by: James Black <[email protected]>
  • Loading branch information
epijim authored Dec 30, 2023
1 parent fbf4a9f commit b16ffe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ncores <- parallel::detectCores(all.tests = FALSE, logical = TRUE)
if (!require("git2r")) install.packages("git2r", upgrade = "never", Ncpus = ncores)
if (!require("kableExtra")) install.packages("kableExtra", upgrade = "never", Ncpus = ncores)
if (!require("tinytex")) install.packages("tinytex", upgrade = "never", Ncpus = ncores)
if (!require("devtools")) install.packages("devtools", upgrade = "never", Ncpus = ncores)

# Conditionally install TinyTex
if(!dir.exists(paste(Sys.getenv("RUNNER_TEMP"), "TinyTeX", sep="/"))) {

Check warning on line 24 in dependencies.R

View workflow job for this annotation

GitHub Actions / Lint Code Base

file=/github/workspace/dependencies.R,line=24,col=3,[spaces_left_parentheses_linter] Place a space before left parenthesis, except in a function call.

Check warning on line 24 in dependencies.R

View workflow job for this annotation

GitHub Actions / Lint Code Base

file=/github/workspace/dependencies.R,line=24,col=63,[infix_spaces_linter] Put spaces around all infix operators.
Expand Down

0 comments on commit b16ffe2

Please sign in to comment.