Skip to content

Commit

Permalink
ensure library for create_browser_data goes into a tempdir
Browse files Browse the repository at this point in the history
  • Loading branch information
russHyde committed Oct 18, 2024
1 parent c5d41db commit 4581cc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/create_browser_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ renv::use(
# This is the HEAD of `jumpingrivers:dev-202403` as of 2024-04-15
# If the commit ID is absent, this will use the latest 'master' branch
# Including the commit ID allows us to use development-versions of the 'tfpscanner' package
"mrc-ide/tfpscanner@7ee27416d69ec3eaf7e4158f38c31125b3c38c7d"
"mrc-ide/tfpscanner@7ee27416d69ec3eaf7e4158f38c31125b3c38c7d",
library = normalizePath(file.path(tempdir(), "renv", "create_browser_data"))
)

# Create the browser data / figures -----------------------------------------------------------
Expand Down

0 comments on commit 4581cc4

Please sign in to comment.