File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 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.
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
You can’t perform that action at this time.
0 commit comments