From 4a070bfd39fbc3f7a996ea9ee34b7f1409e8d4b2 Mon Sep 17 00:00:00 2001 From: Nicolas Bennett <3158446+nbenn@users.noreply.github.com> Date: Mon, 31 Oct 2022 14:04:50 +0100 Subject: [PATCH] fix cran feedback --- DESCRIPTION | 2 +- cran-comments.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 647bfb6..6a12d07 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: mockthat -Title: Function Mocking for Unit Testing in R +Title: Function Mocking for Unit Testing Version: 0.2.8 Authors@R: person(given = "Nicolas", diff --git a/cran-comments.md b/cran-comments.md index 4a04e3f..90f4f88 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,5 @@ ## Test environments + * local R installation, macOS 12.6, R 4.2.1 * GitHub Actions (ubuntu-latest): oldrel-1, release, devel * GitHub Actions (windows-latest): release @@ -9,4 +10,7 @@ 0 errors | 0 warnings | 0 notes -* This is (late) submission of a minor bugfix update. +* This is re-submission of a minor bugfix update. +* The original issue was due to a unit test that relied on jsonlite internals + which were changed and required removal of the failing test. +* I apologize for not being able to fix the problem in time.