From 501f5db02003746d134313dfacb836db7d5a5b07 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Sat, 6 Apr 2019 11:09:06 +0200 Subject: [PATCH] prevent staged install --- DESCRIPTION | 3 ++- NEWS.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2afed23f..a5c20726 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/NEWS.md b/NEWS.md index f4bf27a5..62253fda 100755 --- a/NEWS.md +++ b/NEWS.md @@ -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