Linked Questions

5 votes
3 answers
1k views

RStudio does not see packages after update to R 3.4 [duplicate]

I have Ubuntu 16.04 and after update of R to 3.4.1 version it does not see my packages even though they have also been updated: > library(dplyr) Error in library(dplyr) : there is no package ...
potockan's user avatar
  • 4,038
2 votes
0 answers
11k views

in R, how to install ggbiplot? [duplicate]

I am running R version 3.2.3 in RStudio. I tried following these instructions: library(devtools) install_github("ggbiplot", "vqv") and library(devtools) install_github("vqv/ggbiplot") from here ...
val's user avatar
  • 1,689
1 vote
0 answers
6k views

Changing RStudio package library location [duplicate]

After I formatted my PC a few days back, I reinstalled R (3.4.1) and RStudio (1.0.153). Previously the default location for installing packages was inside the "Documents" inside my user folder. But ...
Bishwarup Paul's user avatar
1 vote
1 answer
269 views

Error in clusplot.default: object 'spannel' not found [duplicate]

Recently I upgraded my linux server-deployed shiny app's R from 3.3.3 to 3.4.1, and now instead of cluster plots i'm getting this error. Didn't change nothing else and can't access server to try and ...
vladli's user avatar
  • 1,523
1 vote
0 answers
104 views

Loading R libraries [duplicate]

So I do not have permission to add packages to where R stores it's libraries and was wondering if there was a way to add the package to my local directory (say my desktop) and then to run it using R. ...
user6291's user avatar
  • 541
1 vote
0 answers
32 views

Migrate all R packages to another directory permanently [duplicate]

Currently the packages I installed in R are stored in /Mydocuments/R/win-library. However, I got some problems with that because it´s a network drive and I would prefer to move all existing packages ...
mostlyharmless563's user avatar
75 votes
8 answers
215k views

How do I change the default library path for R packages

I have attempted to install R and R studio on the local drive on my work computer as opposed to the organization network folder because anything that runs through the network is really slow. When ...
user3594490's user avatar
  • 1,979
42 votes
4 answers
42k views

How to Change .libPaths() permanently in R?

Whenever I change the library path order using the .libPaths() function, it reverts back to the default if I restart R. How can I change this permanently? I am working on a Linux computing cluster (I ...
Koundy's user avatar
  • 5,483
22 votes
7 answers
50k views

Cannot install R packages in Jupyter Notebook

I am trying to run R code in Jupyter and the R Kernel was added. Most of the time, packages can be installed successfully. However, some of the packages, such as RCurl and ggmap, would got error while ...
Xing Huang's user avatar
9 votes
1 answer
26k views

How to properly set up the library directory/path in R

My goal is to define a single path which R will use for installing and searching for libraries. I read that this can be done by changing the Rprofile.site file in the R installation path. I tried two ...
tomka's user avatar
  • 2,618
9 votes
3 answers
34k views

run R as administrator

I was using my own laptop to install R and I found that it only has one library. Evne though this library is still read only, everytime when I use Rstudio: install.packages("abc"), I can see that the ...
kim kevin's user avatar
  • 185
1 vote
3 answers
32k views

I am unable to install packages in R

When I try to install any package in Rstudio I get the following error message: Error in install.packages : path[1]="C:\Users\javad\Documents\.Rhistory\win-library\3.2": The system cannot find the ...
Javad's user avatar
  • 99
3 votes
6 answers
5k views

Version 0.98.953 of R-Studio - Error message in console when starting

I updated R-Studio to the latest version (Version 0.98.953). When starting R-Studio I get the following in the console: Error installing package: "\\psf\Home\Documents" CMD.EXE wurde mit dem oben ...
FreshF's user avatar
  • 381
13 votes
0 answers
9k views

Why R put downloaded packages in temp folder? [duplicate]

When I download some external libraries in R using install.packages("package") then package is placed in R\Library in my installation directory but I get additional message on my console that The ...
Marco Roberts's user avatar
4 votes
2 answers
2k views

.libPaths(blah) does nothing

Apologies if someone has asked this before. I've tried Googling and Googling, but no one seems to have reported quite this. I'm trying to add a path to my .libPaths, but .libPaths(new=blah) doesn't ...
justme's user avatar
  • 225

15 30 50 per page