diff --git a/R/pcd-stan-tools.R b/R/pcd-stan-tools.R index 39c8e1e..f26fb16 100644 --- a/R/pcd-stan-tools.R +++ b/R/pcd-stan-tools.R @@ -93,12 +93,6 @@ pcd_stan_path <- function() { #' @export #' #' @family stantools -#' -#' @examples -#' \dontrun{ -#' stan_functions <- pcd_stan_functions() -#' print(stan_functions) -#' } pcd_stan_functions <- function( stan_path = primarycensoreddist::pcd_stan_path()) { stan_files <- list.files( diff --git a/man/pcd_stan_functions.Rd b/man/pcd_stan_functions.Rd index e1cf02c..d82f7e0 100644 --- a/man/pcd_stan_functions.Rd +++ b/man/pcd_stan_functions.Rd @@ -19,12 +19,6 @@ the Stan files. This function reads all Stan files in the specified directory and extracts the names of all functions defined in those files. } -\examples{ -\dontrun{ -stan_functions <- pcd_stan_functions() -print(stan_functions) -} -} \seealso{ Tools for working with package Stan functions \code{\link{pcd_load_stan_functions}()},