Bug?

3 messages Options
Embed this post
Permalink
Johanna Hasmats

Bug?

Reply Threaded More More options
Print post
Permalink
Hi!

 

How can I get around in R 2.5.1 in Windows:

 

Error in strsplit(linebuffer, "") : object "linebuffer" not found

 

It comes a few lines after the actual strsplit, and yesterday everything was
fine…

 

Thank you in advance

 

Kindest regards,

 

 

*******************************************************************

Johanna Hasmats

Ph.D Student

Royal Institute of Technology

AlbaNova University Center

Stockholm Center for Physics, Astronomy and Biotechnology

School of Molecular Biotechnology

Department of Gene Technology

Visiting address:

Roslagstullsbacken 21, Floor 3

106 91 Stockholm, Sweden

Delivering address:

Roslagsvägen 30 B

104 06 Stockholm, Sweden

Phone (office) +46 8 553 783 44

Fax + 46 8 553 784 81

******************************************************************




        [[alternative HTML version deleted]]


______________________________________________
[hidden email] mailing list
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.
Uwe Ligges

Re: Bug?

Reply Threaded More More options
Print post
Permalink


Johanna Hasmats wrote:
> Hi!
>
>  
>
> How can I get around in R 2.5.1 in Windows:
>
>  
>
> Error in strsplit(linebuffer, "") : object "linebuffer" not found


Why should this be a bug in R, if you have no object named "linebuffer"
in the environments that are on the search path.


Uwe Ligges



>  
>
> It comes a few lines after the actual strsplit, and yesterday everything was
> fine…
>
>  
>
> Thank you in advance
>
>  
>
> Kindest regards,
>
>  
>
>  
>
> *******************************************************************
>
> Johanna Hasmats
>
> Ph.D Student
>
> Royal Institute of Technology
>
> AlbaNova University Center
>
> Stockholm Center for Physics, Astronomy and Biotechnology
>
> School of Molecular Biotechnology
>
> Department of Gene Technology
>
> Visiting address:
>
> Roslagstullsbacken 21, Floor 3
>
> 106 91 Stockholm, Sweden
>
> Delivering address:
>
> Roslagsvägen 30 B
>
> 104 06 Stockholm, Sweden
>
> Phone (office) +46 8 553 783 44
>
> Fax + 46 8 553 784 81
>
> ******************************************************************
>
>
>
>
> [[alternative HTML version deleted]]
>
>
>
> ------------------------------------------------------------------------
>
> ______________________________________________
> [hidden email] mailing list
> 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.

______________________________________________
[hidden email] mailing list
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.
Deepayan Sarkar

Re: Bug?

Reply Threaded More More options
Print post
Permalink
On 8/31/07, Uwe Ligges <[hidden email]> wrote:

>
>
> Johanna Hasmats wrote:
> > Hi!
> >
> >
> >
> > How can I get around in R 2.5.1 in Windows:
> >
> >
> >
> > Error in strsplit(linebuffer, "") : object "linebuffer" not found
>
>
> Why should this be a bug in R, if you have no object named "linebuffer"
> in the environments that are on the search path.

This sounds like it could have something to do with the command
completion mechanism through package rcompgen (which does use an
internal variable called 'linebuffer'). Since this doesn't seem to be
a common problem, you need to give us instructions on how to reproduce
it.

-Deepayan

______________________________________________
[hidden email] mailing list
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.