Error in package installation

2

I started work using R , and during the installation of some packages such as Devtools , the following error message appears:

* installing *source* package 'devtools' ...
** package 'devtools' successfully unpacked and MD5 sums checked
Warning in file(file, if (append) "a" else "w") :
  cannot open file 'C:/Users/Simico/Documents/R/win-library/3.4/devtools/DESCRIPTION': No such file or directory
Error in file(file, if (append) "a" else "w") : 
  não é possível abrir a conexão
ERROR: installing package DESCRIPTION failed for package 'devtools'
* removing 'C:/Users/Simião/Documents/R/win-library/3.4/devtools'
Warning in install.packages :
  running command '"C:/PROGRA~1/R/R-34~1.0/bin/x64/R" CMD INSTALL -l "C:\Users\Simião\Documents\R\win-library.4" C:\Users\Public\Documents\Wondershare\CreatorTemp\RtmpqyR84v/downloaded_packages/devtools_1.13.4.tar.gz' had status 1
Warning in install.packages :
  installation of package ‘devtools’ had non-zero exit status

I do not know what to do, I've tried several things to fix the error, but it did not work, my OS Windows 7 R 3.4.0

    
asked by anonymous 10.11.2017 / 03:20

0 answers