From e79ab51eb440ea3151b6b0f39d41eca8892e9985 Mon Sep 17 00:00:00 2001 From: hadley Date: Sat, 2 Jun 2018 12:53:11 -0500 Subject: [PATCH] Revision --- DESCRIPTION | 2 +- cran-comments.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6987787..4322518 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,7 @@ Authors@R: c( Description: R's default conflict management system gives the most recently loaded package precedence. This can make it hard to detect conflicts, particularly when they arise because a package update creates ambiguity - that did not previously exist. conflicted takes a different approach, + that did not previously exist. 'conflicted' takes a different approach, making every conflict an error and forcing you to choose which function to use. License: GPL-3 diff --git a/cran-comments.md b/cran-comments.md index 51e8ddd..50fac4a 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,3 +1,13 @@ +This is a resubmission + +* I have added single quotes around conflicted in the DESCRIPTION + +* conflicted is designed for interactive usage only and it does not + export any functions. Therefore it is not possible to include an + executable example in the documentation. + +--- + ## Test environments * OS X install: R 3.4 * win-builder: R-devel