diff --git a/.Rbuildignore b/.Rbuildignore index 4ea04fa..4c088a8 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -13,3 +13,4 @@ ^vignettes/articles$ ^data$ ^man/figures/*\.png$ +^CODE_OF_CONDUCT.md diff --git a/README.Rmd b/README.Rmd index 25577d7..a60e007 100644 --- a/README.Rmd +++ b/README.Rmd @@ -359,8 +359,11 @@ knitr::include_graphics("./man/figures/mapping_skew.png") ``` ## Further Reading - * [Quick Overview](https://markolalovic.github.io/responsesR/articles/responsesR.html) * [Function Documentation](https://markolalovic.github.io/responsesR/reference/index.html) * [Introduction to responsesR package](https://markolalovic.github.io/responsesR/articles/introduction_to_responsesR.html) +## Contributions +Feel free to create issues for bugs or suggestions on the [issues page](https://github.com/markolalovic/responsesR/issues). + +You can also fork the responsesR repository, make your changes, and submit a pull request. Contributions may include bug fixes, new features, documentation improvements, or any other features you think will be useful. diff --git a/README.md b/README.md index ed1d1e4..7bcfd0c 100644 --- a/README.md +++ b/README.md @@ -611,3 +611,13 @@ responses Y. Documentation](https://markolalovic.github.io/responsesR/reference/index.html) - [Introduction to responsesR package](https://markolalovic.github.io/responsesR/articles/introduction_to_responsesR.html) + +## Contributions + +Feel free to create issues for bugs or suggestions on the [issues +page](https://github.com/markolalovic/responsesR/issues). + +You can also fork the responsesR repository, make your changes, and +submit a pull request. Contributions may include bug fixes, new +features, documentation improvements, or any other features you think +will be useful.