Last updated on 2025-12-27 07:50:19 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| baytrends | 2 | 11 | |
| BioMonTools | 1 | 12 |
Current CRAN status: NOTE: 2, OK: 11
Version: 2.0.12
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Erik W Leppo <Erik.Leppo@tetratech.com>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: c(person(given = "Rebecca",
family = "Murphy",
role = "aut"),
person(given = "Elgin",
family = "Perry",
role = "aut"),
person(given = "Jennifer",
family = "Keisman",
role = "aut"),
person(given = "Jon",
family = "Harcum",
role = "aut"),
person(given = c("Erik", "W"),
family = "Leppo",
role = c("aut", "cre"),
email = "erik.leppo@tetratech.com"))
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 1, OK: 12
Version: 1.2.4
Check: examples
Result: ERROR
Running examples in 'BioMonTools-Ex.R' failed
The error most likely occurred in:
> ### Name: qc_taxa
> ### Title: Quality Control Check on User Data Against Master Taxa List
> ### Aliases: qc_taxa
>
> ### ** Examples
>
> # Example 1, Master Taxa List, Bugs
> url_mt_bugs <- "https://github.com/leppott/MBSStools_SupportFiles/raw/master/Data/CHAR_Bugs.csv"
> df_mt_bugs <- read.csv(url_mt_bugs)
>
> # User data
> DF_User <- data_benthos_MBSS
> DF_Official <- NULL # NULL df_mt_bugs
> fun.Community <- "bugs"
> useOfficialTaxaInfo <- "only_Official"
> # modify taxa id column
> DF_User[, "TAXON"] <- DF_User[, "TAXAID"]
>
> df_qc_taxa_bugs <- qc_taxa(DF_User,
+ DF_Official,
+ fun.Community,
+ useOfficialTaxaInfo)
Warning in file(file, "rt") :
URL 'https://github.com/leppott/MBSStools_SupportFiles/raw/master/Data/CHAR_Bugs.csv': status was 'Server returned nothing (no headers, no data)'
Error in file(file, "rt") :
cannot open the connection to 'https://github.com/leppott/MBSStools_SupportFiles/raw/master/Data/CHAR_Bugs.csv'
Calls: qc_taxa -> <Anonymous> -> read.table -> file
Execution halted
Flavor: r-oldrel-windows-x86_64