Re: [R] R studio Problem

2016-12-15 Thread Amelia Marsh via R-help
Dear Mr Martin,

Thanks a lot for this much needed insight. Unfortunately even though my system 
admin has uninstalled McAfee from my laptop, however, the same problem still 
exists. After uninstalling MCafee, I have reinstalled Rstudio but of no use. As 
Mr Gunter has suggested, trying to take this issue with RStudio people too.

I have started using R again.

Regards and thanks again

Amelia



On Thursday, 15 December 2016 2:43 PM, Martin Maechler 
 wrote:
> Amelia Marsh via R-help 
> on Thu, 15 Dec 2016 08:05:44 + writes:

> Sorry Mr Gunter. I didn't realize it.
> Regards

> Amelia

In this case, however, it was only the 'Subject' of Amelia's
posting and her own "feeling about" the problem which were
wrong:

As K. Elo's helpful reply suggests, it most probably 
is indeed an *R* problem, not an RStudio one:

Excursion (HW, do listen!):  A very efficient and easy way to _search_
all the R mailing lists @R-project.org, i.e., including
R-help (and R-devel, R-packages, R-package-devel, R-SIG-Mac, ...) is
by knowing/noticing that

  a) the website of all these lists are
at  https://stat.ethz.ch/mailman/listinfo/
and (consequently) all the list __archives__ are at
  https://stat.ethz.ch/pipermail/

  b) the (somewhat) advanced, but not known well enough,
 Google search feature  'site:' 

In this case (because it has been on R-help in the past),
consequently a very efficient search to solve this problem is to
enter this into Google
site:stat.ethz.ch normalizePath McAfee
~
(or click here to "learn it":
https://lmgtfy.com/?q=site%3Astat.ethz.ch+normalizePath+McAfee)

which finds this as a first hit  
https://stat.ethz.ch/pipermail/r-help/2010-September/252217.html
which used to be the solution of the problem (and K.Elo's URL was to the
infamous Nabble version of R-help).

---

It is very said to notice that more and more users of R (and
Rtudio) and it seems even *instructors* are thinking they use
RStudio when they are primarily using R via RStudio... and their
credits are going to RStudio only instead of to R, the R
foundation and its not-unimportant subset, the R core team,
plus the 1000s of package authors and bug report / patches
contributing volunteers around the world.

--> Please spread the word: It is __R__ (and RStudio),  not the
other way around.





> On Thursday, 15 December 2016 12:39 PM, Bert Gunter 
 wrote:
> You may get a reply here, but this is the wrong place for you to post.
> RStudio is a separate commercial entity and product from the
> noncommercial R foundation and R software that runs this list. This
> list is about R programming; for questions about RStudio, you should
> consult the RStudio website and post to their support lists.

> Cheers,
> Bert


> Bert Gunter

> "The trouble with having an open mind is that people keep coming along
> and sticking things into it."
> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )



> On Wed, Dec 14, 2016 at 10:18 PM, Amelia Marsh via R-help
>  wrote:
>> Hi
>> 
>> I had installed R studio Desktop 1.0.44. However whenever I wanted to 
write any command, before I could complete, I was getting following error
>> 
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>> 
>> 
>> I had uninstalled RStudio and again downloaded it and reinstalled. But 
still I am getting error like as mentioned below -
>> 
>> 
>>> a = 40
>> 
>>> b = 45
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>>> c = 120
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>> 
>> 
>> I had assigned value 40 to a, value 45 to b, but when I tried to assign 
value 120 to c, before I could complete, it started throwing above messages. I 
tried rnorm etc, however the error keeps on reappearing.
>> 
>> 
>> Can someone guide me.
>> 
>> Regards
>> 
>> Amelais
>> 
>> __
>> R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>> 

Re: [R] R studio Problem

2016-12-15 Thread Martin Maechler
> Amelia Marsh via R-help 
> on Thu, 15 Dec 2016 08:05:44 + writes:

> Sorry Mr Gunter. I didn't realize it.
> Regards

> Amelia

In this case, however, it was only the 'Subject' of Amelia's
posting and her own "feeling about" the problem which were
wrong:

As K. Elo's helpful reply suggests, it most probably 
is indeed an *R* problem, not an RStudio one:

Excursion (HW, do listen!):  A very efficient and easy way to _search_
 all the R mailing lists @R-project.org, i.e., including
 R-help (and R-devel, R-packages, R-package-devel, R-SIG-Mac, ...) is
by knowing/noticing that

  a) the website of all these lists are
at  https://stat.ethz.ch/mailman/listinfo/
and (consequently) all the list __archives__ are at
  https://stat.ethz.ch/pipermail/

  b) the (somewhat) advanced, but not known well enough,
 Google search feature  'site:' 

