|
1 | 1 | #pak (development version) |
2 | 2 |
|
| 3 | +* pak now supports HTTP basic authentication for CRAN-like repositories. |
| 4 | + See 'Authenticated repositories' in the reference manual. |
| 5 | + |
| 6 | +* New function`scan_deps()` to auto-detect package dependencies from |
| 7 | + R code.`deps::.` automatically uses detected dependencies now if no |
| 8 | +`DESCRIPTION` file is found. |
| 9 | + |
| 10 | +* The dependency solver now uses better heuristics, that works better |
| 11 | + (=faster) with multiple repositories with large overlaps |
| 12 | + (https://github.com/r-lib/pkgdepends/pull/392). |
| 13 | + |
| 14 | +* pak is now much better at detecting the correct Linux distribution |
| 15 | + when deciding about PPM and system requirements support. |
| 16 | + |
3 | 17 | * pak now uses the`use_bioconductor` configuration option in`meta_*()` and |
4 | 18 | `repo_*()` functions (#295,#726,@meztez). |
5 | 19 |
|
6 | | -* pak now supports HTTP basic authentication for CRAN-like repositories. |
7 | | - See 'Authenticated repositories' in the reference manual. |
| 20 | +#pak 0.8.0.2 |
| 21 | + |
| 22 | +No changes. |
| 23 | + |
| 24 | +#pak 0.8.0.1 |
| 25 | + |
| 26 | +No changes. |
8 | 27 |
|
9 | 28 | #pak 0.8.0 |
10 | 29 |
|
|