From: Benjamin Auder Date: Fri, 17 Apr 2026 21:44:40 +0000 (+0200) Subject: No more need for this file X-Git-Url: https://git.auder.net/assets/css/doc/scripts/pieces/current/path?a=commitdiff_plain;h=5d988751646717e5fc3fac8c9fdef61eb24ab832;p=morpheus.git No more need for this file --- 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.