In this case (because it has been on R-help in the past),
consequently a very efficient search to solve this problem is to
enter this into Google
 site:stat.ethz.ch normalizePath McAfee
 ~
(or click here to "learn it":
 https://lmgtfy.com/?q=site%3Astat.ethz.ch+normalizePath+McAfee)

which finds this as a first hit  
https://stat.ethz.ch/pipermail/r-help/2010-September/252217.html
which used to be the solution of the problem (and K.Elo's URL was to the
infamous Nabble version of R-help).

---

It is very said to notice that more and more users of R (and
Rtudio) and it seems even *instructors* are thinking they use
RStudio when they are primarily using R via RStudio... and their
credits are going to RStudio only instead of to R, the R
foundation and its not-unimportant subset, the R core team,
plus the 1000s of package authors and bug report / patches
contributing volunteers around the world.

--> Please spread the word: It is __R__ (and RStudio),  not the
other way around.




> On Thursday, 15 December 2016 12:39 PM, Bert Gunter 
 wrote:
> You may get a reply here, but this is the wrong place for you to post.
> RStudio is a separate commercial entity and product from the
> noncommercial R foundation and R software that runs this list. This
> list is about R programming; for questions about RStudio, you should
> consult the RStudio website and post to their support lists.

> Cheers,
> Bert


> Bert Gunter

> "The trouble with having an open mind is that people keep coming along
> and sticking things into it."
> -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )



> On Wed, Dec 14, 2016 at 10:18 PM, Amelia Marsh via R-help
>  wrote:
>> Hi
>> 
>> I had installed R studio Desktop 1.0.44. However whenever I wanted to 
write any command, before I could complete, I was getting following error
>> 
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>> 
>> 
>> I had uninstalled RStudio and again downloaded it and reinstalled. But 
still I am getting error like as mentioned below -
>> 
>> 
>>> a = 40
>> 
>>> b = 45
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>>> c = 120
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
>> unused argument(s) (winslash = "/", mustWork = TRUE)
>> 
>> 
>> I had assigned value 40 to a, value 45 to b, but when I tried to assign 
value 120 to c, before I could complete, it started throwing above messages. I 
tried rnorm etc, however the error keeps on reappearing.
>> 
>> 
>> Can someone guide me.
>> 
>> Regards
>> 
>> Amelais
>> 
>> __
>> R-help@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@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, 

Re: [R] R studio Problem

2016-12-15 Thread Amelia Marsh via R-help
Sorry Mr Gunter. I didn't realize it.

Regards

Amelia



On Thursday, 15 December 2016 12:39 PM, Bert Gunter  
wrote:
You may get a reply here, but this is the wrong place for you to post.
RStudio is a separate commercial entity and product from the
noncommercial R foundation and R software that runs this list. This
list is about R programming; for questions about RStudio, you should
consult the RStudio website and post to their support lists.

Cheers,
Bert


Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )



On Wed, Dec 14, 2016 at 10:18 PM, Amelia Marsh via R-help
 wrote:
> Hi
>
> I had installed R studio Desktop 1.0.44. However whenever I wanted to write 
> any command, before I could complete, I was getting following error
>
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
>
>
> I had uninstalled RStudio and again downloaded it and reinstalled. But still 
> I am getting error like as mentioned below -
>
>
>> a = 40
>
>> b = 45
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
>> c = 120
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
>
>
> I had assigned value 40 to a, value 45 to b, but when I tried to assign value 
> 120 to c, before I could complete, it started throwing above messages. I 
> tried rnorm etc, however the error keeps on reappearing.
>
>
> Can someone guide me.
>
> Regards
>
> Amelais
>
> __
> R-help@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@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.


Re: [R] R studio Problem

2016-12-15 Thread Amelia Marsh via R-help
Thanks a lot Kimmo for your valuable guidance. Hope it works.

Regards

Amelia



On Thursday, 15 December 2016 12:06 PM, K. Elo  wrote:
Hi!

Maybe this helps:

http://r.789695.n4.nabble.com/Error-in-normalizePath-path-with-McAfee-td2532324.html

Best,
Kimmo

15.12.2016, 08:18, Amelia Marsh via R-help wrote:
> Hi
>
> I had installed R studio Desktop 1.0.44. However whenever I wanted to write 
> any command, before I could complete, I was getting following error
>
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
>
>
> I had uninstalled RStudio and again downloaded it and reinstalled. But still 
> I am getting error like as mentioned below -
>
>
>> a = 40
>
>> b = 45
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
>> c = 120
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
>
>
> I had assigned value 40 to a, value 45 to b, but when I tried to assign value 
> 120 to c, before I could complete, it started throwing above messages. I 
> tried rnorm etc, however the error keeps on reappearing.
>
>
> Can someone guide me.
>
> Regards
>
> Amelais
>
> __
> R-help@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@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@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.


