[Rd] symantec and R instalation info

2017-08-02 Thread PIKAL Petr
Dear all I am not sure if this is appropriate for the list, but I have recently found that Symantec blocks R devel from installation. Enclosed is copy of Symantec message. Our IT installed it but I wont be probably alone with this problem. > sessionInfo() R Under development (unstable)

Re: [Rd] symantec treating R-devel r73003 for Windows as malware

2017-08-02 Thread PIKAL Petr
. Petr Pikal > -Original Message- > From: Martin Maechler [mailto:maech...@stat.math.ethz.ch] > Sent: Wednesday, August 2, 2017 10:09 AM > To: PIKAL Petr <petr.pi...@precheza.cz> > Cc: r-devel@r-project.org > Subject: Re: [Rd] symantec treating R-devel r7300

Re: [Rd] strange behaviour read.table and clipboard

2017-08-16 Thread PIKAL Petr
can help any further, let me know. Best regards Petr > -Original Message- > From: Duncan Murdoch [mailto:murdoch.dun...@gmail.com] > Sent: Wednesday, August 16, 2017 12:35 AM > To: PIKAL Petr <petr.pi...@precheza.cz>; r-devel@r-project.org > Subject: Re: [Rd]

Re: [Rd] strange behaviour read.table and clipboard

2017-08-16 Thread PIKAL Petr
ll <- readLines(\"clipboard\"))" > str(ll <- readLines("clipboard")) chr [1:2846] "a1" "1" "1" "1" "1" "1" "1" "1" "1" "1" "1" "1" "1"

Re: [Rd] strange behaviour read.table and clipboard

2017-08-16 Thread PIKAL Petr
Hi > -Original Message- > From: Martin Maechler [mailto:maech...@stat.math.ethz.ch] > Sent: Wednesday, August 16, 2017 12:01 PM > To: PIKAL Petr <petr.pi...@precheza.cz> > Cc: Martin Maechler <maech...@stat.math.ethz.ch>; Duncan Murdoch > <murdoch.dun

[Rd] strange behaviour read.table and clipboard

2017-08-15 Thread PIKAL Petr
Dear all I used to transfer data from excel to R by simple ctrl-c and read.delim("clipboard") construction. I know it is a bad practice but it is easy and for quick exploratory work it is OK. However after changing to new R devel few days ago I encountered weird behaviour. I tried one or two

Re: [Rd] strange behaviour read.table and clipboard

2017-08-17 Thread PIKAL Petr
Hi > -Original Message- > From: Robert Baer [mailto:rb...@atsu.edu] > Sent: Wednesday, August 16, 2017 3:04 PM > To: PIKAL Petr <petr.pi...@precheza.cz>; Duncan Murdoch > <murdoch.dun...@gmail.com> > Cc: r-devel@r-project.org > Subject: Re: [Rd] strange b