Skip to content

Commit

Permalink
tidy ups
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Mar 11, 2024
1 parent aa8e3a2 commit 0d8c006
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ website:
- icon: rocket-takeoff
href: https://r-releases.r-universe.dev/
body-footer: |
<br />&copy; 2024 the R-releases project
<br />&copy; 2024 the R-releases project.
format:
html:
Expand Down
2 changes: 1 addition & 1 deletion contributors.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "Contributors"
---

The [code of conduct](https://r-releases.github.io/conduct.html) governs all forms of participation in the R-releases project, including package contributions, issues, discussions, and the development of infrastructure. Administrators, moderators, and contributors are all subject to its terms.
The [code of conduct](conduct.html) governs all forms of participation in the R-releases project, including package contributions, issues, discussions, and the development of infrastructure. Administrators, moderators, and contributors are all subject to its terms.

## How to register your package with R-releases

Expand Down
2 changes: 1 addition & 1 deletion review.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The pull request is automatically flagged for manual review if:

If a pull request is flagged for manual review, an R-releases moderator will read the pull request and ask questions if necessary. Although the moderator may make optional suggestions on a case-by-case basis, package reviews must be consistent, reliable, and inclusive whenever possible. The decision to close or merge the pull request must be based exclusively on the following pre-defined list of requirements:

1. Each contribution must comply with the [code of conduct](https://r-releases.github.io/conduct.html). Examples of prohibited content include profanity, malicious behavior, security risks, copyright violations, and other conduct which could reasonably be considered inappropriate in a professional setting. All this applies to the package, the URL, any other metadata in the contribution, and the contents of the package itself.
1. Each contribution must comply with the [code of conduct](conduct.html). Examples of prohibited content include profanity, malicious behavior, security risks, copyright violations, and other conduct which could reasonably be considered inappropriate in a professional setting. All this applies to the package, the URL, any other metadata in the contribution, and the contents of the package itself.
1. Each contributed URL must point to an existing GitHub or GitLab repository.
1. Each text file must apply to only one package.
1. The text file name must be the name of the package.
Expand Down
4 changes: 3 additions & 1 deletion users.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Then proceed to use `install.packages()` or `pak::pak()` etc. as you would norma

## A home for non-CRAN packages

Many R packages do not belong on CRAN. In particular, packages containing compiled code may require toolchains or binary downloads that fall outside of current CRAN policy. By [contributing](contributors.html) a package to R-releases, you may conveniently install the latest released versions of these packages from a single repository location.
Many R packages do not belong on CRAN. In particular, packages containing compiled code may require toolchains or binary downloads that fall outside of current CRAN policy.

By [contributing](contributors.html) a package to R-releases, you may conveniently install the latest released versions of these packages from a single repository location.

## A guarantee of package availability

Expand Down

0 comments on commit 0d8c006

Please sign in to comment.