Tools to Work with the 'Splash' JavaScript Rendering Service in R
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1020 B

пре 7 година
## Test environments
пре 5 година
* local macOS install, R 3.5.2 on both macOS 10.14
* local ubuntu 3.5.1
пре 6 година
* ubuntu on travis-ci, R oldrel, current and r-devel
пре 7 година
* win-builder (devel and release)
пре 5 година
---
пре 7 година
пре 5 година
Per a note from Kurt the splashr now uses the
stevedore package since the docker package is
likely being retired from CRAN.
пре 7 година
пре 5 година
The invalid URL in the vignette (as noted in
an email thread) has been fixed.
пре 7 година
пре 5 година
Tests require instllation of ~1.2GB docker image
which also means docker needs to be available.
Examples also require a Splash instance (dockerized
or full install) to work. Therefore, as has been the
case since the previous CRAN version, examples
are marked as dontrun and tests do not run on CRAN.
They do run monthly and on every repo push in Travis
https://travis-ci.org/hrbrmstr/splashr/settings.
пре 7 година
пре 5 година
I can modify any of the above behavior to conform
to any CRAN policy I may be violating.
пре 7 година
пре 5 година
License has been changed to MIT.
пре 7 година
пре 5 година
As always, thanks to the CRAN team for their
herculean efforts to keep the R package universe
healthy!