Skip to content

Commit d7d4b41

Browse files
committed
bump recommended bancr
* released 888 dataset * much better cache/metadata strategies
1 parent ef388ec commit d7d4b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/banc.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# because that will override the built-in banc_* functions
44
banc_error <- function() {
55
bv=try(utils::packageVersion('bancr'), silent = TRUE)
6-
if(inherits(bv, 'try-error') || bv<'0.2.1')
6+
if(inherits(bv, 'try-error') || bv<'0.3.2')
77
stop("To use the banc dataset please do `natmanager::install(pkgs = 'flyconnectome/bancr')` ",
88
call. = FALSE)
99
stop("Please run `bancr::register_banc_coconat()` to use the banc dataset",

0 commit comments

Comments
 (0)