-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #264 from r-lib/upkeep-2024-07
Upkeep 2024-07
- Loading branch information
Showing
14 changed files
with
120 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,45 @@ | ||
Package: withr | ||
Title: Run Code 'With' Temporarily Modified Global State | ||
Version: 3.0.0.9000 | ||
Authors@R: | ||
c(person(given = "Jim", | ||
family = "Hester", | ||
role = "aut"), | ||
person(given = "Lionel", | ||
family = "Henry", | ||
role = c("aut", "cre"), | ||
email = "[email protected]"), | ||
person(given = "Kirill", | ||
family = "Müller", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Kevin", | ||
family = "Ushey", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Hadley", | ||
family = "Wickham", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Winston", | ||
family = "Chang", | ||
role = "aut"), | ||
person(given = "Jennifer", | ||
family = "Bryan", | ||
role = "ctb"), | ||
person(given = "Richard", | ||
family = "Cotton", | ||
role = "ctb"), | ||
person(given = "Posit Software, PBC", | ||
role = c("cph", "fnd"))) | ||
Description: A set of functions to run code 'with' safely and | ||
temporarily modified global state. Many of these functions were | ||
originally a part of the 'devtools' package, this provides a simple | ||
package with limited dependencies to provide access to these | ||
functions. | ||
Authors@R: c( | ||
person("Jim", "Hester", role = "aut"), | ||
person("Lionel", "Henry", , "[email protected]", role = c("aut", "cre")), | ||
person("Kirill", "Müller", , "[email protected]", role = "aut"), | ||
person("Kevin", "Ushey", , "[email protected]", role = "aut"), | ||
person("Hadley", "Wickham", , "[email protected]", role = "aut"), | ||
person("Winston", "Chang", role = "aut"), | ||
person("Jennifer", "Bryan", role = "ctb"), | ||
person("Richard", "Cotton", role = "ctb"), | ||
person("Posit Software, PBC", role = c("cph", "fnd")) | ||
) | ||
Description: A set of functions to run code 'with' safely and temporarily | ||
modified global state. Many of these functions were originally a part | ||
of the 'devtools' package, this provides a simple package with limited | ||
dependencies to provide access to these functions. | ||
License: MIT + file LICENSE | ||
URL: https://withr.r-lib.org, | ||
https://github.com/r-lib/withr#readme | ||
URL: https://withr.r-lib.org, https://github.com/r-lib/withr#readme | ||
BugReports: https://github.com/r-lib/withr/issues | ||
Depends: | ||
R (>= 3.5.0) | ||
Imports: | ||
graphics, | ||
grDevices, | ||
grDevices | ||
Suggests: | ||
callr, | ||
covr, | ||
DBI, | ||
knitr, | ||
lattice, | ||
methods, | ||
rlang, | ||
rmarkdown (>= 2.12), | ||
RSQLite, | ||
testthat (>= 3.0.0) | ||
VignetteBuilder: | ||
knitr | ||
Config/Needs/website: tidyverse/tidytemplate | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.0.9000 | ||
RoxygenNote: 7.3.2 | ||
Collate: | ||
'aaa.R' | ||
'collate.R' | ||
|
@@ -93,5 +71,3 @@ Collate: | |
'torture.R' | ||
'utils.R' | ||
'with.R' | ||
Config/testthat/edition: 3 | ||
Config/Needs/website: tidyverse/tidytemplate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.