Skip to content

Commit

Permalink
Merge pull request #760 from vaerksted/main
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
gaborcsardi committed Jun 9, 2023
2 parents e199c1b + c9efcfe commit 8875171
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

* `system_requirements()` now works as intended if only the `os` argument is used (@mdneuzerling, #609)

* `remote_package_name.git2r_remote` and `remote_package_name.xgit_remote` now get correct package name from HTTP(S) git repo's `DESCRIPTION` file, and thus package's `DESCRIPTION` file's `Remotes` field could have `git::http(s)://<host>/<username>/<repo>[.git][@ref]` items that install remote packages using git via HTTP(S) protocal (@niheaven, #603).
* `remote_package_name.git2r_remote` and `remote_package_name.xgit_remote` now get correct package name from HTTP(S) git repo's `DESCRIPTION` file, and thus package's `DESCRIPTION` file's `Remotes` field could have `git::http(s)://<host>/<username>/<repo>[.git][@ref]` items that install remote packages using git via HTTP(S) protocol (@niheaven, #603).

# remotes 2.3.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ dependencies are installed from Bioconductor.
* `method = "wininet"` is used on windows OS
* `method = "libcurl"` is used on other OS, if available.

See `help("download.file")` for informations on these methods and for
See `help("download.file")` for information on these methods and for
setting proxies if needed.

### Standalone mode
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ test_that("extra_deps", {

expect_equal(res$package, c("testthat", "roxygen2"))

# There are the shas for the v2.0.0 and v6.0.1 tags respectivly
# There are the shas for the v2.0.0 and v6.0.1 tags respectively
expect_equal(
res$available,
c("b0c0d5dcd78c5f97790c4b6ddb5babbce4c63a9d",
Expand Down

0 comments on commit 8875171

Please sign in to comment.