Skip to content

Releases: brunobrr/bdc

v.1.1.4

13 Mar 14:04
Compare
Choose a tag to compare
  • Adaptation of the databases to the latest version of {taxadb}
    (0.2.0), temporarily discontinuing the tpl, fb and iucn
    databases (see here).

  • bdc_query_names_taxadb() now informs the database provider and its
    version and does not create Output directory when
    export_accepted=FALSE.

v.1.1.3

13 Mar 14:03
Compare
Choose a tag to compare

v.1.1.2

13 Mar 14:00
Compare
Choose a tag to compare
  • Fix database version in taxadb::td_create inside the bdc_query_names_taxadb.
  • Remove deprecated dplyr::mutate_all by dplyr::across in the bdc_coordinates_empty.
  • Improve tests for bdc_coordinates_empty.
  • Little refactor in bdc_clean_names fixing CRAN issues with encoding characters (hiding characters into a file and reading them when needed).

v.1.1.1

27 May 10:51
Compare
Choose a tag to compare

Notable changes

  • bdc_country_from_coordinates now filter out countries with no data (NA).
  • fix a minor issue of bdc_clean_names character encoding on debian-clang CRAN server.

v.1.1.0

22 Apr 11:53
Compare
Choose a tag to compare

Notable changes

  • bugfix in bdc_country_from_coordinates() reported in #209.
  • new argument added to function bdc_coordinates_country_inconsistent
  • Improve tests
  • Add messages when no data is available to create figures and report
  • bdc_coordinates_from_locality: adding error message when there is no column named locality
  • bdc_country_from_coordinates: adding message when there is no record missing country names. Avoiding returning a NULL object.
  • bdc_create_report: adding coordinates transposed to the report; improve test and the message returned
  • bdc_clean_names: adding code to remove strange characters (e.g., accents) from names and return a message when these character were not automatically removed.
  • bdc_coordinates_transposed: avoid error when a column ".summary" is already present in the provided dataset
  • bdc_standardize_datasets: convert all columns to character before merging datasets

v1.0.0

12 Apr 00:06
f73fedd
Compare
Choose a tag to compare
Merge pull request #220 from brunobrr/fix_bdc_clean_names

add message when extra row is return and the nrow of the input and ou…