diff --git a/CITATION.cff b/CITATION.cff index bd400dd..95e37b3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -142,7 +142,7 @@ references: title: pkgdown abstract: 'pkgdown: Make Static HTML Documentation for a Package' notes: Imports - url: https://pkgdown.r-lib.org + url: https://pkgdown.r-lib.org/ repository: https://CRAN.R-project.org/package=pkgdown authors: - family-names: Wickham @@ -155,6 +155,11 @@ references: - family-names: Salmon given-names: Maëlle orcid: https://orcid.org/0000-0002-2815-0399 + - family-names: Roy + given-names: Olivier + - family-names: Brüggemann + given-names: Salim + orcid: https://orcid.org/0000-0002-5329-5987 year: '2024' version: '>= 2.0.0' - type: software @@ -240,6 +245,8 @@ references: given-names: Michael - family-names: Kamvar given-names: Zhian N. + - family-names: Gao + given-names: Charlie year: '2024' version: '>= 2.2.1' - type: software diff --git a/DESCRIPTION b/DESCRIPTION index e536e9d..3ece223 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -40,7 +40,7 @@ Config/Needs/website: cranlogs, tidyverse, jsonlite, lubridate, reactable, Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.1 +RoxygenNote: 7.3.2 X-schema.org-isPartOf: http://ropengov.org/ X-schema.org-keywords: ropengov, template, r, r-package, github-actions, pkgdown diff --git a/codemeta.json b/codemeta.json index ab2cf70..fc84109 100644 --- a/codemeta.json +++ b/codemeta.json @@ -14,7 +14,7 @@ "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.4.0 (2024-04-24)", + "runtimePlatform": "R version 4.4.1 (2024-06-14)", "author": [ { "@type": "Person", @@ -259,7 +259,7 @@ }, "isPartOf": "http://ropengov.org/", "keywords": ["ropengov", "template", "r", "r-package", "github-actions", "pkgdown", "pkgdown-template"], - "fileSize": "631.25KB", + "fileSize": "631.176KB", "releaseNotes": "https://github.com/rOpenGov/rogtemplate/blob/master/NEWS.md", "readme": "https://github.com/rOpenGov/rogtemplate/blob/main/README.md", "contIntegration": "https://github.com/rOpenGov/rogtemplate/actions", diff --git a/inst/schemaorg.json b/inst/schemaorg.json index fd1573c..867e0da 100644 --- a/inst/schemaorg.json +++ b/inst/schemaorg.json @@ -27,6 +27,6 @@ "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.4.0 (2024-04-24)", + "runtimePlatform": "R version 4.4.1 (2024-06-14)", "version": "0.0.2.9100" } diff --git a/man/rog_build.Rd b/man/rog_build.Rd index 3244151..63708ee 100644 --- a/man/rog_build.Rd +++ b/man/rog_build.Rd @@ -45,7 +45,6 @@ This enhances reproducibility by ensuring nothing that you have loaded in the current process affects the build process.} \item{\code{install}}{If \code{TRUE}, will install the package in a temporary library so it is available for vignettes.} - \item{\code{document}}{\strong{Deprecated} Use \code{devel} instead.} }} } \description{