From 0d3aa886801fd772fc38701bee0c0cd4bff685ce Mon Sep 17 00:00:00 2001 From: Trevor L Davis Date: Sun, 17 Jul 2022 14:00:17 -0700 Subject: [PATCH] chore: Rename cran-comments.rst to cran-comments.md --- .Rbuildignore | 2 +- NEWS.md | 2 +- cran-comments.rst => cran-comments.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename cran-comments.rst => cran-comments.md (100%) diff --git a/.Rbuildignore b/.Rbuildignore index a443e29..46219e4 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -3,7 +3,7 @@ Rakefile README.rst ^README.html$ ^codecov.yml$ -cran-comments.rst +cran-comments.md .travis.yml ^\.appveyor\.yml$ ^revdep$ diff --git a/NEWS.md b/NEWS.md index b491b76..6994a85 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ argparse 2.1.6 They are now less verbose when `interactive()` is `FALSE` (#40). - There may still a trailing "Execution halted" line output by R's default error handler + There may still be a trailing "Execution halted" line output by R's default error handler (when `interactive()` is `FALSE`). This can be silenced by setting a new error handler near the top of your Rscript e.g. diff --git a/cran-comments.rst b/cran-comments.md similarity index 100% rename from cran-comments.rst rename to cran-comments.md