Found continuation line starting ...
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 409
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
Issue linked to https://github.com/jbkunst/highcharter/issues/429. When running packrat::init(), all packages get installed fine (even some installed with devtools::install_github), with the exception of the highcharter package. Some key facts below:
packrat::init()works if highcharter is installed either from CRAN, or from source (CRAN or github).- It does not work if installing directly from github (ie.
devtools::install_github('jbkunst/highcharter'). - This bug is NOT present in version 0.4.8-1, but is present in the current version. I've confirmed this by running
packrat::init()using both 0.4.8-1 and 0.4.9-2 and getting the error only when running it under 0.4.9-2.
Error in read.dcf(...) :
Found continuation line starting ' shortcut functio ...' at begin of record.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the failure with packrat::init() while installing highcharter directly from GitHub, comparing versions 0.4.8-1 and 0.4.9-2. Start from the read.dcf continuation-line error and trace the package metadata being parsed; done means GitHub installation completes through packrat::init() without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100