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 back AnVIL version of index.Rmd #44

Merged
merged 2 commits into from
Mar 7, 2022
Merged

add back AnVIL version of index.Rmd #44

merged 2 commits into from
Mar 7, 2022

Conversation

KatherineCox
Copy link
Collaborator

@KatherineCox KatherineCox commented Mar 4, 2022

This file got written over in the reset; this PR reverts it to the AnVIL version.

Actually, the AnVIL version also had a knitr::write_bib() code chunk. It was there because it used to be in the OTTR_Template index.Rmd, but it's now been removed from OTTR_Template. I assume from the name and comment that it builds a bibliography of any packages that are used in the book...not sure how useful that is for AnVIL books since I don't think we're likely to be using much R. I think delete it? I left it out of this PR, but can add it back.

# automatically create a bib database for R packages
knitr::write_bib(c(
  .packages(), "bookdown", "knitr", "rmarkdown"
), "packages.bib")

Also, this brought up #45, but I added that as a separate issue from this PR.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2022

Re-rendered previews from the latest commit:

Updated at 2022-03-04 with changes from a3d5eab

@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2022

No spelling errors! 🎉
Comment updated at 2022-03-04 with changes from a3d5eab

@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2022

No broken URLs detected! 🎉
Comment updated at 2022-03-04 with changes from a3d5eab

Copy link
Contributor

@avahoffman avahoffman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for re-adding this!

@KatherineCox KatherineCox merged commit 24f3cf1 into main Mar 7, 2022
@KatherineCox KatherineCox deleted the anvil-index-Rmd branch March 7, 2022 15:49
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

Successfully merging this pull request may close these issues.

2 participants