Skip to content

Commit

Permalink
Forked the release branch, updated version, date, and citation.
Browse files Browse the repository at this point in the history
  • Loading branch information
krivit committed Oct 1, 2024
1 parent 31e7e1d commit 56ac06d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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="[email protected]", comment=c(ORCID="0000-0002-9101-3362", affiliation="University of New South Wales")),
Expand Down
18 changes: 9 additions & 9 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -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 ----
Expand Down

0 comments on commit 56ac06d

Please sign in to comment.