[R] Help to solve an Error

Jim Lemon drjimlemon at gmail.com
Fri Jun 5 00:42:32 CEST 2015


Hi all,
Does this have something to do with "markdown"? I recently had to
write something using this and found it much more difficult than HTML.
One missed space or character, which is often hard to see, can turn a
whole line to garbage.

Jim


On Thu, Jun 4, 2015 at 9:38 PM, John Kane <jrkrideau at inbox.com> wrote:
> Hi Jim,
> It is an problem in Gavin Simpson's code itself. Bad translation from R to HMTL it appears
>
> John Kane
> Kingston ON Canada
>
>
>> -----Original Message-----
>> From: drjimlemon at gmail.com
>> Sent: Thu, 4 Jun 2015 21:22:37 +1000
>> To: jacksonmrodrigues at gmail.com
>> Subject: Re: [R] Help to solve an Error
>>
>> Hi Jackson,
>> It looks like you have picked up the HTML code for the right angle
>> bracket. Try replacing this with a right angle bracket:
>>
>> grecent<-subset(gtemp,subset = Year>=1995,select = c(Year,Annual))
>>
>> Jim
>>
>>
>> On Thu, Jun 4, 2015 at 8:20 PM, Jackson Rodrigues
>> <jacksonmrodrigues at gmail.com> wrote:
>>> Hi,
>>>
>>>
>>>
>>> I want to apply the codes of Gavin Simpson from
>>> http://www.fromthebottomoftheheap.net/2011/06/11/global-warming-since-1995-now-significant/
>>> on my own data to detect trends in a subset. However, when I run:
>>>
>>>> grecent <- subset(gtemp, subset = Year >= 1995,select = c(Year,
>>> Annual))
>>>
>>> I get error:
>>>
>>> Error: unexpected ';' in "grecent <- subset(gtemp, subset = Year >"
>>>
>>> I've tried to replace ";" with several things, but it does not work at
>>> all.
>>>
>>> Could anyone help me to solve this "problem"?
>>>
>>> Best Regards,
>>>
>>> Jackson Rodrigues
>>>
>>>         [[alternative HTML version deleted]]
>>>
>>> ______________________________________________
>>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>>> https://stat.ethz.ch/mailman/listinfo/r-help
>>> PLEASE do read the posting guide
>>> http://www.R-project.org/posting-guide.html
>>> and provide commented, minimal, self-contained, reproducible code.
>>
>> ______________________________________________
>> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide
>> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>
> ____________________________________________________________
> FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!
> Check it out at http://www.inbox.com/earth
>
>



More information about the R-help mailing list