Skip to content

Commit

Permalink
Merge pull request #341 from UCD-SERG/340/CRAN-release/update-version
Browse files Browse the repository at this point in the history
340/cran release/update version
  • Loading branch information
d-morrison authored Jan 27, 2025
2 parents 78c3ea6 + 84f7187 commit 0b05977
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 22 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
any::ggbeeswarm
any::PairedData
any::metaviz
any::metaplus
- name: Render README
run: |
Expand Down
3 changes: 0 additions & 3 deletions CRAN-SUBMISSION

This file was deleted.

6 changes: 1 addition & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: serocalculator
Title: Estimating Infection Rates from Serological Data
Version: 1.2.0.9027
Version: 1.3.0.9000
Authors@R: c(
person("Peter", "Teunis", , "[email protected]", role = c("aut", "cph"),
comment = "Author of the method and original code."),
Expand Down Expand Up @@ -45,7 +45,6 @@ Imports:
stringr
Suggests:
bookdown,
devtag (>= 0.0.0.9000),
DT,
fs,
ggbeeswarm,
Expand All @@ -70,8 +69,5 @@ Encoding: UTF-8
Language: en-US
LazyData: true
NeedsCompilation: no
Remotes:
bcgov/ssdtools,
moodymudskipper/devtag
Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "devtag::dev_roclet"))
RoxygenNote: 7.3.2
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# serocalculator (development version)

# serocalculator 1.3.0

## New features

* Removed function 'get_additional_data()' (#332)
Expand Down Expand Up @@ -75,7 +77,7 @@ copied from <https://github.com/tidyverse/ggplot2>
[GitHub actions](https://docs.github.com/en/actions),
including:
- check that `README.qmd` still compiles
(advice from [preventive-r-package-care](https://indrajeetpatil.github.io/preventive-r-package-care)) (#259)
(advice from [preventive-r-package-care](https://indrajeetpatil.github.io/preventive-r-package-care/#/preventive-care-for-r-packages)) (#259)
- check `NEWS.md` for updated change log (#257)
- lint changed files (#256)

Expand Down
3 changes: 2 additions & 1 deletion R/graph.decay.curves.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#' * If the user directly specifies the `rows_to_graph` argument,
#' then `n_curves` has no effect.
#' @examples
#' \donttest{
#' library(dplyr) # loads the `%>%` operator and `dplyr::filter()`
#'
#' curve <-
Expand All @@ -39,7 +40,7 @@
#' serocalculator:::plot_curve_params_one_ab()
#'
#' curve
#'
#' }
plot_curve_params_one_ab <- function(
object,
verbose = FALSE,
Expand Down
1 change: 0 additions & 1 deletion R/sim.cs.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#' * `"long"` (one measurement per row) or
#' * `"wide"` (one serum sample per row)
#' @param ... additional arguments passed to `simcs.tinf()`
#' @inheritDotParams simcs.tinf
#' @inheritParams log_likelihood # verbose
#' @return a [tibble::tbl_df] containing simulated cross-sectional serosurvey data, with columns:
#' * `age`: age (in days)
Expand Down
12 changes: 8 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
## Resubmission

* Reduced run time of examples
## 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
* 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

* This is a new release.
* There are some words flagged as misspellings in DESCRIPTION, however these are spelled correctly.

* Package was previously archived on CRAN
3 changes: 2 additions & 1 deletion man/plot_curve_params_one_ab.Rd

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

6 changes: 1 addition & 5 deletions man/sim.cs.Rd

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

0 comments on commit 0b05977

Please sign in to comment.