From b1229a40de7f5a1e28faf213aa5aaa1736bfdeb0 Mon Sep 17 00:00:00 2001 From: John Helveston Date: Fri, 15 Jan 2021 07:07:40 -0500 Subject: [PATCH] updated news and cran-comments to fix small doi notation error --- NEWS.md | 2 +- cran-comments.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 29ed1244..0133a157 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,7 +8,7 @@ * Reduced the length of the title in DESCRIPTION to less than 65 characters. * Changed package names in title and description to single quotes, e.g: {nloptr} -> 'nloptr' -* Added reference in description with doi to Train (2009) "Discrete Choice Methods with Simulation, 2nd Edition" . +* Added reference in description with doi to Train (2009) "Discrete Choice Methods with Simulation, 2nd Edition". * Added \value statements to dummyCode.Rd and statusCodes.Rd * Added \value statements to dummyCode.Rd and statusCodes.Rd. * Updated \value description for summary.logitr.Rd. diff --git a/cran-comments.md b/cran-comments.md index 94c66be7..71f97b92 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,10 @@ ## Resubmission This is a resubmission. In this version I have: +* Removed the doi notation error from the NEWS.md. * Reduced the length of the title to less than 65 characters. * Changed package names in title and description to single quotes, e.g: {nloptr} -> 'nloptr' -* Added reference in description with doi to Train (2009) "Discrete Choice Methods with Simulation, 2nd Edition" . +* Added a reference in the description with doi to Train (2009) "Discrete Choice Methods with Simulation, 2nd Edition". * Added \value statements to dummyCode.Rd and statusCodes.Rd. * Updated \value description for summary.logitr.Rd. * Modified multiple functions to use message()/warning() instead of print()/cat()