-
Notifications
You must be signed in to change notification settings - Fork 334
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 reading the DESCRIPTION file #451
Comments
read.dcf("/home/robin/repos/stplanr/DESCRIPTION")
#> Package Type Title Version
#> [1,] "stplanr" "Package" "Sustainable Transport Planning" "0.2.1"
#> Authors@R
#> [1,] "c(\nperson(\"Robin\", \"Lovelace\", email = \"rob00x@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0001-5679-6536\")),\nperson(\"Richard\", \"Ellison\", role = c(\"aut\")),\nperson(\"Barry\", \"Rowlingson\", role = c(\"ctb\"), comment = \"Author of overline\"),\nperson(\"Nick\", \"Bearman\", role = c(\"ctb\"), comment = \"Co-author of gclip\"),\nperson(\"Malcolm\", \"Morgan\", role = c(\"ctb\"), comment = \"Co-author of angle_diff\"),\nperson(\"Nikolai\", \"Berkoff\", role = c(\"ctb\"), comment = \"Co-author of line2route\"),\nperson(\"Scott \", \"Chamberlin\", role = c(\"rev\"), comment = \"Scott reviewed the package for rOpenSci, see https://github.com/ropensci/onboarding/issues/10\")\n)"
#> Maintainer
#> [1,] "Robin Lovelace <rob00x@gmail.com>"
#> Description
#> [1,] "Functionality and data access tools for transport planning,\nincluding origin-destination analysis, route allocation and modelling travel\npatterns."
#> License BugReports
#> [1,] "MIT + file LICENSE" "https://github.com/ropensci/stplanr/issues"
#> LazyData Depends
#> [1,] "yes" "sp,\nR (>= 3.0)"
#> Imports
#> [1,] "curl,\nreadr,\ndplyr,\nhttr,\njsonlite,\nstringi,\nstringr,\nlubridate,\nmaptools,\nraster,\nrgdal,\nrgeos,\nopenxlsx,\nmethods,\nR.utils,\ngeosphere,\nRcpp (>= 0.12.1),\nigraph,\nnabor,\nrlang,\nsf"
#> LinkingTo Suggests
#> [1,] "RcppArmadillo,\nRcpp" "testthat,\nknitr,\nrmarkdown,\ndodgr"
#> Enhances VignetteBuilder URL
#> [1,] "tmap" "knitr" "https://github.com/ropensci/stplanr"
#> SystemRequirements RoxygenNote
#> [1,] "GNU make" "6.0.1" |
Did you manage to figure this out in the meantime? If not, can you please point me to the source repo? |
Just tested and am still getting the error, using the same version of pkgdown it looks like this:
|
Pointer to the source repo: https://github.com/ropensci/stplanr |
I get a couple of different failures, once of which is a pkgdown problem. But when I try and knit that index.Rmd I get:
|
I also get an uninformative error message, but it looks like it's a buglet in callr: r-lib/callr#41 |
Thanks for the fix. I'm getting a different error now though with the latest version, any ideas?
|
@hadley -- did you identify what was causing the error :
I am getting the exact error when running tests in rstudio but not if I run Thanks for any guidance you can provide! |
Stab in the dark uninstall and reinstall of
Seams to have fixed it. Not sure I want to know what was actually wrong! |
Who knows. Pkgdown seems to be working again now though which is great. Thanks all! |
I'm bamboozled at this error message:
Any ideas? As the below reprex shows there's seemingly nowt wrong with DESCRPTION from the perspective of
read.dcf()
...The text was updated successfully, but these errors were encountered: