From 28c038fae16797875805a27f1ce64793eb5938f0 Mon Sep 17 00:00:00 2001 From: "Pavel N. Krivitsky" Date: Tue, 1 Oct 2024 21:06:07 +1000 Subject: [PATCH] Forked the release branch, updated version, date, and citation. --- .github/workflows/R-CMD-check.yaml | 2 +- DESCRIPTION | 4 ++-- inst/CITATION | 18 +++++++++--------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 2553f54..31f935c 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -94,7 +94,7 @@ jobs: run: | if [[ "${{ env.IAM }}" == 'public' ]] # Public: full set. then - config='${{ env.PUBLIC_CONFIG }}' + config='${{ env.RELEASE_CONFIG }}' elif [[ "${{ env.FOUND_PUBLIC }}" != '0' ]] # Private with no public analogue: reduced set. then config='${{ env.PRIVATE_CONFIG }}' diff --git a/DESCRIPTION b/DESCRIPTION index d8dee4d..fa3c877 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: statnet.common -Version: 4.10.0-447 -Date: 2024-09-23 +Version: 4.10.0 +Date: 2024-10-01 Title: Common R Scripts and Utilities Used by the Statnet Project Software Authors@R: c( person(c("Pavel", "N."), "Krivitsky", role=c("aut","cre"), email="pavel@statnet.org", comment=c(ORCID="0000-0002-9101-3362", affiliation="University of New South Wales")), diff --git a/inst/CITATION b/inst/CITATION index 1f98b6e..3e5ca4f 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -8,15 +8,15 @@ citHeader(paste0(sQuote("statnet.common"), " is part of the Statnet suite of pac # ---- END AUTOGENERATED STATNET CITATION ---- #' statnet: statnet.cite.pkg("statnet.common") # ---- BEGIN AUTOGENERATED STATNET CITATION ---- -bibentry("Manual", author = structure(list(list(given = c("Pavel", "N."), - family = "Krivitsky", role = c("aut", "cre"), email = "pavel@uow.edu.au", - comment = c(ORCID = "0000-0002-9101-3362"))), class = "person"), - title = paste("statnet.common", ": ", "Common R Scripts and Utilities Used by the Statnet Project Software", - sep = ""), organization = paste("The Statnet Project (\\url{", - "https://statnet.org", "})", sep = ""), year = substr("2019-06-02", - 1, 4), note = paste("R package version ", "4.3.0", sep = ""), - url = paste("https://CRAN.R-project.org/package=", "statnet.common", - sep = "")) +bibentry("Manual", author = structure(list(list(given = c("Pavel", +"N."), family = "Krivitsky", role = c("aut", "cre"), email = "pavel@statnet.org", + comment = c(ORCID = "0000-0002-9101-3362", affiliation = "University of New South Wales" + ))), class = "person"), title = paste("statnet.common", ": ", + gsub("\n", " ", "Common R Scripts and Utilities Used by the Statnet Project Software", + fixed = TRUE), sep = ""), organization = paste0("The Statnet Project (\\url{", + "https://statnet.org", "})"), year = substr("2024-10-01", + 1, 4), note = paste("R package version ", "4.10.0", sep = ""), + url = paste0("https://CRAN.R-project.org/package=", "statnet.common")) # ---- END AUTOGENERATED STATNET CITATION ---- #' statnet: statnet.cite.foot("statnet.common") # ---- BEGIN AUTOGENERATED STATNET CITATION ----