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()