From a2a03a117183020cf5e80858f28eec913825d854 Mon Sep 17 00:00:00 2001 From: hadley Date: Wed, 28 Oct 2015 14:59:22 -0500 Subject: [PATCH] Upgrade to released roxygen2 --- DESCRIPTION | 2 +- man/tbl_df.Rd | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 62b206f51a..c2a1d1a7e8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -112,4 +112,4 @@ Collate: 'utils.r' 'view.r' 'zzz.r' -RoxygenNote: 4.1.1.9001 +RoxygenNote: 5.0.0 diff --git a/man/tbl_df.Rd b/man/tbl_df.Rd index a1ecc33ce0..b15fe8997f 100644 --- a/man/tbl_df.Rd +++ b/man/tbl_df.Rd @@ -25,7 +25,6 @@ screen, describing the rest of it as text. screen} \item{\code{[}}{Never simplifies (drops), so always returns data.frame} } - } \examples{ ds <- tbl_df(mtcars)