Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex authored Oct 4, 2024
1 parent 3a8d8f8 commit 24120fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ docker run -v /path/to/local/workdir:/workdir -it seroanalytics/epikinetics:main
This package relies on the [instantiate](https://wlandau.github.io/instantiate/) package
to ship pre-compiled stan models. See the `src/install.libs.R` file for the logic.

This does seem to mean that `devtools::load_all()` won't work, which is a bit annoying. For testing
local changes you have to actually run `devtools::install()`.
Annoyingly, `devtools::load_all()` won't work due to [this issue](https://github.com/r-lib/devtools/issues/1444). For testing
local changes you will have to actually run `devtools::install()`.

## Docker
To build a Docker image, run `docker/build`.
Expand Down

0 comments on commit 24120fb

Please sign in to comment.