File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2020# '
2121# ' @examples
2222# ' catch <- surveyresamplr::noaa_nwfsc_catch
23- # ' spp_list <- data.frame(
23+ # ' spp_info <- data.frame(
2424# ' srvy = "CA",
2525# ' common_name = "arrowtooth flounder",
2626# ' file_name = "arrowtooth_flounder",
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ knitr::opts_chunk$set(
1515```
1616
1717``` {r setup}
18+ # set CRAN mirror
19+ options(repos = c(CRAN = "https://cran.rstudio.com"))
20+
1821# Get rid of memory limits -----------------------------------------------------
1922options(future.globals.maxSize = 1 * 1024^4) # Allow up to 1 TB for globals
2023
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ knitr::opts_chunk$set(
1515```
1616
1717``` {r setup}
18+ # set CRAN mirror
19+ options(repos = c(CRAN = "https://cran.rstudio.com"))
20+
1821# Get rid of memory limits -----------------------------------------------------
1922options(future.globals.maxSize = 1 * 1024^4) # Allow up to 1 TB for globals
2023
You can’t perform that action at this time.
0 commit comments