From 24120fbbf97c22f0ff21219eca4dfad759b1c898 Mon Sep 17 00:00:00 2001 From: Alex Hill Date: Fri, 4 Oct 2024 13:21:56 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec6b7a1..a01ba4e 100644 --- a/README.md +++ b/README.md @@ -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`.