1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 21:01:56 +02:00

prevent staged install

This commit is contained in:
2019-04-06 11:09:06 +02:00
parent 51fdc5d6cc
commit 501f5db020
2 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,9 @@
* Frequency tables of microbial IDs speed improvement
* Removed all hardcoded EUCAST rules and replaced them with a new reference file: `./inst/eucast/eucast.tsv`.
#### Other
* Prevented [staged install](https://developer.r-project.org/Blog/public/2019/02/14/staged-install/index.html) in R 3.6.0 and later by adding `StagedInstall: false` to the DESCRIPTION file
# AMR 0.6.1
#### Changed