Skip to content

Commit

Permalink
internals: drop section containing a redirected URL
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Jul 15, 2024
1 parent ecdab8d commit 855c12d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 32 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# officedown 0.3.2

## issues

- drop unreproducible test failure for CRAN on linux

# officedown 0.3.1

## issues
Expand Down
12 changes: 0 additions & 12 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,26 +90,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

You can install `{officedown}` from github with:
Expand Down

0 comments on commit 855c12d

Please sign in to comment.