[R-sig-Geo] ggmap error
Jari Oksanen
jari.oksanen at oulu.fi
Tue Oct 8 14:11:33 CEST 2013
On 08/10/2013, at 13:40 PM, Barry Rowlingson wrote:
> What version of R do you have? The paste0 function has been in R for a
> while now...
More exactly, paste0() has been in R release since April 2012. It was introduced in R 2.15.0 which was released on March 30, 2012. In my book that is such a recent feature that I would not use it in a released package.
Would this help in R < 2.15.0?
paste0 <- function(..., collapse = NULL) paste(..., sep = "", collapse = collapse)
Cheers, Jari Oksanen
>
> On Tue, Oct 8, 2013 at 11:28 AM, pierluigi de rosa
> <pierluigi.derosa at gmail.com> wrote:
>> Dear R-Geo user
>> I have a trouble when using any function from ggmap package...
>> It tells me
>> Error in message(paste0("Map from URL : ", url)) :
>> not finding function "paste0"
>>
>> Some one experienced the same issue?
>> thanks
>> P
>>
>> --
>> Ing. Pierluigi De Rosa (PhD)
>> tel: 075 791 0278 / fax: 075 7823038
>> cel: 3497558268
>> skype: pierluigi.derosa
>>
>> [[alternative HTML version deleted]]
>>
>> _______________________________________________
>> R-sig-Geo mailing list
>> R-sig-Geo at r-project.org
>> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
>
> _______________________________________________
> R-sig-Geo mailing list
> R-sig-Geo at r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-geo
More information about the R-sig-Geo
mailing list