Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation on how to fix build failures #262

Open
NeuroShepherd opened this issue May 31, 2024 · 1 comment
Open

Add documentation on how to fix build failures #262

NeuroShepherd opened this issue May 31, 2024 · 1 comment

Comments

@NeuroShepherd
Copy link
Member

Currently, I'm allowing Quarto to build the .Rmd file in this repo during the GH Action to publish the site. However, the package dependencies also need to be installed during this process. If more dependencies are added at some point, the pipeline will break. Two options:

  1. Explain how to install additional dependencies in publish.yml
  2. Explain how to prevent the rendering of the .Rmd file since it is not strictly necessary at this time.
@NeuroShepherd
Copy link
Member Author

Caching now uses setup-r-dependencies. Document this in the README as well as point 1 in the above comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant