An additional GitHub Action check-standard.yaml has been included. That action would check your package (AS CRAN) on several platforms on every push, pull request and every first day of the month at 8:00 AM. The goal is to provide CI on your package.
Note that this action could be redudant with your _travis current configuration, but you can still keep both without interferences between them.
Actions on your package:
Check locally and rebuild documentation (upgrade Roxygen version)
Implementation of github-actions and related .gitgnore and .Rbuildignore
Your cron check action is set to 8:00 AM. In previous runs some checks were not succesful due to errors on API endpoint (not the package itself). Moved to 8:00AM to avoid working hours.
Next steps
You should receive a Pull Request with these modifications.
After your review and in case you consider merging, consider to deploy Github Pages on your settings (gh-pages branch).
Once it is done, I would appreciate if you move this issue to the Deployed tab on the Project panel (see also Projects tab on this website)
https://github.com/orgs/rOpenSpain/projects
Dear developers,
I have created a fork including the deploy of your package on your gh-pages branch using the rostemplate (see Slack channel and https://ropenspain.github.io/rostemplate/). See a live preview of your pkgdown site here: https://dieghernan.github.io/caRtociudad/
An additional GitHub Action check-standard.yaml has been included. That action would check your package (AS CRAN) on several platforms on every push, pull request and every first day of the month at 8:00 AM. The goal is to provide CI on your package.
Note that this action could be redudant with your
_travis
current configuration, but you can still keep both without interferences between them.Actions on your package:
Check locally and rebuild documentation (upgrade Roxygen version)
Implementation of github-actions and related .gitgnore and .Rbuildignore
Your cron check action is set to 8:00 AM. In previous runs some checks were not succesful due to errors on API endpoint (not the package itself). Moved to 8:00AM to avoid working hours.
Next steps
You should receive a Pull Request with these modifications.
After your review and in case you consider merging, consider to deploy Github Pages on your settings (gh-pages branch).
Once it is done, I would appreciate if you move this issue to the Deployed tab on the Project panel (see also Projects tab on this website)
LOG
Fork: https://github.com/dieghernan/caRtociudad/ Live preview: https://dieghernan.github.io/caRtociudad/
TODO: Open issue and pull request. Final deploy up to the owners of the repo