Re: [R-pkg-devel] autotesting on GitHub with Travis or ...?

2021-05-20 Thread Spencer Graves
Hi, Ben: Thanks very much. This fixed my problem. For others who may be reading this later, I missed a couple of points when first working through "https://deanattali.com/blog/migrating-travis-to-github/": * On first pass, I missed the need to "git add" and "git

Re: [R-pkg-devel] autotesting on GitHub with Travis or ...?

2021-05-13 Thread Ben Bolker
GitHub Actions ?usethis::use_github_action Probably start here if you are moving from Travis: https://deanattali.com/blog/migrating-travis-to-github/ On 5/13/21 8:00 PM, Spencer Graves wrote: Hello, All:   What are the current recommendations for automatic testing of an R

[R-pkg-devel] autotesting on GitHub with Travis or ...?

2021-05-13 Thread Spencer Graves
Hello, All: What are the current recommendations for automatic testing of an R package on GitHub? Section 19.3 in the current version of "R Packages" describes "Checking after every commit with Travis". It recommends Travis. It says to use Travis, first "Run