Skip to contents

Status report for coconatfly installation

Usage

dr_coconatfly()

Value

A dataframe containing status information for connectome datasets (invisibly).

Examples

# \donttest{
dr_coconatfly()
#> # Dataset details
#> Error : Unable to find chunked graph credentials!
#> Please set by doing:
#>   flywire_set_token()/fanc_set_token() etc 
#> For further details see:
#> https://github.com/seung-lab/cloud-volume#chunkedgraph-secretjson
#> Error in fanc_scene() : 
#>   It looks like you do not have a stored token. Please use `fanc_set_token()` to make one.
#> Error : Unable to find chunked graph credentials!
#> Please set by doing:
#>   flywire_set_token()/fanc_set_token() etc 
#> For further details see:
#> https://github.com/seung-lab/cloud-volume#chunkedgraph-secretjson
#>     dataset installed                       server          version
#> 1 hemibrain      TRUE https://neuprint.janelia.org hemibrain:v1.2.1
#> 2      manc      TRUE https://neuprint.janelia.org      manc:v1.2.1
#> 3   malecns      TRUE                         <NA>             <NA>
#> 4 opticlobe      TRUE https://neuprint.janelia.org  optic-lobe:v1.0
#> 5   flywire      TRUE                   local dump              783
#> 6      fanc      TRUE                         <NA>             <NA>
#> For additional information (inc auth issues) for flywire or fanc datasets, try:
#>  `fafbseg::dr_fafbseg()` or  `fancr::dr_fanc()`
#> 
#>  To debug connection issues to the fanc dataset, try:
#> `fancr::dr_fanc()`
# }