search for: geoparser

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

Did you mean: deparser
2017 Jun 14
0
[WISH / PATCH] possibility to split string literals across multiple lines
...as - depending on the context (e.g. in a tight loop) - the execution time of paste0 (or probably also glue, thanks Gabor) is not necessarily insignificant. You also need to consider implementation time. This is not just changes to R itself; trailing backslashes *are* used in some packages (e.g. geoparser), so those packages would need to be identified and modified and resubmitted to CRAN. Core changes to existing behaviour need really strong arguments, and I'm just not seeing those here. Duncan Murdoch > The other reason is style: I think it is cleaner if we can construct such a long st...
2017 Jun 14
4
[WISH / PATCH] possibility to split string literals across multiple lines
On Wed, 14 Jun 2017 06:12:09 -0500, Duncan Murdoch <murdoch.duncan at gmail.com> wrote: > On 14/06/2017 5:58 AM, Andreas Kersting wrote: > > Hi, > > > > I would really like to have a way to split long string literals across > > multiple lines in R. > > I don't understand why you require the string to be a literal. Why not > construct the long