This is a new submission of a data-only package (exoplanetdata) providing
tidied NASA Exoplanet Archive datasets for teaching introductory statistics.
- local macOS (R 4.5.3),
R CMD check --as-cran - win-builder (devel and release)
- GitHub Actions: macOS-latest, windows-latest, ubuntu-latest (release, devel, oldrel-1)
0 errors | 0 warnings | 0 notes
-
This is a new release.
-
The name
exoplanetdatawas chosen deliberately to avoid conflicting with the unrelated, previously-archivedexoplanetspackage (an rOpenSci API client by a different author). This package instead ships pre-tidied snapshot datasets and is not an API client. -
The package contains only data (no exported functions), so there are no runnable examples and no unit tests beyond
R CMD check's data validation. -
All
Suggestspackages are used only in thedata-raw/build script (which is excluded from the build via.Rbuildignore) to regenerate the shipped.rdafiles; the package itself has no runtime dependencies beyond base R.