search for: str_parse

Displaying 2 results from an estimated 2 matches for "str_parse".

Did you mean: r_parse
2017 Nov 23
2
Bug in R CMD INSTALL when handling invalid LazyData DESCRIPTION field
Hi, I think I've found a bug in R CMD INSTALL. When it tries to parse a DESCRIPTION file with an invalid LazyData field, it errors out while trying to print the correct error message: > R CMD INSTALL . * installing to library ?/home/example/R/x86_64-pc-linux-gnu-library/3.4? * installing *source* package ?samplepackage? ... ** data Error in errmsg("invalid value of ", field,
2017 Nov 24
0
Bug in R CMD INSTALL when handling invalid LazyData DESCRIPTION field
...reproduce the bug here: > https://github.com/agwells/R-CMD-INSTALL-bug > I'm running R version 3.4.2 (2017-09-28), on Ubuntu 16.04. > Cheers, > Aaron Thank you very much, Aaron. This is indeed a bug, and it looks that I had caused it when introducing the internal str_parse() utlity. It's too bad this is so close before release of R 3.4.3 and the fix to the bug is not trivial (not very hard either) such that it most probably will not make it into 3.4.3. Martin Maechler ETH Zurich