From 855c12d16060776b53c9d06d5c155fd64e949a4a Mon Sep 17 00:00:00 2001 From: David Gohel Date: Mon, 15 Jul 2024 21:44:39 +0200 Subject: [PATCH] internals: drop section containing a redirected URL --- NEWS.md | 6 ++++++ README.Rmd | 12 ------------ README.md | 20 -------------------- 3 files changed, 6 insertions(+), 32 deletions(-) diff --git a/NEWS.md b/NEWS.md index c12fc23..d120c03 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# officedown 0.3.2 + +## issues + +- drop unreproducible test failure for CRAN on linux + # officedown 0.3.1 ## issues diff --git a/README.Rmd b/README.Rmd index 609c30f..58df115 100644 --- a/README.Rmd +++ b/README.Rmd @@ -96,18 +96,6 @@ Manuals are available at: https://davidgohel.github.io/officedown/. -## Questions and Issues - -Github issues are closed, instead use https://github.com/davidgohel/officedown/discussions - -PLEASE, read the help pages before asking questions or declaring -issues. If you do post: - -- Provide the code that is producing the error, it has to be a minimal reproducible example. -Stackoverflow is providing good explanations about it: https://stackoverflow.com/help/mcve. You can use package `reprex` to help you: https://reprex.tidyverse.org/. The most popular R stackoverflow question is about the subject: https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example. -- Provide the results of R command `sessionInfo()`. It had to be executed after you loaded the packages used by your example. This will let me know what is your version of R and what are the versions of the packages you used in your example. -- Do not cross post - ## Installation diff --git a/README.md b/README.md index 571956b..c1ad86e 100644 --- a/README.md +++ b/README.md @@ -90,26 +90,6 @@ Manuals are available at: . -## Questions and Issues - -Github issues are closed, instead use - - -PLEASE, read the help pages before asking questions or declaring issues. -If you do post: - -- Provide the code that is producing the error, it has to be a minimal - reproducible example. Stackoverflow is providing good explanations - about it: . You can use package - `reprex` to help you: . The most - popular R stackoverflow question is about the subject: - . -- Provide the results of R command `sessionInfo()`. It had to be - executed after you loaded the packages used by your example. This will - let me know what is your version of R and what are the versions of the - packages you used in your example. -- Do not cross post - ## Installation You can install `{officedown}` from github with: