Skip to content

Commit

Permalink
fixup! minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Sep 3, 2023
1 parent a6ed1d6 commit a83dfb9
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 @@ -46,6 +46,7 @@ jobs:
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("reshape2",quiet=TRUE)) < 1) install.packages("reshape2")
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 a83dfb9

Please sign in to comment.