Skip to content

Commit

Permalink
fs 'recursive' -> 'recurse'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Sep 27, 2023
1 parent 4f11c19 commit 50450a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: m4ra
Title: Many-to-Many Multi-Modal Routing Aggregator
Version: 0.1.1.020
Version: 0.1.1.021
Authors@R:
person(given = "Mark",
family = "Padgham",
Expand Down
3 changes: 1 addition & 2 deletions R/cache.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

get_hash <- function (graph, contracted = FALSE, force = FALSE) {

hash <- NULL
Expand Down Expand Up @@ -34,7 +33,7 @@ m4ra_cache_dir <- function () {
))

if (!fs::dir_exists (cache_dir)) {
fs::dir_create (cache_dir, recursive = TRUE)
fs::dir_create (cache_dir, recurse = TRUE)
}
}

Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/UrbanAnalyst/m4ra",
"issueTracker": "https://github.com/UrbanAnalyst/m4ra/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.1.020",
"version": "0.1.1.021",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit 50450a0

Please sign in to comment.