From b00cccc040df6554fc4168b502f317a0e70cb286 Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Fri, 2 Jul 2021 11:57:04 +0100 Subject: [PATCH] donttest fanc_rootid in examples --- R/ids.R | 2 ++ man/fanc_rootid.Rd | 2 ++ 2 files changed, 4 insertions(+) diff --git a/R/ids.R b/R/ids.R index a4ec3f8..e30955c 100644 --- a/R/ids.R +++ b/R/ids.R @@ -8,7 +8,9 @@ #' @family fanc-ids #' @seealso \code{\link{flywire_rootid}} #' @examples +#' \donttest{ #' fanc_rootid("73186243730767724") +#' } fanc_rootid <- function(x, integer64 = FALSE, ...) { rid = flywire_rootid( x = x, diff --git a/man/fanc_rootid.Rd b/man/fanc_rootid.Rd index c83875f..283fb85 100644 --- a/man/fanc_rootid.Rd +++ b/man/fanc_rootid.Rd @@ -22,8 +22,10 @@ A vector of root ids (by default character) Find the root identifier of a FANC neuron } \examples{ +\donttest{ fanc_rootid("73186243730767724") } +} \seealso{ \code{\link{flywire_rootid}}