You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably a bug in desc. We are using gsub() on a string with invalid (?) encoding settings, and this is not allowed any more:
❯ pak::pkg_install("sfsmisc?source")
✔ Loading metadata database ... done
→ Will install 1 package.
→ The package (181.59 kB) is cached.
+ sfsmisc 1.1-13 👷🏼
ℹ No downloads are needed, 1 pkg (181.59 kB) is cached
ℹ Building sfsmisc 1.1-13
✔ Built sfsmisc 1.1-13 (1.9s)
Error:
! error in pak subprocess
Caused by error in `gsub("\n([^[:blank:]])", "\n \\1", val)`:
! input string 1 is invalid
Type .Last.error to see the more details.
One could argue that it is a bug in base::write.dcf(), but that's not an easily winnable argument.... so we'll just need another workaround re. encodings in desc...
Probably a bug in desc. We are using
gsub()
on a string with invalid (?) encoding settings, and this is not allowed any more:The text was updated successfully, but these errors were encountered: