Recent Releases of BFS

BFS - BFS 0.5.8

  • All functions return NULL if no internet connection.
  • Tests skipped if no internet connection.

- R
Published by lgnbhl over 2 years ago

BFS - BFS 0.5.6

  • add "delay" argument in bfs_get_data() and bfs_get_data_comments()
    • using Sys.sleep() of 10 seconds to avoid reaching API limits
    • the "delay" arg allows to loop on large datasets, for example see #7
  • BREAKING CHANGE: remove "bfsurl" argument in `bfsgetdata()and bfsgetdatacomments()`
    • "bfsurl" argument unstable and slow. See README for recommended workflow using `bfsgetcatalogdata()andbfsgetasset_metadata()`
  • add deprecation warning for bfs_get_catalog()
  • add more tests
  • add test coverage

- R
Published by lgnbhl over 2 years ago

BFS - BFS 0.5.5

  • fix encoding bug in bfs_get_base_maps() #12
  • add fs R package dependency
  • add unit tests
  • remove unnecessary messages when calling bfs_get_catalog_*()
  • use tools instead of rappdirs
  • improve docs related to query dimensions

- R
Published by lgnbhl over 2 years ago

BFS - BFS 0.5.4

  • using only magrittr pipe to allow older R versions, fix #11

- R
Published by lgnbhl over 2 years ago

BFS - BFS 0.5.2

  • BREAKING CHANGE: bfs_get_catalog_data() and bfs_get_catalog_tables() return now in the dataframe "number_asset" instead of "guid" as variables.
  • add bfs_download_asset()
  • add bfs_get_asset_metadata()
  • "numberbfs" as first argument in `bfsget_metadata()`
  • improve docs

- R
Published by lgnbhl almost 3 years ago

BFS - BFS 0.4.2

  • Fixed bfs_get_catalog_data() and bfs_get_catalog_tables() bug #6.
  • tidyRSS dependency version is 2.0.4.
  • Improved README.

- R
Published by lgnbhl almost 4 years ago

BFS - BFS 0.4.1

  • BREAKING CHANGE: clean_names of bfs_get_data() is now FALSE by default.
  • bfs_get_data() uses BFS API v1.
  • bfs_get_metadata() deprecated. Please use only bfs_get_catalog_data().
  • add bfs_get_catalog_tables().
  • add bfs_get_catalog().
  • pxweb and jsonlite dependency added. dplyr dependency removed.

- R
Published by lgnbhl over 4 years ago