Skip to content

Commit 7574dbc

Browse files
authored
Merge pull request #467 from UCD-SERG/CRANrelease/v1.3.1
CRAN Release v1.4.0
2 parents b0e9958 + ec615dd commit 7574dbc

4 files changed

Lines changed: 11 additions & 10 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Type: Package
22
Package: serocalculator
33
Title: Estimating Infection Rates from Serological Data
4-
Version: 1.3.0.9061
4+
Version: 1.4.0.9000
55
Authors@R: c(
6-
person("Peter", "Teunis", , "p.teunis@emory.edu", role = c("aut", "cph"),
7-
comment = "Author of the method and original code."),
86
person("Kristina", "Lai", , "kwlai@ucdavis.edu", role = c("aut", "cre")),
97
person("Chris", "Orwa", role = "aut"),
108
person("Kwan Ho", "Lee", , "ksjlee@ucdavis.edu", role = "ctb"),
9+
person("Peter", "Teunis", , "p.teunis@emory.edu", role = c("aut", "cph"),
10+
comment = "Author of the method and original code."),
1111
person("Kristen", "Aiemjoy", , "kaiemjoy@ucdavis.edu", role = "aut"),
1212
person("Douglas Ezra", "Morrison", , "demorrison@ucdavis.edu", role = "aut")
1313
)

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# serocalculator (development version)
22

3+
# serocalculator 1.4.0
4+
35
## New features
46

57
* Added `chain_color` option to `graph.curve.params()` to control MCMC line color (#455)
@@ -54,6 +56,7 @@
5456

5557
## Bug fixes
5658

59+
* Fixed CRAN errors (#464)
5760
* Fixed stratification issue in enteric fever vignette (#418)
5861
* Fixed issue in `graph.curve.params()` where MCMC samples
5962
with the same iteration number from different MCMC chains

cran-comments.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
## Resubmission
22

3-
* Package had been archived from CRAN on 26-11-2024 following policy violation (Internet Access)
4-
* In response, we removed urls with unstable servers and added internal datasets for examples and testing
3+
* Package was flagged for errors on 11-14-2025 due to errors in `expect_snapshot_data()` and an out of date URL
4+
* In response, we copied `expect_snapshot_data()` into an internal function (with permission from creators)
5+
and replaced the out of date URL
56
* Includes additional developments consistent with a minor version increase.
67
* Full updates are described in NEWS.md.
78
* There are currently no downstream dependencies for this package
89

910
## R CMD check results
1011

11-
0 errors | 0 warnings | 1 note
12+
0 errors | 0 warnings | 0 notes
1213

13-
* There are some words flagged as misspellings in DESCRIPTION, however these are spelled correctly.
14-
15-
* Package was previously archived on CRAN

man/serocalculator-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)