Skip to content

Commit

Permalink
recommend with_banc rather than choose_banc
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Jul 11, 2024
1 parent 0193a49 commit 906d3e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

.onAttach <- function(libname, pkgname) {
packageStartupMessage(
'Do `choose_banc()` to use many fafbseg::flywire_* functions!\n',
'Use `with_banc()` to wrap many additional fafbseg::flywire_* functions for use with the BANC\n',
'Alternatively `choose_banc()` to set all flywire_* functions to target the BANC!\n',
'Use dr_banc() to get a report on your installation.\n',
'Trouble? Visit https://flyconnectome.github.io/bancr/SUPPORT.html or #code on banc Slack')
}

0 comments on commit 906d3e0

Please sign in to comment.