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 no ? ? ? https://r-forge.r-project.org/ Additional repositories with no packages: https://r-forge.r-project.org/ Found the following (possibly) invalid URLs: URL: https://splits.r-forge.r-project.org/ From: inst/doc/install.html Status: Error Message: Timeout was reached [splits.r-forge.r-project.org]: Operation timed out after 60001 milliseconds with 0 bytes received Check: Rd cross-references, Result: NOTE Package unavailable to check Rd xrefs: ‘bGMYC’ Unknown package ‘splits’ in Rd xrefs 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: abgd_tbl > ### Title: A Command-Line Interface for ABGD - Automatic Barcode Gap > ### Discovery > ### Aliases: abgd_tbl > > ### ** Examples > > ## No test: > > #' # get path to fasta file > path_to_file <- system.file("extdata/geophagus.fasta", package = "delimtools") > > # run ABGD > abgd_df <- abgd_tbl( + infile = path_to_file, + exe = "/usr/local/bin/abgd", + model = 3, + slope = 0.5, + outfolder = NULL + ) Error in `abgd_tbl()`: ! Error: Please provide a valid path to the ABGD executable file. Backtrace: ▆ 1. └─delimtools::abgd_tbl(...) 2. └─cli::cli_abort("Error: Please provide a valid path to the ABGD executable file.") 3. └─rlang::abort(...) Execution halted