-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in read.dcf(path) : Found continuation line starting ' c(person(given = ...' at begin of record. #19
Comments
That has happened to me before. You might need to just restart your computer |
Also could be a new dependency to the Matrix package I recently added. It wasn't in the DESCRIPTION file but I just added it. |
I'm having the same behavior on an RStudio instance on a Windows VM. |
I was able to install from github just now. The only time I had this issue I restarted my computer and it worked fine afterwards. I'm not sure what the underlying cause is, however. As @djhernanv referenced, Link to broader issue. I see a lot of focus on the DESCRIPTION file but that can't be true, otherwise I would be getting the same error. Have you tried to download another github package to see if you get the same error? |
OK, so in the broader issue, there is this: devtools::install_github("r-lib/remotes", ref = "e56a41e1d0cad55cbe7d60b274b99ab7b7a76b5c") remotes::install_github('AdrianAntico/RemixAutoML', upgrade = FALSE, dependencies = FALSE, force = TRUE) and it starts fine, then fails on magick dependency: ERROR: dependency 'magick' is not available for package 'RemixAutoML'
So i did install.packages('magick') then repeated: remotes::install_github('AdrianAntico/RemixAutoML', upgrade = FALSE, dependencies = FALSE, force = TRUE) and it worked So, install remotes, install magick, then use remotes instead of devtools |
I see the "magick" package wasn't listed in the install script. I just updated that. Do the remote folks have an explanation as to why devtools works on some but not on all? |
I'm unsure on the devtools vs. remotes issue; the post said "it was fixed in remotes", which implies there is something wrong in devtools. That's over my head :-). There were also several instances where "fixing" indent "fixed" it but that may be random? |
Really odd. I'll make a note in the install script portion of the README to reference this issue if the user is having trouble with installing the package using devtools. Thanks for you help on this! |
Thank you for the instant response! I just found your package and website last night. Great stuff! |
Hi @AdrianAntico and @eafpres!
May be it is an issue with R Studio? Would be interesting to see if the installation would work from the R GUI for instance. Anyways, thank you very much! |
@djhernanv Thanks for your response. I've had some issues with RStudio, mostly with creating and opening Projects. I'm still able to install the package with devtools so not sure if my results mean anything, but I just checked out installing on the regular R GUI and it worked fine, with devtools. Great suggestion! |
Error
The command
devtools::install_github('AdrianAntico/RemixAutoML', upgrade = FALSE, dependencies = FALSE, force = TRUE)
throws the error:
Error in read.dcf(path) : Found continuation line starting ' c(person(given = ...' at begin of record.
Similar Issues
I think that it might be due to an issue with the description files as it was the case in here.
Sys Info:
R version 3.5.2 (2018-12-20)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows >= 8 x64 (build 9200)
devtools 2.0.2
Thank you!
The text was updated successfully, but these errors were encountered: