From 4ac8f99d202cab7e7916133411ed4920ccec5b03 Mon Sep 17 00:00:00 2001 From: Hadley Wickham Date: Mon, 30 Oct 2023 13:21:04 -0500 Subject: [PATCH] Upkeep (spooky spring cleaning) (#410) * Update for rebrand * Update license metadata * Recommend pak * `use_tidy_github_actions()` More of #398 --- .github/workflows/test-coverage.yaml | 2 +- DESCRIPTION | 4 ++-- LICENSE | 2 +- LICENSE.md | 2 +- README.Rmd | 4 ++-- README.md | 4 ++-- man/xml2-package.Rd | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 2c5bb50..27d4528 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -31,7 +31,7 @@ jobs: covr::codecov( quiet = FALSE, clean = FALSE, - install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package") + install_path = file.path(normalizePath(Sys.getenv("RUNNER_TEMP"), winslash = "/"), "package") ) shell: Rscript {0} diff --git a/DESCRIPTION b/DESCRIPTION index 956c046..7276d69 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,10 +2,10 @@ Package: xml2 Title: Parse XML Version: 1.3.5.9000 Authors@R: c( - person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")), + person("Hadley", "Wickham", , "hadley@posit.co", role = c("aut", "cre")), person("Jim", "Hester", role = "aut"), person("Jeroen", "Ooms", role = "aut"), - person("RStudio", role = c("cph", "fnd")), + person("Posit Software, PBC", role = c("cph", "fnd")), person("R Foundation", role = "ctb", comment = "Copy of R-project homepage cached as example") ) diff --git a/LICENSE b/LICENSE index 3cfc33b..1c743f1 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2020 +YEAR: 2023 COPYRIGHT HOLDER: xml2 authors diff --git a/LICENSE.md b/LICENSE.md index 9fd9ca9..a8f2e36 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2020 xml2 authors +Copyright (c) 2023 xml2 authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.Rmd b/README.Rmd index a7cfea8..374a543 100644 --- a/README.Rmd +++ b/README.Rmd @@ -35,8 +35,8 @@ install.packages("xml2") or you can install the development version from github, using `devtools`: ```r -# install.packages("devtools") -devtools::install_github("r-lib/xml2") +# install.packages("pak") +pak::pak("r-lib/xml2") ``` ## Usage diff --git a/README.md b/README.md index 1bb0475..e65adf3 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ or you can install the development version from github, using `devtools`: ``` r -# install.packages("devtools") -devtools::install_github("r-lib/xml2") +# install.packages("pak") +pak::pak("r-lib/xml2") ``` ## Usage diff --git a/man/xml2-package.Rd b/man/xml2-package.Rd index eeb7208..d3a149c 100644 --- a/man/xml2-package.Rd +++ b/man/xml2-package.Rd @@ -18,7 +18,7 @@ Useful links: } \author{ -\strong{Maintainer}: Hadley Wickham \email{hadley@rstudio.com} +\strong{Maintainer}: Hadley Wickham \email{hadley@posit.co} Authors: \itemize{ @@ -28,7 +28,7 @@ Authors: Other contributors: \itemize{ - \item RStudio [copyright holder, funder] + \item Posit Software, PBC [copyright holder, funder] \item R Foundation (Copy of R-project homepage cached as example) [contributor] }