Tools to Work with the 'Splash' JavaScript Rendering Service in R
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

33 строки
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!