Skip to content

Commit

Permalink
Update links to their current form
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo authored Jan 13, 2021
1 parent 55920a9 commit 73ef8de
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions resources/guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ page](https://github.com/reconhub/reconhub.github.io/blob/master/resources/guide
This document provides guidelines for package development which are meant to
promote clearer, robust, maintainable, and well-documented code. It borrows
largely from the [*rOpenSci* onboarding
guidelines](https://github.com/ropensci/onboarding/) and from [this
guidelines](https://github.com/ropensci/software-review) and from [this
post](http://discourse.repidemicsconsortium.org/t/scoring-system-for-r-packages/31/2)
on the RECON forum. See [list of contributors](#credits) for more information
on people who shaped this.
Expand All @@ -31,14 +31,14 @@ set up your package with the templates for using github, continous integration,
and testing.

When writing your package, we recommend following the [*rOpenSci* package
development guidelines](https://ropensci.github.io/dev_guide/), with the
development guidelines](https://devguide.ropensci.org/), with the
following additions / changes:

- RECON does not use any package submission system. If you would like your
package to integrate RECON, be in touch with us directly (click on email link
at the bottom of this page).

- Packages should be hosted on [github](http://github.com), or a similar
- Packages should be hosted on [github](https://github.com/), or a similar
platform with a (ideally, distributed) version control system; we recommend
keeping the *master* branch as functional, and using other branches for more
adventurous changes.
Expand Down Expand Up @@ -67,16 +67,16 @@ following additions / changes:
(`.Rnw`) as it is easier to convert to `.html` pages.

- We **strongly** recommend the use of
[*roxygen2*](https://cran.r-project.org/web/packages/roxygen2/index.html) for
[*roxygen2*](https://cran.r-project.org/package=roxygen2) for
documentation, as it makes documentation easier to maintain.

- We encourage the use of "`::`" when importing functions from non-core
packages, as it makes dependencies on foreign code more visible.

- We encourage the use of [*pkgdown*](http://github.com/hadley/pkgdown) to
- We encourage the use of [*pkgdown*](http://github.com/r-lib/pkgdown) to
generate a website for the package. For an example, see the
[*incidence*](http://github.com/reconhub/incidence) package and [its
website](http://www.repidemicsconsortium.org/incidence/).
[*incidence*](https://github.com/reconhub/incidence) package and [its
website](https://www.repidemicsconsortium.org/incidence/).

### Recommended GitHub etiquette

Expand Down Expand Up @@ -104,7 +104,7 @@ will help make the experience easier:

## Credits

Besides the [*rOpenSci*](http://ropensci.org/) whose guidelines we largely
Besides the [*rOpenSci*](https://ropensci.org/) whose guidelines we largely
adopted, the following people contributed to these guidelines; in alphabetic
order:

Expand Down

0 comments on commit 73ef8de

Please sign in to comment.