Skip to content

Commit

Permalink
Forked a 4.6 release branch, truncated version number, removed Remote…
Browse files Browse the repository at this point in the history
…s, updated citation, and set check flags.
  • Loading branch information
krivit committed Dec 18, 2023
1 parent eaacba2 commit 70b3278
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
if [[ "${{ env.IAM }}" == 'public' ]] # Public: full set.
then
config='{"config":[
{"os":"windows-latest", "r":"release", "timeout":360, "flags":"binaries"},
{"os":"macOS-latest", "r":"release", "timeout":360, "flags":"binaries, ubsan"},
{"os":"ubuntu-latest", "r":"release", "timeout":360, "flags":"full, ubsan, debug"},
{"os":"ubuntu-latest", "r":"devel", "timeout":360, "flags":"vignettes, remote"},
{"os":"ubuntu-latest", "r":"release", "timeout":360, "flags":"full, covr"}]}'
{"os":"windows-latest", "r":"release", "timeout":360, "flags":"vignettes, binaries, strict, remote"},
{"os":"macOS-latest", "r":"release", "timeout":360, "flags":"vignettes, binaries, ubsan, strict, remote"},
{"os":"ubuntu-latest", "r":"release", "timeout":360, "flags":"vignettes, full, ubsan, debug, strict"},
{"os":"ubuntu-latest", "r":"devel", "timeout":360, "flags":"vignettes, remote, strict"},
{"os":"ubuntu-latest", "r":"release", "timeout":360, "flags":"full, covr, strict"}]}'
elif [[ "${{ env.FOUND_PUBLIC }}" != '0' ]] # Private with no public analogue: reduced set.
then
config='{"config":[
Expand Down
4 changes: 1 addition & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: ergm
Version: 4.6-7286
Version: 4.6.0
Date: 2023-12-17
Title: Fit, Simulate and Diagnose Exponential-Family Models for Networks
Authors@R: c(
Expand Down Expand Up @@ -187,5 +187,3 @@ Collate:
'vcov.ergm.R'
'wtd.median.R'
'zzz.R'
Remotes: github::statnet/statnet.common@master,
github::statnet/ergm.count@master
4 changes: 2 additions & 2 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ bibentry("Manual", author = structure(list(list(given = c("Mark",
comment = NULL)), class = "person"), title = paste("ergm",
": ", gsub("\n", " ", "Fit, Simulate and Diagnose Exponential-Family Models for Networks",
fixed = TRUE), sep = ""), organization = paste0("The Statnet Project (\\url{",
"https://statnet.org", "})"), year = substr("2023-05-10",
1, 4), note = paste("R package version ", "4.5-7213", sep = ""),
"https://statnet.org", "})"), year = substr("2023-12-17",
1, 4), note = paste("R package version ", "4.6.0", sep = ""),
url = paste0("https://CRAN.R-project.org/package=", "ergm"))
# ---- END AUTOGENERATED STATNET CITATION ----

Expand Down

0 comments on commit 70b3278

Please sign in to comment.