Skip to content

Commit

Permalink
Merge pull request #642 from maxheld83/typos-2
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
gaborcsardi authored Jun 5, 2024
2 parents cf779c8 + 04a4069 commit 789ce19
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions man/chunks/sysreqs.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -231,13 +231,13 @@ current copy is older than one day.
You can explicitly update the database from GitHub using the
`sysreqs_db_update()` function.

For CRAN packages, it downloads the `SystemRequierements` fields from
For CRAN packages, it downloads the `SystemRequirements` fields from
https://cran2.r-pkg.org/metadata/, which is a database updated daily.
For Bioconductor packages, it downloads then from GitHub.
(We are planning on moving CRAN database to GitHub as well.)

For packages sources that require pak to obtain a package `DESCRIPTION` file
(e.g. `github::`, `git::`, etc.), pak obtrains `SystemRequirements` directly
(e.g. `github::`, `git::`, etc.), pak obtains `SystemRequirements` directly
from the `DESCRIPTION` file.

Once having the `SystemRequirements` fields, pak matches them to the database,
Expand Down
4 changes: 2 additions & 2 deletions man/chunks/sysreqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -548,13 +548,13 @@ updated versions of the database from GitHub, if its current copy is
older than one day. You can explicitly update the database from GitHub
using the `sysreqs_db_update()` function.

For CRAN packages, it downloads the `SystemRequierements` fields from
For CRAN packages, it downloads the `SystemRequirements` fields from
<https://cran2.r-pkg.org/metadata/>, which is a database updated daily.
For Bioconductor packages, it downloads then from GitHub. (We are
planning on moving CRAN database to GitHub as well.)

For packages sources that require pak to obtain a package `DESCRIPTION`
file (e.g. `github::`, `git::`, etc.), pak obtrains `SystemRequirements`
file (e.g. `github::`, `git::`, etc.), pak obtains `SystemRequirements`
directly from the `DESCRIPTION` file.

Once having the `SystemRequirements` fields, pak matches them to the
Expand Down
5 changes: 2 additions & 3 deletions man/sysreqs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 789ce19

Please sign in to comment.