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

Report not rendering #90

Closed
joshwlambert opened this issue May 25, 2023 · 2 comments · Fixed by #92
Closed

Report not rendering #90

joshwlambert opened this issue May 25, 2023 · 2 comments · Fixed by #92
Assignees
Labels
bug Something isn't working

Comments

@joshwlambert
Copy link
Member

After creating an rmarkdown documentation from the {episoap} transmissibility template, I get an error when trying to knit the report. The error reads:

Error in library(episoap): there is no package called 'episoap'

I suspect this issue is due to {episoap} not being specified in the renv lock file (renv::use()).

@joshwlambert joshwlambert added the bug Something isn't working label May 25, 2023
@joshwlambert joshwlambert self-assigned this May 25, 2023
@joshwlambert
Copy link
Member Author

After adding "epiverse-trace/episoap", to renv::use(), I get another error:

Error in (function (pkg, lib.loc = NULL) :
  there is no package called 'EpiEstim'

This error is due to gratefull:cite_packages() not being able to find {EpiEstim}.

@joshwlambert
Copy link
Member Author

The packages used in each of the rmdchunks are required in the skeleton in order for the template to render for me locally.

joshwlambert added a commit that referenced this issue May 26, 2023
…im packages from skeleton renv::use(), relates #90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant