exoplanets 0.2.1
CRAN release: 2021-05-17
Breaking changes
- The
progressparameter inexoplanetsis no longer available. It has been replaced as an option that can be set withoptions.
Minor improvements
- Added
forget_exoplanetsto clear theexoplanetscache. - Added package level documentation with
usethis::use_package_doc. - Added
limitparameter toexoplanets. - Added
quietoption to suppress progress and query message. - Cleaned up
tableinfoto remove trailing spaces and other small improvements.
exoplanets 0.2.0
CRAN release: 2021-05-10
- Complete rewrite to work with the new TAP service: https://exoplanetarchive.ipac.caltech.edu/docs/TAP/usingTAP.html
- No longer supporting the older API: https://exoplanetarchive.ipac.caltech.edu/docs/program_interfaces.html
- Use of
httrfor progress indicators and better request handling. - Added
tableinfodataset for table and column information. - Removed all
exo_functions, addedexoplanetsas a single function for extracting data. - Added memoization to
exoplanets. - Using
httptestto avoid potential CRAN errors when checking the package. - Precompiled vignettes to avoid potential CRAN errors when checking the package.
- Transferred ownership to ropensci organization.
