Commit 160ae0f
Release v0.2.15: soften P3M-unavailable message
The "WARN P3M binary download failed for X, falling back to source: 404"
line read like a uvr bug to users, but it's a normal happens-sometimes
situation: Posit's package manager doesn't always build every package
version against every R minor (especially older branches like 4.4).
Falling back to source compilation is the correct behavior; users only
saw the warn-level wording as alarm.
- Detail (404 message, exact URL) drops to debug-level.
- Single info-level line: "<pkg> <ver>: no P3M binary for this R minor,
compiling from source" — explains *why* the install slows down for
that package without sounding like an error.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent f11084b commit 160ae0f
3 files changed
Lines changed: 14 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
85 | | - | |
86 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
87 | 95 | | |
88 | 96 | | |
89 | 97 | | |
| |||
0 commit comments