Error when including package in R-studio

0

I want to include some packages in R-studio and it gives me a problem of writing and permissions. Use windows 10 and version 3.2.2 of R

  

install.packages (c ("ggplot2"))   Warning in install.packages:     'lib="C: / Program Files / R / R-3.3.2 / library"' is not writable   Warning in install.packages:     can not create dir 'C: \ Users \ Froilán', reason 'Permission denied'   Error in install.packages: unable to create 'C: /Users/Froilán/Documents/R/win-library/3.3'   Warning message:   In dir.create (tempPath, recursive = TRUE):     can not create dir 'C: \ Users \ Froilán', reason 'Permission denied'

    
asked by leonidas 30.11.2016 в 11:52
source

0 answers