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.
mkoohafkan commentedNov 9, 2018
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: