Skip to content

Commit

Permalink
nope, can't unlink pkgstats_path in ctags_test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpadge committed Jul 10, 2024
1 parent 1633c53 commit f4a460b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pkgstats
Title: Metrics of R Packages
Version: 0.1.5.013
Version: 0.1.5.014
Authors@R:
person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2172-5265"))
Expand Down
1 change: 0 additions & 1 deletion R/ctags-test.R
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ ctags_test <- function (quiet = TRUE) {
}
dir.create (td)
chk <- file.copy (pkgstats_path, td, recursive = TRUE)
chk <- unlink (pkgstats_path, recursive = TRUE)
# unlink (pkgstats_path, recursive = TRUE) # done in unload
cmd <- "export GTAGS_LABEL=new-ctags; gtags"
gtags_test <- withr::with_dir (file.path (td, "pkgstats"), system (cmd, intern = TRUE))
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/ropensci-review-tools/pkgstats",
"issueTracker": "https://github.com/ropensci-review-tools/pkgstats/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.1.5.013",
"version": "0.1.5.014",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down

0 comments on commit f4a460b

Please sign in to comment.