There was an error while loading. Please reload this page.
1 parent ef388ec commit d7d4b41Copy full SHA for d7d4b41
1 file changed
R/banc.R
@@ -3,7 +3,7 @@
3
# because that will override the built-in banc_* functions
4
banc_error <- function() {
5
bv=try(utils::packageVersion('bancr'), silent = TRUE)
6
- if(inherits(bv, 'try-error') || bv<'0.2.1')
+ if(inherits(bv, 'try-error') || bv<'0.3.2')
7
stop("To use the banc dataset please do `natmanager::install(pkgs = 'flyconnectome/bancr')` ",
8
call. = FALSE)
9
stop("Please run `bancr::register_banc_coconat()` to use the banc dataset",
0 commit comments