search for: agwells

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

2017 Nov 23
2
Bug in R CMD INSTALL when handling invalid LazyData DESCRIPTION field
...s://github.com/wch/r-source/blob/trunk/src/library/tools/R/install.R#L977 . The errmsg() function actually is defined earlier on in the function, but there seems to be a scoping issue that makes it not available here. I've uploaded a sample project to 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
2017 Nov 24
0
Bug in R CMD INSTALL when handling invalid LazyData DESCRIPTION field
...nk/src/library/tools/R/install.R#L977 > . The errmsg() function actually is defined earlier on in the function, > but there seems to be a scoping issue that makes it not available here. > I've uploaded a sample project to 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 befor...