Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 1.4.0
Date: 2025-12-11 22:31:58 UTC
SHA: 02208869b47b790564258688d5861d429bccc61e
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Type: Package
Package: serocalculator
Title: Estimating Infection Rates from Serological Data
Version: 1.3.0.9061
Version: 1.4.0
Authors@R: c(
person("Peter", "Teunis", , "p.teunis@emory.edu", role = c("aut", "cph"),
comment = "Author of the method and original code."),
person("Kristina", "Lai", , "kwlai@ucdavis.edu", role = c("aut", "cre")),
person("Chris", "Orwa", role = "aut"),
person("Kwan Ho", "Lee", , "ksjlee@ucdavis.edu", role = "ctb"),
person("Peter", "Teunis", , "p.teunis@emory.edu", role = c("aut", "cph"),
comment = "Author of the method and original code."),
person("Kristen", "Aiemjoy", , "kaiemjoy@ucdavis.edu", role = "aut"),
person("Douglas Ezra", "Morrison", , "demorrison@ucdavis.edu", role = "aut")
)
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# serocalculator (development version)
# serocalculator 1.4.0

## New features

Expand Down Expand Up @@ -54,6 +54,7 @@

## Bug fixes

* Fixed CRAN errors (#464)
* Fixed stratification issue in enteric fever vignette (#418)
* Fixed issue in `graph.curve.params()` where MCMC samples
with the same iteration number from different MCMC chains
Expand Down
10 changes: 4 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
## Resubmission

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

## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 notes

* There are some words flagged as misspellings in DESCRIPTION, however these are spelled correctly.

* Package was previously archived on CRAN
2 changes: 1 addition & 1 deletion man/serocalculator-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading