NEWS

For more fine-grained list of changes or to report a bug, consult

Versioning

Releases will be numbered with the following semantic versioning format:

..

And constructed with the following guidelines:

For more information on SemVer, please visit http://semver.org/.

v 5.0.3

fb_tbl() now gives a clear error message when an unrecognized table name is requested, directing users to fb_tables(). Previously this produced a cryptic “missing value where TRUE/FALSE needed” error (fix for #320).

common_to_sci() now correctly filters by the Language argument. Previously the argument was accepted but ignored, silently returning English results regardless of the language specified (fix for #275).

Documentation for length_length() now clarifies the counterintuitive column naming convention: Length1 is the unknown (predicted) length and Length2 is the known (predictor), so the formula is Length1 = a + b * Length2 (fix for #290).

fb_tbl() now handles tables with embedded null bytes in string columns by dropping the affected column(s) with a warning rather than failing entirely. This fixes ecosystem() and species_by_ecosystem() with server = "sealifebase" (fix for #302).

v 5.0.2

Data hosting has been migrated from HuggingFace to Source Cooperative (source.coop) S3 storage. This change should resolve firewall and access issues that some users experienced with HuggingFace, particularly in institutional or corporate environments. The data is now served directly from AWS S3 (us-west-2.opendata.source.coop), providing more reliable access worldwide.

Data updated to 2025-04 release as well.

v 5.0.1

Fix the issue faced by users in China who can’t access the URL https://huggingface.co directly. When the user’s ip address is detected to be in China, it will be automatically switched to the mirror URL https://hf-mirror.com

v 5.0.0

Another streamlined re-design following new abilities for data hosting and access. This release relies on a HuggingFace datasets hosting for data and metadata hosting in parquet and schema.org.

Data access is simplified to use the simple HuggingFace datasets API instead of the previous contentid-based resolution. This allows metadata to be defined with directly alongside the data platform independent of the R package.

A simplified access protocol relies on duckdbfs for direct reads of tables. Several functions previously used only to manage connections are now deprecated or removed, along with a significant number of dependencies.

Core use still centers around the same package API using the fb_tbl() function, with legacy helper functions for common tables like species() are still accessible and can still optionally filter by species name where appropriate. As before, loading the full tables and sub-setting manually is still recommended.

Historic helper functions like load_taxa() (combining the taxonomic classification from Species, Genus, Family and Order tables), validate_names(), and common_to_sci() and sci_to_common() should be in working order, all using table-based outputs.

v 4.1.1

v 4.1.0

Note that with hash-archive.org resolver is down, and software-heritage API has strict rate limits, so direct URL access is preferable.

v 4.0.0

v 3.1.9

v 3.1.8

use collect() on taxa_tbl()

v 3.1.7

v 3.1.6

v 3.1.5

v 3.1.4

v 3.0.5

v 3.0.4

v 3.0.3

v 3.0.2

v 3.0.1

v 3.0.0

v 3.0.0 accesses a new static API for fishbase with in-memory memoization that significantly improves performance, particularly for large queries.

v2.2.0

(not released to CRAN, rolled into 3.0 release)

v2.1.2 (2017-04-19)

v2.1.1

v2.1.0

v2.0.3

v2.0.2

v2.0.1

First official release of the new rfishbase package, a non-backwards compatible replacement to all earlier versions of FishBase. See the package vignette for a more detailed overview and introduction.