Skip to content

Commit

Permalink
bug fix on data.w and data.w_no_age, new site build
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalopespx committed Jun 18, 2022
1 parent 1f88d56 commit fc11169
Show file tree
Hide file tree
Showing 33 changed files with 76 additions and 75 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: nowcaster
Title: Estimate not yet reported data from a delay distribution of already onset data
Title: Nowcaster
Version: 0.2.1
Authors@R: c(
person("Leonardo", "Bastos", , "leonardo.bastos@fiocruz.br", role = c("aut"), comment = c(ORCID = "0000-0002-1406-0122")),
person("Rafael", "Lopes", , "rafael.lp.silva@unesp.br", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9416-6145")))
person("Rafael", "Lopes", , "rafael.lp.silva@unesp.br", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9416-6145")),
person("Leonardo", "Bastos", , "leonardo.bastos@fiocruz.br", role = c("aut"), comment = c(ORCID = "0000-0002-1406-0122")))
Description: Nowcaster is a package wrapping statistical models to estimate not yet reported data from a empirical delay distribution
between dates of onset of symptoms and date of digitation.
License: GPL (>= 3)
Expand Down
4 changes: 2 additions & 2 deletions R/data_w.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ data.w<-function(dataset,
date_onset,
date_report,
age_col,
K,
silent){
K=0,
silent=F){
if(!silent){
## Last digitation date considered
if(missing(trim.data)){
Expand Down
4 changes: 2 additions & 2 deletions R/data_w_no_age.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ data.w_no_age<-function(dataset,
trim.data,
date_onset,
date_report,
K,
silent){
K=0,
silent=F){
if(!silent){
## Last digitation date considered
if(missing(trim.data)){
Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

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

4 changes: 2 additions & 2 deletions docs/LICENSE.html

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

8 changes: 4 additions & 4 deletions docs/articles/forecasting.html

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

Binary file modified docs/articles/forecasting_files/figure-html/after_one_year-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/forecasting_files/figure-html/unnamed-chunk-3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/articles/index.html

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

16 changes: 8 additions & 8 deletions docs/articles/nowcaster.html

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

Binary file modified docs/articles/nowcaster_files/figure-html/epi-curve-plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/nowcaster_files/figure-html/no_age_plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions docs/articles/nowcasting_importance.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 docs/articles/structured_data.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/structured_data_files/figure-html/plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit fc11169

Please sign in to comment.