Skip to content

Commit acf0fa0

Browse files
committed
Forked the 4.13.0 release version, set CRAN checks, trimmed version, updated CITATION.
1 parent 7d4852c commit acf0fa0

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: |
117117
if [[ "${{ env.IAM }}" == 'public' ]] # Public: full set.
118118
then
119-
config='${{ env.PUBLIC_CONFIG }}'
119+
config='${{ env.RELEASE_CONFIG }}'
120120
elif [[ "${{ env.FOUND_PUBLIC }}" != '0' ]] # Private with no public analogue: reduced set.
121121
then
122122
config='${{ env.PRIVATE_CONFIG }}'

DESCRIPTION

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: statnet.common
2-
Version: 4.13.0-509
2+
Version: 4.13.0
33
Date: 2025-12-16
44
Title: Common R Scripts and Utilities Used by the Statnet Project Software
55
Authors@R: c(
@@ -22,5 +22,3 @@ Suggests: covr,
2222
purrr,
2323
testthat,
2424
MASS
25-
Remotes:
26-
krivit/roxygen2@anchor-sometimes

inst/CITATION

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ citHeader(paste0(sQuote("statnet.common"), " is part of the Statnet suite of pac
88
# ---- END AUTOGENERATED STATNET CITATION ----
99
#' statnet: statnet.cite.pkg("statnet.common")
1010
# ---- BEGIN AUTOGENERATED STATNET CITATION ----
11-
bibentry("Manual", author = structure(list(list(given = c("Pavel", "N."),
12-
family = "Krivitsky", role = c("aut", "cre"), email = "pavel@uow.edu.au",
13-
comment = c(ORCID = "0000-0002-9101-3362"))), class = "person"),
14-
title = paste("statnet.common", ": ", "Common R Scripts and Utilities Used by the Statnet Project Software",
15-
sep = ""), organization = paste("The Statnet Project (\\url{",
16-
"https://statnet.org", "})", sep = ""), year = substr("2019-06-02",
17-
1, 4), note = paste("R package version ", "4.3.0", sep = ""),
18-
url = paste("https://CRAN.R-project.org/package=", "statnet.common",
19-
sep = ""))
11+
bibentry("Manual", author = structure(list(list(given = c("Pavel",
12+
"N."), family = "Krivitsky", role = c("aut", "cre"), email = "pavel@statnet.org",
13+
comment = c(ORCID = "0000-0002-9101-3362", affiliation = "University of New South Wales"
14+
))), class = "person"), title = paste("statnet.common", ": ",
15+
gsub("\n", " ", "Common R Scripts and Utilities Used by the Statnet Project Software",
16+
fixed = TRUE), sep = ""), organization = paste0("The Statnet Project (\\url{",
17+
"https://statnet.org", "})"), year = substr("2025-12-16",
18+
1, 4), note = paste("R package version ", "4.13.0", sep = ""),
19+
url = paste0("https://CRAN.R-project.org/package=", "statnet.common"))
2020
# ---- END AUTOGENERATED STATNET CITATION ----
2121
#' statnet: statnet.cite.foot("statnet.common")
2222
# ---- BEGIN AUTOGENERATED STATNET CITATION ----

0 commit comments

Comments
 (0)