Skip to content

Fried Tofu

Compare
Choose a tag to compare
@adamhsparks adamhsparks released this 16 Nov 21:46

getCRUCLdata 0.2.0 (16/11/2017)

Major changes

  • Use hoardr for managing cached files

  • Fixed a bug where the file cache was not in the proper subdirectory. The file
    cache has moved to the proper location in a R/getCRUCLdata location rather
    than getCRUCLdata. You may wish to move files externally to R in order to keep
    them in the cache where the package will find them

  • Use lapply in place of purrr::map, purrr is no longer imported

Minor changes

  • Correct documentation where examples pointed to a non-existent list

Deprecated functions

CRU_cache_list() now superceded bymanage_cache$list()
CRU_cache_details() now superceded by manage_cache$details()
CRU_cache_delete() now superceded by manage_cache$delete()
CRU_cache_delete_all() now superceded by manage_cache$delete_all()