Re: [R] R studio Problem

2016-12-14 Thread Bert Gunter
You may get a reply here, but this is the wrong place for you to post.
RStudio is a separate commercial entity and product from the
noncommercial R foundation and R software that runs this list. This
list is about R programming; for questions about RStudio, you should
consult the RStudio website and post to their support lists.

Cheers,
Bert


Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )


On Wed, Dec 14, 2016 at 10:18 PM, Amelia Marsh via R-help
 wrote:
> Hi
>
> I had installed R studio Desktop 1.0.44. However whenever I wanted to write 
> any command, before I could complete, I was getting following error
>
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
>
>
> I had uninstalled RStudio and again downloaded it and reinstalled. But still 
> I am getting error like as mentioned below -
>
>
>> a = 40
>
>> b = 45
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
>> c = 120
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
> Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
> unused argument(s) (winslash = "/", mustWork = TRUE)
>
>
> I had assigned value 40 to a, value 45 to b, but when I tried to assign value 
> 120 to c, before I could complete, it started throwing above messages. I 
> tried rnorm etc, however the error keeps on reappearing.
>
>
> Can someone guide me.
>
> Regards
>
> Amelais
>
> __
> R-help@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@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.


Re: [R] R studio Problem

2016-12-14 Thread K. Elo

Hi!

Maybe this helps:

http://r.789695.n4.nabble.com/Error-in-normalizePath-path-with-McAfee-td2532324.html

Best,
Kimmo

15.12.2016, 08:18, Amelia Marsh via R-help wrote:

Hi

I had installed R studio Desktop 1.0.44. However whenever I wanted to write any 
command, before I could complete, I was getting following error

Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
unused argument(s) (winslash = "/", mustWork = TRUE)


I had uninstalled RStudio and again downloaded it and reinstalled. But still I 
am getting error like as mentioned below -



a = 40



b = 45

Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
unused argument(s) (winslash = "/", mustWork = TRUE)

c = 120

Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
unused argument(s) (winslash = "/", mustWork = TRUE)
Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
unused argument(s) (winslash = "/", mustWork = TRUE)
Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
unused argument(s) (winslash = "/", mustWork = TRUE)
Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
unused argument(s) (winslash = "/", mustWork = TRUE)
Error in normalizePath(dir, winslash = "/", mustWork = TRUE) :
unused argument(s) (winslash = "/", mustWork = TRUE)


I had assigned value 40 to a, value 45 to b, but when I tried to assign value 
120 to c, before I could complete, it started throwing above messages. I tried 
rnorm etc, however the error keeps on reappearing.


Can someone guide me.

Regards

Amelais

__
R-help@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@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] R studio Problem

2016-12-14 Thread Amelia Marsh via R-help
Hi

I had installed R studio Desktop 1.0.44. However whenever I wanted to write any 
command, before I could complete, I was getting following error

Error in normalizePath(dir, winslash = "/", mustWork = TRUE) : 
unused argument(s) (winslash = "/", mustWork = TRUE) 


I had uninstalled RStudio and again downloaded it and reinstalled. But still I 
am getting error like as mentioned below -


> a = 40 

> b = 45 
Error in normalizePath(dir, winslash = "/", mustWork = TRUE) : 
unused argument(s) (winslash = "/", mustWork = TRUE) 
> c = 120 
Error in normalizePath(dir, winslash = "/", mustWork = TRUE) : 
unused argument(s) (winslash = "/", mustWork = TRUE) 
Error in normalizePath(dir, winslash = "/", mustWork = TRUE) : 
unused argument(s) (winslash = "/", mustWork = TRUE) 
Error in normalizePath(dir, winslash = "/", mustWork = TRUE) : 
unused argument(s) (winslash = "/", mustWork = TRUE) 
Error in normalizePath(dir, winslash = "/", mustWork = TRUE) : 
unused argument(s) (winslash = "/", mustWork = TRUE) 
Error in normalizePath(dir, winslash = "/", mustWork = TRUE) : 
unused argument(s) (winslash = "/", mustWork = TRUE) 


I had assigned value 40 to a, value 45 to b, but when I tried to assign value 
120 to c, before I could complete, it started throwing above messages. I tried 
rnorm etc, however the error keeps on reappearing.


Can someone guide me.

Regards

Amelais

__
R-help@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.