Package check result: ERROR Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Pedro Bittencourt ’ New submission Package was archived on CRAN CRAN repository db overrides: X-CRAN-Comment: Archived on 2026-03-18 as issues were not corrected despite reminders. Suggests or Enhances not in mainstream repositories: bGMYC, splits Availability using Additional_repositories specification: bGMYC yes https://pedrosenna.github.io/drat/ splits yes https://r-forge.r-project.org/ Check: examples, Result: ERROR Running examples in ‘delimtools-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: confidence_intervals > ### Title: Confidence Intervals for Species Delimitations Methods > ### Aliases: confidence_intervals gmyc_ci bgmyc_ci locmin_ci mptp_ci > > ### ** Examples > > ## No test: > > # gmyc confidence intervals > > # compute values using multisession mode > try( { + future::plan("multisession") + + gmyc_res <- gmyc_ci(ape::as.phylo(geophagus_beast), geophagus_posterior) + + # reset future parameters + future::plan("sequential") + } + ) Error in loadNamespace(x) : there is no package called ‘splits’ > # plot distribution > try(plot(density(gmyc_res))) Error : object 'gmyc_res' not found > > # tabulate > try( tibble::tibble( + method = "gmyc", + point_estimate = gmyc_res[1], + CI_95 = as.integer(quantile(gmyc_res[-1], probs = c(0.025, 0.975))) |> + stringr::str_flatten(collapse = "-"), + CI_mean = as.integer(mean(gmyc_res[-1])), + CI_median = as.integer(stats::median(gmyc_res[-1])) + ) + ) Error : object 'gmyc_res' not found > ## End(No test) > > > > > base::assign(".dptime", (proc.time() - get(".ptime", pos = "CheckExEnv")), pos = "CheckExEnv") > base::cat("confidence_intervals", base::get(".format_ptime", pos = 'CheckExEnv')(get(".dptime", pos = "CheckExEnv")), "\n", file=base::get(".ExTimings", pos = 'CheckExEnv'), append=TRUE, sep="\t") > cleanEx() Error: connections left open: <-localhost:36396 (sockconn) <-localhost:36396 (sockconn) Execution halted