Skip to content

Commit 8e8847f

Browse files
committed
docs (readme): linking contributing guidelines
1 parent e5ea421 commit 8e8847f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ knitr::opts_chunk$set(collapse = TRUE, comment = "#>", fig.path = "man/figures/R
1919
![GitHub pull requests](https://img.shields.io/github/issues-pr/njlyon0/supportR)
2020
<!-- badges: end -->
2121

22-
`supportR` is an R package where the only unifying theme of the functions is honestly just that I wrote them. That said, there are some useful functions for **data wrangling** and **plotting** in particular, though functions for *other purposes* are also included.Check out the package website ([njlyon0.github.io/supportR](https://njlyon0.github.io/supportR/)) for documentation of the functions currently included in the package. I'll add functions to this package as I write more orphan scripts that I hope others might find useful so stay tuned!
22+
`supportR` is an R package where the only unifying theme of the functions is honestly just that I wrote them. That said, there are some useful functions for **data wrangling** and **plotting** in particular, though functions for _other purposes_ are also included. Check out the package website ([njlyon0.github.io/supportR](https://njlyon0.github.io/supportR/)) for documentation of the functions currently included in the package. I'll add functions to this package as I write more orphan scripts that I hope others might find useful so stay tuned!
2323

2424
## Installation
2525

@@ -32,4 +32,4 @@ devtools::install_github("njlyon0/supportR")
3232

3333
## Looking Ahead
3434

35-
More functions are likely to be developed and housed within this package so stay tuned! Feel free to post ideas for new functions as [an issue](https://github.com/njlyon0/supportR/issues) on this repository and I'll do my best to build them!
35+
More functions are likely to be developed and housed within this package so stay tuned! Feel free to check out [the contributing guidelines](https://njlyon0.github.io/supportR/CONTRIBUTING.html) if you want to know how to contribute directly to `supportR`.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requests](https://img.shields.io/github/issues-pr/njlyon0/supportR)
1818
`supportR` is an R package where the only unifying theme of the
1919
functions is honestly just that I wrote them. That said, there are some
2020
useful functions for **data wrangling** and **plotting** in particular,
21-
though functions for *other purposes* are also included.Check out the
21+
though functions for *other purposes* are also included. Check out the
2222
package website
2323
([njlyon0.github.io/supportR](https://njlyon0.github.io/supportR/)) for
2424
documentation of the functions currently included in the package. I’ll
@@ -38,6 +38,6 @@ devtools::install_github("njlyon0/supportR")
3838
## Looking Ahead
3939

4040
More functions are likely to be developed and housed within this package
41-
so stay tuned! Feel free to post ideas for new functions as [an
42-
issue](https://github.com/njlyon0/supportR/issues) on this repository
43-
and I’ll do my best to build them!
41+
so stay tuned! Feel free to check out [the contributing
42+
guidelines](https://njlyon0.github.io/supportR/CONTRIBUTING.html) if you
43+
want to know how to contribute directly to `supportR`.

0 commit comments

Comments
 (0)