Skip to content

Commit

Permalink
Minor update to ArboMAP_forecast.Rmd to fix problem with parameter ta…
Browse files Browse the repository at this point in the history
…ble formatting
  • Loading branch information
mcwimberly committed Jun 2, 2023
1 parent 7fe00c5 commit d0f3888
Show file tree
Hide file tree
Showing 9 changed files with 93 additions and 112 deletions.
4 changes: 2 additions & 2 deletions ArboMAP_forecast.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ output:
```{r setup, include=FALSE}
#VERSION
version_text = "4.4"
version_text = "4.5"
#knitr
options(warn=-1)
Expand Down Expand Up @@ -4326,7 +4326,7 @@ The report was run with the following parameters set.
# developer parameters in a separate table, only if it exists
#Split out dev_settings to handle separately
params_main <- params %>% purrr::list_modify("dev_settings" = NULL)
params_main <- params %>% purrr::list_assign('dev_settings' = purrr::zap())
#table of main report parameters
param_table <- tibble::tibble(Parameter = names(params_main),
Expand Down
193 changes: 87 additions & 106 deletions ArboMAP_forecast.html

Large diffs are not rendered by default.

Binary file modified ArboMAP_forecast.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion documentation/ArboMAP_quick_guide_annual.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ knitr::opts_chunk$set(fig.pos= "H")
\fancyhead[C]{ArboMAP Quick Start: Annual Pre-season Update}
\fancyhead[R]{}

\fancyfoot[L]{Updated `r format(Sys.time(), '%B %d, %Y')` for Version 4.4}
\fancyfoot[L]{Updated `r format(Sys.time(), '%B %d, %Y')` for Version 4.5}
\fancyfoot[C]{}
\fancyfoot[R]{}
<!-- To get line above footer. Default is 0pt -->
Expand Down
Binary file modified documentation/ArboMAP_quick_guide_annual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion documentation/ArboMAP_quick_start_weekly.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ knitr::opts_chunk$set(fig.pos= "H")
\fancyhead[C]{ArboMAP Quick Start: Weekly Forecasts}
\fancyhead[R]{}

\fancyfoot[L]{Updated `r format(Sys.time(), '%B %d, %Y')` for Version 4.4}
\fancyfoot[L]{Updated `r format(Sys.time(), '%B %d, %Y')` for Version 4.5}
\fancyfoot[C]{}
\fancyfoot[R]{}
<!-- To get line above footer. Default is 0pt -->
Expand Down
Binary file modified documentation/ArboMAP_quick_start_weekly.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions documentation/ArboMAP_user_guide.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "ArboMAP User Guide"
subtitle: "Arbovirus Modeling and Prediction: West Nile Virus Forecasting"
author: "Dawn M. Nekorchuk, Justin K. Davis, and Michael C. Wimberly \n([email protected]) \nEcological and Geospatial Reseearch and Applications in Planetary Health (EcoGRAPH) \nGeography and Environmental Sustainability, University of Oklahoma"
date: "Updated `r format(Sys.time(), '%B %d, %Y')` for Version 4.4"
date: "Updated `r format(Sys.time(), '%B %d, %Y')` for Version 4.5"
output:
bookdown::pdf_document2:
toc: true
Expand Down Expand Up @@ -46,7 +46,7 @@ knitr::opts_chunk$set(fig.pos= "H")
\fancyhead[C]{Arbovirus Modeling and Prediction (ArboMAP) User Guide}
\fancyhead[R]{}

\fancyfoot[L]{Updated `r format(Sys.time(), '%B %d, %Y')` for Version 4.2}
\fancyfoot[L]{Updated `r format(Sys.time(), '%B %d, %Y')` for Version 4.5}
\fancyfoot[C]{}
\fancyfoot[R]{\thepage}
<!-- To get line above footer. Default is 0pt -->
Expand Down
Binary file modified documentation/ArboMAP_user_guide.pdf
Binary file not shown.

0 comments on commit d0f3888

Please sign in to comment.