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
<r-help@r-project.org> 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.

Reply via email to