Skip to content

Commit

Permalink
move cmorph hoardr object out of onload as fxn still not in the pkg yet
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 23, 2020
1 parent a83e20e commit 3935682
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/onload.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
cpc_cache <- NULL
cmorph_cache <- NULL
arc2_cache <- NULL
lcd_cache <- NULL
bsw_cache <- NULL
Expand All @@ -13,10 +12,6 @@ bsw_cache <- NULL
y$cache_path_set("noaa_arc2")
arc2_cache <<- y

z <- hoardr::hoard()
z$cache_path_set("noaa_cmorph")
cmorph_cache <<- z

w <- hoardr::hoard()
w$cache_path_set("noaa_lcd")
lcd_cache <<- w
Expand Down
5 changes: 5 additions & 0 deletions inst/ignore/cmorph.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,8 @@ cpc_read <- function(x, us) {
)
)
}

# cmorph_cache <- NULL
# z <- hoardr::hoard()
# z$cache_path_set("noaa_cmorph")
# cmorph_cache <<- z

0 comments on commit 3935682

Please sign in to comment.