Questions tagged [installr]

14 questions
9
votes
2 answers

installr does not copy over packages to new version of R

I recently used the installr package to update my version of R (from 3.6.2 to 4.0.0). The update was successful, and I have confirmed using print(R.version). However, my packages from the old version of R have not copied over to the new version,…
Clara Li
  • 105
  • 8
6
votes
1 answer

"Error in strsplit(version_with_dots, "\\.")[[1]] : subscript out of bounds" for updater function

I am using package installr version 0.17.0 to update R and related packages. However, I get the following error message when I typed updater(): Error in strsplit(version_with_dots, "\\.")[[1]] : subscript out of bounds How can I deal with this…
Patrick
  • 1,057
  • 9
  • 23
3
votes
0 answers

Recently updated R and RStudio and now ggplots will not plot on the plot pane, plots are opening on a new window. How can I fix this?

I recently updated R and RStudio and now all ggplots show up on a new pop-up window instead of on the plot pane. I updated R by using the updateR() function from the installr package. I then updated RStudio by going to Help -> Check for Updates.…
FishyFishies
  • 301
  • 3
  • 14
2
votes
1 answer

installation of R creates two library paths

I have observed that R installation in Windows creates two library paths automatically. .libPaths() # [1] "C:/Users/User/Documents/R/win-library/3.4" # [2] "C:/Program Files/R/R-3.4.0/library" What is the use of these while installing new…
Prradep
  • 5,506
  • 5
  • 43
  • 84
2
votes
1 answer

Auto Provisioning the IOS application in Installrapp.com

Basically, I need to update below screen shot details for every application generated or every build occurs in Installr app. I thoroughly checked API there is no method to help the above scenario. I need to auto Provisioning the IOS application for…
SakthiSureshAnand
  • 1,324
  • 16
  • 32
1
vote
1 answer

Unable to install RTools with installr, in RStudio

I am working on HPC with RSTudio 4.2.1 and I want to install RTools with the installr package. I was able to install the installr but then, when I run the command install.Rtools() I get the following: Infiniband hardware address can be incorrect!…
geo_dd
  • 283
  • 1
  • 5
  • 22
1
vote
0 answers

Elegant way to recover R packages after a update

Recently my package manager updated R automatically to the newest version 4.10 (well, i give the permission so is my fault), whenever this happens the packages from the older version are lost. But i was wondering if there is elegant way to recover…
1
vote
2 answers

Problems with exams2pdf after updating R version

Recently, I have updated R using installr so that I have now two versions (3.6.1 e 4.0.3) installed in my computer running Windows 10, but I only use the 4.0.3 version. For some reasons I do not know, the 'exams' package has not been transferred to…
user12703198
  • 423
  • 3
  • 11
1
vote
1 answer

Unable to update R

I have 4.0.2 version and I want to update it. So I install installr and I tried to use updateR(): install.packages("installr") library(installr) updateR() After library(installr) I got a warning message: Installation status: FALSE . Removing…
1
vote
1 answer

how do you update R version if installr does not work?

I was trying to update my R version (3.4.3, a little old) but when i was trying to install 'installr' packages and load it, I got errors > install.packages("installr") trying URL…
ASU_TY
  • 617
  • 2
  • 7
  • 12
1
vote
0 answers

R: How to update R when I get an error message with installR

Not sure how I'm supposed to update R to 3.4.4 when I get this error: Error: (converted from warning) package 'installr' was built under R version 3.4.4 Any ideas?
Angus
  • 355
  • 2
  • 12
0
votes
1 answer

I can't update to R version 4

I have downloaded the latest version of R and I have tried to run code in Jupyter notebook that will update.My code and the output below: `# installing/loading the latest installr package: install.packages("installr"); library(installr) #…
Tadhgo
  • 27
  • 9
0
votes
0 answers

Error when trying to install installr in R Studio

My goal is to install shiny but it fails because the package rlang can not be installed, so I tried to update my R version because I read this can solve already a few problems. But I failed to update because I have the same issue with installing…
yaennu.s
  • 81
  • 13
0
votes
1 answer

Unable to install quantreg package and update R version

I am using R version 3.3.1 on RStudio interface, and a Windows 10 OS. I was trying to install the 'quantreg' package for quantile regression, however I was getting the error message Warning in install.packages : InternetOpenUrl failed: 'The…