Skip to content

Commit

Permalink
pkgload and roxygen2 are now on CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Jun 28, 2024
1 parent 03612b8 commit b37964e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/package-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ pak::pak(c("rlang", "r-lib/pkgload"))
- Set `cli.hyperlink = FALSE` in `local_reproducible_output()`: <https://github.com/r-lib/roxygen2/pull/1621>
- Bugfix for <https://github.com/posit-dev/positron/issues/3053>
- Ark warns on load because this bug disruptive to dev workflow
- **Unreleased**
- Fixed in roxygen2 7.3.2 (2024-06-27)

- Use more generic x-r-run over `ide:run`: <https://github.com/r-lib/roxygen2/pull/1604>
- Enhancement: Hyperlink support
- **Unreleased**
- Fixed in roxygen2 7.3.2 (2024-06-27)


### cli
Expand Down Expand Up @@ -46,14 +46,14 @@ pak::pak(c("rlang", "r-lib/pkgload"))

- Check if rstudioapi is available <https://github.com/r-lib/pkgload/pull/277>
- Enhancement: Support for dev help implemented in <https://github.com/posit-dev/ark/pull/347>
- **Unreleased**
- Fixed in pkgload 1.4.0 (2024-06-27)

- Pass library path in user hook <https://github.com/r-lib/pkgload/commit/b4e178bd>
- Bugfix for an error during `load_all()` due to an interaction with our custom onload hook
- Worked around in <https://github.com/posit-dev/ark/commit/a03766e2>
- **Unreleased**
- Fixed in pkgload 1.4.0 (2024-06-27)

- Fix NSE in `shim_help(package = )` <https://github.com/r-lib/pkgload/pull/267>
- Bugfix for dev help
- Worked around in <https://github.com/posit-dev/ark/pull/233>
- **Unreleased**
- Fixed in pkgload 1.4.0 (2024-06-27)

0 comments on commit b37964e

Please sign in to comment.