You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. 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.
I have noticed that this PR would fail on TRAVIS, given the current configuration of the build. Please note that the ERROR is not related with the modification made on the PR.
Actions on your package:
Check locally and rebuild documentation (upgrade Roxygen version)
Fix links \link[read_fwf]{readr} to \link[readr]{read_fwf}, as Roxygen was trying to link with read_fwf::readr instead of readr::read_fwf
Implementation of github-actions and related .gitgnore and .Rbuildignore
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/MicroDatosEs/
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. 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.I have noticed that this PR would fail on TRAVIS, given the current configuration of the build. Please note that the ERROR is not related with the modification made on the PR.
Actions on your package:
Check locally and rebuild documentation (upgrade Roxygen version)
Fix links
\link[read_fwf]{readr}
to\link[readr]{read_fwf}
, as Roxygen was trying to link withread_fwf::readr
instead ofreadr::read_fwf
Implementation of github-actions and related .gitgnore and .Rbuildignore
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/MicroDatosES/
Live preview: https://dieghernan.github.io/MicroDatosEs/
TODO: Open issue and pull request. Final deployment up to repo owners
The text was updated successfully, but these errors were encountered: