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: bgmyc_tbl > ### Title: Turns bGMYC Results Into a Tibble > ### Aliases: bgmyc_tbl > > ### ** Examples > > > ## No test: > # run bGMYC > bgmyc_res <- try( bGMYC::bgmyc.singlephy(ape::as.phylo(geophagus_beast), + mcmc = 11000, + burnin = 1000, + thinning = 100, + t1 = 2, + t2 = ape::Ntip(geophagus_beast), + start = c(1, 0.5, 50) + ) + ) Error in loadNamespace(x) : there is no package called ‘bGMYC’ > # create a tibble > bgmyc_df <- bgmyc_tbl(bgmyc_res, ppcutoff = 0.05) Error in bgmyc_tbl(bgmyc_res, ppcutoff = 0.05) : The package "bGMYC" is required to run `bgmyc_tbl` properly. Calls: bgmyc_tbl -> Execution halted