Skip to content

Commit

Permalink
Update roxygen version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Jan 8, 2025
1 parent 405a69b commit a651e2e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
Package: config
Type: Package
Title: Manage Environment Specific Configuration Values
Version: 0.3.2.9000
Authors@R: c(
person("JJ", "Allaire", role = c("aut"), email = "[email protected]"),
person("Andrie", "de Vries", role = "cre", email = "[email protected]"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Imports:
yaml (>= 2.1.19)
Suggests:
testthat,
knitr,
rmarkdown,
covr,
spelling,
jsonlite,
withr
Description: Manage configuration values across multiple environments (e.g.
development, test, production). Read values using a function that determines
the current environment and returns the appropriate value.
License: GPL-3
URL: https://rstudio.github.io/config/, https://github.com/rstudio/config
BugReports: https://github.com/rstudio/config/issues
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
Package: config
Type: Package
Title: Manage Environment Specific Configuration Values
Version: 0.3.2.9000
Authors@R: c(
person("JJ", "Allaire", role = c("aut"), email = "[email protected]"),
person("Andrie", "de Vries", role = "cre", email = "[email protected]"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Imports:
yaml (>= 2.1.19)
Suggests:
testthat,
knitr,
rmarkdown,
covr,
spelling,
jsonlite,
withr
Description: Manage configuration values across multiple environments (e.g.
development, test, production). Read values using a function that determines
the current environment and returns the appropriate value.
License: GPL-3
URL: https://rstudio.github.io/config/, https://github.com/rstudio/config
BugReports: https://github.com/rstudio/config/issues
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
2 changes: 1 addition & 1 deletion man/config.Rd

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

0 comments on commit a651e2e

Please sign in to comment.