mirror of
https://github.com/msberends/AMR.git
synced 2024-12-25 20:06:12 +01:00
prevent staged install
This commit is contained in:
parent
51fdc5d6cc
commit
501f5db020
@ -1,6 +1,6 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 0.6.1.9002
|
Version: 0.6.1.9002
|
||||||
Date: 2019-04-05
|
Date: 2019-04-06
|
||||||
Title: Antimicrobial Resistance Analysis
|
Title: Antimicrobial Resistance Analysis
|
||||||
Authors@R: c(
|
Authors@R: c(
|
||||||
person(
|
person(
|
||||||
@ -69,4 +69,5 @@ BugReports: https://gitlab.com/msberends/AMR/issues
|
|||||||
License: GPL-2 | file LICENSE
|
License: GPL-2 | file LICENSE
|
||||||
Encoding: UTF-8
|
Encoding: UTF-8
|
||||||
LazyData: true
|
LazyData: true
|
||||||
|
StagedInstall: false
|
||||||
RoxygenNote: 6.1.1
|
RoxygenNote: 6.1.1
|
||||||
|
3
NEWS.md
3
NEWS.md
@ -7,6 +7,9 @@
|
|||||||
* Frequency tables of microbial IDs speed improvement
|
* Frequency tables of microbial IDs speed improvement
|
||||||
* Removed all hardcoded EUCAST rules and replaced them with a new reference file: `./inst/eucast/eucast.tsv`.
|
* 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
|
# AMR 0.6.1
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
|
Loading…
Reference in New Issue
Block a user