Skip to content

Commit bd75979

Browse files
committed
Update NEWS before release
1 parent ab497a7 commit bd75979

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

NEWS.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# pak (development version)
22

3+
* pak is now more tolerant with extraneous whitespace in `PACKAGES*`
4+
metadata files (https://github.com/r-lib/pak/issues/785).
5+
6+
* pak now builds again on FreeBSD (#790).
7+
8+
* Installing dependencies of a package file with `deps::<filename>`
9+
works again (#784).
10+
11+
* pak now always uses the correct working directory in the subprocess;
12+
this was a common source of errors.
13+
14+
* New (nightly) binary builds for aarch64 Windows.
15+
16+
* We do not build binary builds for the release candidate of pak any
17+
more, only for stable and devel pak. `rc` is an alias to `stable` now.
18+
319
# pak 0.9.0
420

521
* pak now supports HTTP basic authentication for CRAN-like repositories.
@@ -8,11 +24,11 @@
824
* New function `scan_deps()` to auto-detect package dependencies from
925
R code. `deps::.` automatically uses detected dependencies now if no
1026
`DESCRIPTION` file is found.
11-
27+
1228
* The dependency solver now uses better heuristics, that works better
13-
(=faster) with multiple repositories with large overlaps
29+
(=faster) with multiple repositories with large overlaps
1430
(https://github.com/r-lib/pkgdepends/pull/392).
15-
31+
1632
* pak is now much better at detecting the correct Linux distribution
1733
when deciding about PPM and system requirements support.
1834

0 commit comments

Comments
 (0)