From 5d988751646717e5fc3fac8c9fdef61eb24ab832 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Fri, 17 Apr 2026 23:44:40 +0200 Subject: [PATCH] No more need for this file --- comments.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 comments.md diff --git a/comments.md b/comments.md deleted file mode 100644 index 14b8ba5..0000000 --- a/comments.md +++ /dev/null @@ -1,14 +0,0 @@ -There were 3 NOTEs: - -1. "New submission / Package was archived on CRAN" - - This version addresses all previous issues that led to archiving, at least as far as I can check (R CMD check --as-cran is OK). I forgot the previous issues. - -2. "checking for future file timestamps ... NOTE: unable to verify current time" - - This appears to be an environmental issue on my machine during check and is not a property of the package files themselves (I reset all timestamps with "find . -exec touch {} +" ) - -3. "checking compilation flags used ... NOTE: Compilation used the following non-portable flag(s): ..." - - These flags are the default configuration of the R installation on my machine. They are not hardcoded in the package's src/Makevars. - -==== - -The version only changes to 1.0.5 because I just added the pvalue() function to the file R/utils.R. -- 2.53.0