Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hotfix for CRAN issues #42

Merged
merged 4 commits into from
Dec 6, 2024
Merged
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
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
^figure*
^docs*
.*tar.gz$

^README.html$
^\.github$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: projections
Title: Project Future Case Incidence
Version: 0.6.0
Version: 0.6.1
Authors@R:
c(person(given = "Thibaut",
family = "Jombart",
Expand Down Expand Up @@ -46,7 +46,7 @@ Imports:
incidence (>= 1.4.1),
ggplot2,
methods
RoxygenNote: 7.2.3
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://www.repidemicsconsortium.org/projections/
BugReports: https://github.com/reconhub/projections/issues
Expand Down
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# projections 0.6.1

## Fixes and improvements

- fixed tests of dates due failing due to changes in `as.Date()`
- fixed example in the manpage of `summary.projection`



# projections 0.6.0

## Fixes and improvements
Expand Down
1 change: 1 addition & 0 deletions R/summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#'
#' @param ... only preesnt for compatibility with the generic
#'
#' @examples
#' if (require(incidence)) {
#' i <- incidence::incidence(as.Date('2020-01-23'))
#' si <- c(0.2, 0.5, 0.2, 0.1)
Expand Down
37 changes: 19 additions & 18 deletions man/summary.projections.Rd

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

14 changes: 7 additions & 7 deletions tests/testthat/_snaps/plots/basic-example-plot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions tests/testthat/_snaps/plots/evd-proj-box-no-outliers.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions tests/testthat/_snaps/plots/evd-proj-no-box-custom-lines.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions tests/testthat/_snaps/plots/evd-proj-no-ribbon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions tests/testthat/_snaps/plots/evd-proj-red-box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading