prevent staged install

This commit is contained in:
dr. M.S. (Matthijs) Berends 2019-04-06 11:09:06 +02:00
parent 51fdc5d6cc
commit 501f5db020
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Package: AMR
Version: 0.6.1.9002
Date: 2019-04-05
Date: 2019-04-06
Title: Antimicrobial Resistance Analysis
Authors@R: c(
person(
@ -69,4 +69,5 @@ BugReports: https://gitlab.com/msberends/AMR/issues
License: GPL-2 | file LICENSE
Encoding: UTF-8
LazyData: true
StagedInstall: false
RoxygenNote: 6.1.1

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