Error while initializing Rstudio

Asked

Viewed 1,281 times

2

By initializing Rstudio I come across the following "ERROR", package-related "manipulate" and "rstudio":

Error installing package: * installing *source* package 'rstudio' ...
Aviso em file(file, ifelse(append, "a", "w")) :
  cannot open file 'D:/Users/Marcos/Documents/R/win-library/3.1/rstudio/DESCRIPTION': No such file or directory
Error in file(file, ifelse(append, "a", "w")) : 
  não é possível abrir a conexão
ERROR: installing package DESCRIPTION failed for package 'rstudio'
* removing 'D:/Users/Marcos/Documents/R/win-library/3.1/rstudio'

Error installing package: * installing *source* package 'manipulate' ...
Aviso em file(file, ifelse(append, "a", "w")) :
  cannot open file 'D:/Users/Marcos/Documents/R/win-library/3.1/manipulate/DESCRIPTION': No such file or directory
Error in file(file, ifelse(append, "a", "w")) : 
  não é possível abrir a conexão
ERROR: installing package DESCRIPTION failed for package 'manipulate'
* removing 'D:/Users/Marcos/Documents/R/win-library/3.1/manipulate'

Does anyone know how to avoid this "ERROR" ?

  • Did you happen to pick up a file .Rprofile? The error happens only in Rstudio, but not in Rgui or by the prompt?

  • Already tried to uninstall and reinstall Rstudio?

  • 1

    See if this helps you... Apparently it’s some user permission issue. The second answer on this link tells you to copy the folder of the packages that are in trouble (Manipulate and rstudio) from the Rstudio directory, usually "C: Program Files Rstudio R library" and paste into your user’s folder "D:/Users/Marcos/Documents/R/win-library/" http://stackoverflow.com/questions/27517058/error-starting-r-studio-for-the-first-time

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.