Skip to content

Commit

Permalink
more change name
Browse files Browse the repository at this point in the history
  • Loading branch information
see24 committed Dec 8, 2023
1 parent 9a52e49 commit 89eddf7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
^R-Resources\.Rproj$
^rResources\.Rproj$
^\.Rproj\.user$
^_pkgdown\.yml$
^docs$
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
URL: https://landscitech.github.io/R-Resources/
URL: https://landscitech.github.io/rResources/
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ knitr::opts_chunk$set(

<!-- badges: end -->

Welcome to the R-Resources page! This is a place to share resources and best practices related to R and reproducible research. The following are pages that have been assembled by Sarah Endicott to record my best practices and recommendations for reproducible research in R. I welcome you ideas and contributions!
Welcome to the rResources page! This is a place to share resources and best practices related to R and reproducible research. The following are pages that have been assembled by Sarah Endicott to record my best practices and recommendations for reproducible research in R. I welcome you ideas and contributions!

### Resources

[**Minimum requirements for "good" code**](https://landscitech.github.io/R-Resources/articles/good_code.html)\
[**Minimum requirements for "good" code**](https://landscitech.github.io/rResources/articles/good_code.html)\
Recommendations for writing reproducible code with links to tools and more detailed resources

[**R Package Development**](https://landscitech.github.io/R-Resources/articles/package_development.html)\
[**R Package Development**](https://landscitech.github.io/rResources/articles/package_development.html)\
Links to R package development book and has my notes on additional steps for releasing a package on CRAN or GitHub

[**Git and GitHub for Reproducible Research**](https://landscitech.github.io/Github_tutorial/)\
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- badges: start -->
<!-- badges: end -->

Welcome to the R-Resources page! This is a place to share resources and
Welcome to the rResources page! This is a place to share resources and
best practices related to R and reproducible research. The following are
pages that have been assembled by Sarah Endicott to record my best
practices and recommendations for reproducible research in R. I welcome
Expand All @@ -15,12 +15,12 @@ you ideas and contributions!
### Resources

[**Minimum requirements for “good”
code**](https://landscitech.github.io/R-Resources/articles/good_code.html)
code**](https://landscitech.github.io/rResources/articles/good_code.html)
Recommendations for writing reproducible code with links to tools and
more detailed resources

[**R Package
Development**](https://landscitech.github.io/R-Resources/articles/package_development.html)
Development**](https://landscitech.github.io/rResources/articles/package_development.html)
Links to R package development book and has my notes on additional steps
for releasing a package on CRAN or GitHub

Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
url: https://landscitech.github.io/R-Resources/
url: https://landscitech.github.io/rResources/
template:
bootstrap: 5

0 comments on commit 89eddf7

Please sign in to comment.