maxheld83 / ghactions

GitHub actions for R and accompanying R package
https://www.maxheld.de/ghactions/
MIT License
169 stars 17 forks source link

migrate github actions to whatever package they are wrapping #329

Closed maxheld83 closed 5 years ago

maxheld83 commented 5 years ago

if there would be a need for an github action (such as rmarkdown::render_site()) (rather than a full workflow for *.rmd-projects as per #325), perhaps those actions should just live in whatever pkg they're wrapping?

That might make things easier.

They could just be .Rbuildignored, and it's just 2 files at root.

Not sure.

maxheld83 commented 5 years ago

nah, too difficult to sync what needs to be in sync between the actions (i.e. images, lib locations etc.)