Skip to content

Commit

Permalink
Upkeep (spooky spring cleaning) (#410)
Browse files Browse the repository at this point in the history
* Update for rebrand
* Update license metadata
* Recommend pak
* `use_tidy_github_actions()`

More of #398
  • Loading branch information
hadley authored Oct 30, 2023
1 parent ef2310b commit 4ac8f99
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2020
YEAR: 2023
COPYRIGHT HOLDER: xml2 authors
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/xml2-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ac8f99

Please sign in to comment.