From 0595af28013b08833c15572f74c6c52f96df1b15 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Fri, 21 Feb 2020 21:26:58 +0100 Subject: [PATCH] (v1.0.0.9006) fix WARNING --- DESCRIPTION | 2 +- NEWS.md | 2 +- docs/404.html | 2 +- docs/LICENSE-text.html | 2 +- docs/articles/index.html | 2 +- docs/authors.html | 2 +- docs/index.html | 2 +- docs/news/index.html | 8 ++++---- docs/reference/index.html | 2 +- tests/testthat/test-disk.R | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fe75420f..432d41a5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 1.0.0.9005 +Version: 1.0.0.9006 Date: 2020-02-21 Title: Antimicrobial Resistance Analysis Authors@R: c( diff --git a/NEWS.md b/NEWS.md index ab0091e6..274a6524 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 1.0.0.9005 +# AMR 1.0.0.9006 ## Last updated: 21-Feb-2020 ### Changed diff --git a/docs/404.html b/docs/404.html index ebc5ede1..5e85a070 100644 --- a/docs/404.html +++ b/docs/404.html @@ -78,7 +78,7 @@ AMR (for R) - 1.0.0.9005 + 1.0.0.9006 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 8bf2e8a1..5240dc81 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -78,7 +78,7 @@ AMR (for R) - 1.0.0.9005 + 1.0.0.9006 diff --git a/docs/articles/index.html b/docs/articles/index.html index 5fed4963..4a4ab28f 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -78,7 +78,7 @@ AMR (for R) - 1.0.0.9005 + 1.0.0.9006 diff --git a/docs/authors.html b/docs/authors.html index 0851da00..99a1974f 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -78,7 +78,7 @@ AMR (for R) - 1.0.0.9005 + 1.0.0.9006 diff --git a/docs/index.html b/docs/index.html index 3c0ed56a..01187865 100644 --- a/docs/index.html +++ b/docs/index.html @@ -43,7 +43,7 @@ AMR (for R) - 1.0.0.9005 + 1.0.0.9006 diff --git a/docs/news/index.html b/docs/news/index.html index e87af7e1..c5fc741c 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -78,7 +78,7 @@ AMR (for R) - 1.0.0.9005 + 1.0.0.9006 @@ -219,9 +219,9 @@ -
+

-AMR 1.0.0.9005 Unreleased +AMR 1.0.0.9006 Unreleased

@@ -1474,7 +1474,7 @@

Contents

diff --git a/tests/testthat/test-disk.R b/tests/testthat/test-disk.R index f463319f..3336cd44 100755 --- a/tests/testthat/test-disk.R +++ b/tests/testthat/test-disk.R @@ -33,7 +33,7 @@ test_that("disk works", { expect_warning(as.disk("INVALID VALUE")) expect_output(print(as.disk(12))) - library(tibble) + library(dplyr) expect_output(print(tibble(d = as.disk(12)))) })