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
I am unable to install github packages using install_github since the latest update. I am getting errors that seem to be related to line continuations:
Error in read.dcf(path) :
Found continuation line starting ' R (>= 3.2.0), ...' at begin of record.
(here one example of an offending description file)
These packages have installed without issue for years, across various versions of devtools.
Cloning the package repository and installing from the local repo with devtools::install works without issue.
I am unable to install github packages using
install_github
since the latest update. I am getting errors that seem to be related to line continuations:(here one example of an offending description file)
These packages have installed without issue for years, across various versions of
devtools
.Cloning the package repository and installing from the local repo with
devtools::install
works without issue.session Info:
The text was updated successfully, but these errors were encountered: