Skip to content

Commit

Permalink
Upgraded ps
Browse files Browse the repository at this point in the history
  • Loading branch information
rmbielby committed Sep 13, 2024
1 parent a94f651 commit 81b1aad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .hooks/pre-commit.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if (ncol(ign_files) > 1) {
}
}

suffixes <- "xlsx$|dat$|csv$|tex$|pdf$"
suffixes <- "xlsx$|dat$|csv$|tex$|pdf$|rds$|rda$"

current_files <- data.frame(files = list.files("./", recursive = TRUE)) %>%
filter(grepl(suffixes, files), !grepl("renv|datafiles_log.csv", files))
Expand Down
6 changes: 4 additions & 2 deletions datafiles_log.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
filename,status
data/la_maintained_schools_revenue_reserve_final.csv,published
data/some_unpublished_data.csv,unpublished
data/all_student_numbers.rds,published
data/all_student_percentages.rds,published
data/grade_lookup.rds,published
data/qual_lookup.rds,published
4 changes: 2 additions & 2 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1273,14 +1273,14 @@
},
"ps": {
"Package": "ps",
"Version": "1.7.7",
"Version": "1.8.0",
"Source": "Repository",
"Repository": "CRAN",
"Requirements": [
"R",
"utils"
],
"Hash": "878b467580097e9c383acbb16adab57a"
"Hash": "4b9c8485b0c7eecdf0a9ba5132a45576"
},
"purrr": {
"Package": "purrr",
Expand Down

0 comments on commit 81b1aad

Please sign in to comment.