Skip to content

Commit

Permalink
Re-order news for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimhester committed Jun 2, 2021
1 parent 22c504d commit 8a7ccdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# remotes (development version)

* `system_requirements()` now works as intended if only the `os` argument is used (@mdneuzerling, #609)
* Re-license as MIT. (#551)

* skip tests for `download.file(method = "internal")`, on R > 4.1, since that method is now defunct on those versions.

* Re-license as MIT. (#551)
* `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).

Expand Down

0 comments on commit 8a7ccdc

Please sign in to comment.