File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
inst/rmarkdown/templates/NPS_DRR/skeleton Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ dataPackage_fileDescript <- c(
102
102
```
103
103
104
104
``` {r setup_do_not_edit, include=FALSE}
105
- RRpackages <- c("markdown",
105
+ Rpackages <- c("markdown",
106
106
"rmarkdown",
107
107
"pander",
108
108
"knitr",
@@ -112,11 +112,11 @@ RRpackages <- c("markdown",
112
112
"tidyverse",
113
113
"here")
114
114
115
- inst <- RRpackages %in% installed.packages()
116
- if (length(RRpackages [!inst]) > 0) {
117
- install.packages(RRpackages [!inst], dep = TRUE, repos = "https://cloud.r-project.org")
115
+ inst <- Rpackages %in% installed.packages()
116
+ if (length(Rpackages [!inst]) > 0) {
117
+ install.packages(Rpackages [!inst], dep = TRUE, repos = "https://cloud.r-project.org")
118
118
}
119
- lapply(RRpackages , library, character.only = TRUE)
119
+ lapply(Rpackages , library, character.only = TRUE)
120
120
121
121
devtools::install_github("EmilyMarkowitz-NOAA/NMFSReports")
122
122
library(NMFSReports)
You can’t perform that action at this time.
0 commit comments