DyfanJones / RAthena

Connect R to Athena using Boto3 SDK (DBI Interface)
https://dyfanjones.github.io/RAthena/
Other
35 stars 6 forks source link

prepare package for cran 1.9.0 release #109

Closed DyfanJones closed 4 years ago

DyfanJones commented 4 years ago

Put auto travis checks on hold until PR is ready for release

DyfanJones commented 4 years ago

When running on rhub's make sure environmental variable R_COMPILE_AND_INSTALL_PACKAGES is set to "always". This is for testing on windows os

devtools::check_rhub(env_vars=c(R_COMPILE_AND_INSTALL_PACKAGES = "always")

DyfanJones commented 4 years ago

due to changes in travis, travis.yml will need to be updated to get the latest version of pip and install pip3

DyfanJones commented 4 years ago

reverting travis.yml and clearing travis cache

DyfanJones commented 4 years ago

moved all system builds i.e. pip/pip3 updates, python boto3 etc.... to before_install in travis.yml