ropensci / RSelenium

An R client for Selenium Remote WebDriver
https://docs.ropensci.org/RSelenium
341 stars 81 forks source link

R package development with vignette using RSelenium: recommendation for CRAN to not build vignette? #253

Closed vinhdizzo closed 1 year ago

vinhdizzo commented 2 years ago

Hi,

I am writing some vignettes on RSelenium for a package I am developing. The vignette leverages docker and Selenium to webscrape a particular site.

I do plan to submit the package to CRAN soon. What is the recommended way to write a vignette and ask CRAN to not test build the vignette on their servers as I'm sure it will fail? I'm asking here because I believe you have experience when writing vignettes for RSelenium, and RSelenium has been submitted to CRAN.

Thank you for your assistance!

juyeongkim commented 1 year ago

https://ropensci.org/blog/2019/12/08/precompute-vignettes/

vinhdizzo commented 1 year ago

https://ropensci.org/blog/2019/12/08/precompute-vignettes/

Thanks so much @juyeongkim !