Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Sep 3, 2023
1 parent 31d4af6 commit 2c6677a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
update.packages(lib.loc=Sys.getenv("R_LIBS_USER"))
if (length(find.package("ggplot2",quiet=TRUE)) < 1) install.packages("ggplot2")
if (length(find.package("dplyr",quiet=TRUE)) < 1) install.packages("dplyr")
if (length(find.package("plyr",quiet=TRUE)) < 1) install.packages("plyr")
if (length(find.package("tidyr",quiet=TRUE)) < 1) install.packages("tidyr")
cat("running tutorial codes....")
source("tutorial.R",echo=TRUE)
Expand Down

0 comments on commit 2c6677a

Please sign in to comment.