Changes in version 0.1.4 (2021-03-23) - added new function climacell_core() that retrieves all core layer data from Timeline Interface - added new function climacell_celestial() that retrieves the sunrise and sunset times along with the moon phase - removed the need to use the package {parsedate} and removed {parsedate} from dependency list - input dates no longer have to be in ISO8601 format (recommended to use the {lubridate} package or Sys.time() when entering date-time stamps) - drastically improved error handling for dates/times provided by user - updated vignettes Changes in version 0.1.3 (2021-03-11) - fixed a bug where the user provided API key was not used Changes in version 0.1.2 (2021-03-02) - Climacell API does not return results unless non-zero values are present for pressure; added extra steps to account for this. Changes in version 0.1.1 - fixed a bug where the climacell_precip() function would not return results for the correct lat/long and timestep argument. - fixed a coding error where the start and end times were not parameterized prior to calling the API. - improved the way cloud cover results are handled when using the climacell_precip() function. Changes in version 0.1.0 (2021-02-15) - Initial release - Added a NEWS.md file to track changes to the package.