From 987eba193976660e16173f5ffb7b8b14fdc1d23d Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Sun, 5 Apr 2020 11:12:15 +0100 Subject: [PATCH] F -> FALSE in example no error because was marked dontrun --- R/info.R | 2 +- man/neuprint_ROI_hierarchy.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/info.R b/R/info.R index b766cd1c..7ca91df1 100644 --- a/R/info.R +++ b/R/info.R @@ -121,7 +121,7 @@ neuprint_ROIs <- function(superLevel = FALSE, dataset = NULL, fromNeuronFields= #' #' \dontrun{ #' # read in all the MB meshes -#' mbmeshes=sapply(mbterms, neuprint_ROI_mesh, simplify = F) +#' mbmeshes=sapply(mbterms, neuprint_ROI_mesh, simplify = FALSE) #' # 3D plot in different colours #' mapply(shade3d, mbmeshes, col=rainbow(length(mbmeshes))) #' } diff --git a/man/neuprint_ROI_hierarchy.Rd b/man/neuprint_ROI_hierarchy.Rd index 29b20ebb..6187d4c1 100644 --- a/man/neuprint_ROI_hierarchy.Rd +++ b/man/neuprint_ROI_hierarchy.Rd @@ -48,7 +48,7 @@ mbterms \dontrun{ # read in all the MB meshes -mbmeshes=sapply(mbterms, neuprint_ROI_mesh, simplify = F) +mbmeshes=sapply(mbterms, neuprint_ROI_mesh, simplify = FALSE) # 3D plot in different colours mapply(shade3d, mbmeshes, col=rainbow(length(mbmeshes))) }