DyfanJones / noctua

Connect R to Athena using paws SDK (DBI Interface)
https://dyfanjones.github.io/noctua/
Other
45 stars 5 forks source link

Cran resubmission #120

Closed DyfanJones closed 3 years ago

DyfanJones commented 3 years ago

The latest noctua & RAthena releases caused an error in "CRAN Package Check Results for Package noctua"

Screen Shot 2020-11-16 at 13 43 14pm

The error comes from the suggested package arrow failing to install: Error: write_parquet requires the arrow package, please install it first and try again

As arrow is a suggested package dependency. All unit tests using arrow should first check if arrow is correctly installed before proceeding cran Writing R Extensions. This was an oversight with the latest unit tests.

noctua and RAthena will be re - released before the 2020-11-25

DyfanJones commented 3 years ago

re-submitted noctua-1.9.1 with suggested package checks within unit tests