Skip to content

Commit

Permalink
untracked: Add note to README about bug reports/reprex's [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mwmclean committed Aug 25, 2022
1 parent 9abbb61 commit c2c5fd6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

Functions for extracting and describing data

To install from GitHub
## Installation

To install from GitHub:
```
require(devtools)
install_github("Displayr/flipData", dependencies = NA)
Expand All @@ -22,4 +24,8 @@ version of R in order to build packages from source. Rtools can be downloaded fr
Specifying `dependencies = NA` in `install_github` will not install packages listed
in `Suggests` in the `DESCRIPTION` file (some of which may be proprietary and unavailable for download).

## Submitting a bug report

If you encounter a problem using the package, please open an [issue](https://github.com/Displayr/flipData/issues). To achieve a resolution as quickly as possible, please include a minimal, reproducible example of the bug, along with the exact error message or output you receive and the behavior you expect. Including the output of `sessionInfo()` in R can be helpful to reproduce the issue. Please see this [FAQ](https://community.rstudio.com/t/faq-whats-a-reproducible-example-reprex-and-how-do-i-create-one/5219), which has a number of useful tips on creating great reproducible examples.

[![Displayr logo](https://mwmclean.github.io/img/logo-header.png)](https://www.displayr.com)

0 comments on commit c2c5fd6

Please sign in to comment.