diff --git a/.buildlibrary b/.buildlibrary index 1976f29..4cb337f 100644 --- a/.buildlibrary +++ b/.buildlibrary @@ -1,4 +1,4 @@ -ValidationKey: '9551739' +ValidationKey: '93926820' AutocreateReadme: yes AcceptedWarnings: - 'Warning: package ''.*'' was built under R version' diff --git a/CITATION.cff b/CITATION.cff index 9dcd731..0166e75 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -2,8 +2,8 @@ cff-version: 1.2.0 message: If you use this software, please cite it using the metadata from this file. type: software title: 'lucode2: Code Manipulation and Analysis Tools' -version: 0.47.9 -date-released: '2024-08-06' +version: 0.47.10 +date-released: '2024-08-07' abstract: A collection of tools which allow to manipulate and analyze code. authors: - family-names: Dietrich diff --git a/DESCRIPTION b/DESCRIPTION index ad7ac52..b20fd23 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: lucode2 Title: Code Manipulation and Analysis Tools -Version: 0.47.9 -Date: 2024-08-06 +Version: 0.47.10 +Date: 2024-08-07 Authors@R: c( person("Jan Philipp", "Dietrich", email = "dietrich@pik-potsdam.de", comment = c(affiliation = "Potsdam Institute for Climate Impact Research", ORCID = "0000-0002-4309-6431"), role = c("aut","cre")), diff --git a/R/updateRepo.R b/R/updateRepo.R index 3492410..678df32 100644 --- a/R/updateRepo.R +++ b/R/updateRepo.R @@ -18,7 +18,7 @@ #' @importFrom withr local_dir local_envvar with_dir #' @export updateRepo <- function(path = ".", check = TRUE, forceRebuild = FALSE, clean = TRUE, # nolint - skipFolders = c("Archive", "gdxrrw", "HARr", "SPARQL"), + skipFolders = "Archive", repoUrl = "https://rse.pik-potsdam.de/r/packages") { checkRequiredPackages("gert", "interacting with git repos") path <- normalizePath(path) diff --git a/README.md b/README.md index dd9e965..12cd412 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Code Manipulation and Analysis Tools -R package **lucode2**, version **0.47.9** +R package **lucode2**, version **0.47.10** [![CRAN status](https://www.r-pkg.org/badges/version/lucode2)](https://cran.r-project.org/package=lucode2) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4389418.svg)](https://doi.org/10.5281/zenodo.4389418) [![R build status](https://github.com/pik-piam/lucode2/workflows/check/badge.svg)](https://github.com/pik-piam/lucode2/actions) [![codecov](https://codecov.io/gh/pik-piam/lucode2/branch/master/graph/badge.svg)](https://app.codecov.io/gh/pik-piam/lucode2) [![r-universe](https://pik-piam.r-universe.dev/badges/lucode2)](https://pik-piam.r-universe.dev/builds) @@ -39,7 +39,7 @@ In case of questions / problems please contact Jan Philipp Dietrich , R package version 0.47.9, . +Dietrich J, Sauer P, Klein D, Giannousakis A, Bonsch M, Bodirsky B, Baumstark L, Richters O, Pflüger M (2024). _lucode2: Code Manipulation and Analysis Tools_. doi:10.5281/zenodo.4389418 , R package version 0.47.10, . A BibTeX entry for LaTeX users is @@ -48,7 +48,7 @@ A BibTeX entry for LaTeX users is title = {lucode2: Code Manipulation and Analysis Tools}, author = {Jan Philipp Dietrich and Pascal Sauer and David Klein and Anastasis Giannousakis and Markus Bonsch and Benjamin Leon Bodirsky and Lavinia Baumstark and Oliver Richters and Mika Pflüger}, year = {2024}, - note = {R package version 0.47.9}, + note = {R package version 0.47.10}, url = {https://github.com/pik-piam/lucode2}, doi = {10.5281/zenodo.4389418}, } diff --git a/inst/extdata/pre-commit-config.yaml b/inst/extdata/pre-commit-config.yaml index b5886b3..a37eb00 100644 --- a/inst/extdata/pre-commit-config.yaml +++ b/inst/extdata/pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: mixed-line-ending - repo: https://github.com/lorenzwalthert/precommit - rev: 7910e0323d7213f34275a7a562b9ef0fde8ce1b9 # frozen: v0.4.2 + rev: bae853d82da476eee0e0a57960ee6b741a3b3fb7 # frozen: v0.4.3 hooks: - id: parsable-R - id: deps-in-desc diff --git a/man/updateRepo.Rd b/man/updateRepo.Rd index f1575c3..7fa630c 100644 --- a/man/updateRepo.Rd +++ b/man/updateRepo.Rd @@ -9,7 +9,7 @@ updateRepo( check = TRUE, forceRebuild = FALSE, clean = TRUE, - skipFolders = c("Archive", "gdxrrw", "HARr", "SPARQL"), + skipFolders = "Archive", repoUrl = "https://rse.pik-potsdam.de/r/packages" ) }