Pre-installed R Packages

The R console, Built-in Apps and Shiny Apps come with a number of the most commonly used data science packages pre-installed. To get the best performance you should only ever install these specific packages manually if they explicitly require a different version to the one that is baked in.

Installing a different version of a pre-baked package

Should you require a specific package version other than what is pre-baked (see the list below), you will need to follow these installation instructions.

First, you need to check which packages are dependent on a package you want to update:

library(tools) 
dependsOnPkgs("modelr")

If the package was installed as a dependency of another package, unload the namespace of the parent package first, followed by the package you want to update:

unloadNamespace("tidyverse")
unloadNamespace("modelr")

Next, install the required package version:

devtools::install_version("modelr", "0.1.3")

Then, you can reload the package (the updated package should be loaded first followed by the parent):

library("modelr")
library("tidyverse")

Check the loaded package version:

packageVersion("modelr")

A new package version will be installed in the /home/workspace/files/R/Rversion folder from which the Apps and the R console will pull the updated package version by default.

Unfortunately, there are a couple of pre-installed packages that cannot be unloaded because they are needed for the underlying functionality of the R console (e.g. htmltools). In that case, you can use the system command to run an installation on a fresh R console behind the scenes:

system("Rscript -e \"devtools::install_version('htmltools', '0.5.1.1')\"")

Restart any R sessions or Apps to pull this newly installed package version.

If you encounter any issues installing a different package version to the one that is baked in, then please submit a Service Desk request.

List of installed R packages

The list of packages below includes both the pre-installed packages and their dependencies.

packagestudio4.5.14.4.14.3.2 (soon deprecated)
arrow21.0.0.121.0.0.121.0.0.121.0.0.1
askpass1.2.11.2.11.2.11.2.0
assertthat0.2.10.2.10.2.10.2.1
backports1.5.01.5.01.5.01.4.1
base4.4.14.5.14.4.14.3.2
base64enc0.1-30.1-30.1-30.1-3
BH1.87.0-11.87.0-11.87.0-11.87.0-1
binom1.1-1.11.1-1.11.1-1.11.1-1.1
BiocGenerics0.52.00.54.00.52.00.48.1
BiocManager1.30.261.30.261.30.261.30.26
BiocVersion3.20.03.21.13.20.03.18.1
bit4.6.04.6.04.5.04.0.5
bit644.6.0-14.6.0-14.5.24.0.5
bitops1.0-71.0-91.0-71.0-7
blob1.2.41.2.41.2.41.2.4
boot1.3-301.3-311.3-301.3-28.1
brewn/a1.0-101.0-101.0-10
brio1.1.51.1.51.1.51.1.4
broom1.0.91.0.91.0.91.0.9
bslib0.9.00.9.00.8.00.6.1
cachem1.1.01.1.01.1.01.0.8
callr3.7.63.7.63.7.63.7.5
cellranger1.1.01.1.01.1.01.1.0
checkmate2.3.12.3.22.3.12.3.1
class7.3-227.3-237.3-227.3-22
classInt0.4-110.4-110.4-110.4-11
cli3.6.53.6.53.6.33.6.2
clipr0.8.00.8.00.8.00.8.0
cluster2.1.62.1.8.12.1.62.1.4
codetools0.2-200.2-200.2-200.2-19
colorspace2.1-02.1-12.1-12.1-0
commonmark1.9.21.9.51.9.21.9.1
compiler4.4.14.5.14.4.14.3.2
CompQuadForm1.4.41.4.41.4.41.4.4
conflicted1.2.01.2.01.2.01.2.0
cowplot1.2.01.2.01.2.01.2.0
cpp110.5.20.5.20.5.00.4.7
crayon1.5.31.5.31.5.31.5.2
credentialsn/a2.0.22.0.22.0.1
crosstalk1.2.11.2.11.2.11.2.1
curl6.2.16.3.05.2.35.2.0
data.table1.17.01.17.41.16.21.15.0
datasets4.4.14.5.14.4.14.3.2
DBI1.2.31.2.31.2.31.2.2
dbplyr2.5.02.5.02.5.02.5.0
Deriv4.1.34.2.04.1.34.1.3
desc1.4.31.4.31.4.31.4.3
DescTools0.99.600.99.600.99.600.99.60
devtoolsn/a2.4.52.4.52.4.5
diffobj0.3.50.3.60.3.50.3.5
digest0.6.370.6.370.6.370.6.34
docoptn/a0.7.20.7.10.7.1
downlitn/a0.4.40.4.40.4.3
dplyr1.1.41.1.41.1.41.1.4
dtplyr1.3.11.3.11.3.11.3.1
duckdbn/a1.3.01.1.10.9.2-1
e10711.7-161.7-161.7-161.7-16
ellipsisn/a0.3.20.3.20.3.2
evaluate1.0.31.0.31.0.11.0.3
Exact3.33.33.33.3
expm1.0-01.0-01.0-01.0-0
fansin/a1.0.61.0.61.0.6
farver2.1.22.1.22.1.22.1.1
fastmap1.2.01.2.01.2.01.1.1
fmsb0.7.60.7.60.7.60.7.6
fontawesome0.5.30.5.30.5.20.5.2
forcats1.0.01.0.01.0.01.0.0
foreign0.8-860.8-900.8-860.8-85
Formula1.2-51.2-51.2-51.2-5
fs1.6.61.6.61.6.41.6.3
fstn/a0.9.80.9.80.9.8
fstcoren/a0.10.00.9.180.9.18
gargle1.5.21.5.21.5.21.5.2
generics0.1.40.1.40.1.30.1.3
geobrn/a1.9.11.9.11.9.1
gertn/a2.1.52.1.42.0.1
ggplot23.5.23.5.23.5.23.5.2
ggrepel0.9.50.9.60.9.50.9.5
ggvis0.4.90.4.90.4.90.4.9
ghn/a1.5.01.4.11.4.0
gitcredsn/a0.1.20.1.20.1.2
gld2.6.72.6.72.6.72.6.7
glue1.8.01.8.01.8.01.8.0
googledrive2.1.12.1.12.1.12.1.1
googlesheets41.1.11.1.11.1.11.1.1
graphics4.4.14.5.14.4.14.3.2
grDevices4.4.14.5.14.4.14.3.2
grid4.4.14.5.14.4.14.3.2
gridExtra2.32.32.32.3
gtable0.3.60.3.60.3.60.3.4
haven2.5.42.5.52.5.42.5.4
here1.0.1n/an/an/a
hflights0.10.10.10.1
highr0.110.110.110.11
Hmisc5.1-35.2-35.1-35.1-3
hms1.1.31.1.31.1.31.1.3
htmlTable2.4.32.4.32.4.32.4.3
htmltools0.5.8.10.5.8.10.5.8.10.5.8.1
htmlwidgets1.6.41.6.41.6.41.6.4
httpuv1.6.151.6.161.6.151.6.14
httr1.4.71.4.71.4.71.4.7
httr2n/a1.1.21.0.51.0.0
ids1.0.11.0.11.0.11.0.1
inin/a0.3.10.3.10.3.1
IRdisplay1.11.11.11.1
IRkernel1.3.21.3.21.3.21.3.2
isoband0.2.70.2.70.2.70.2.7
janeaustenr1.0.01.0.01.0.01.0.0
janitor2.2.12.2.12.2.12.2.1
jquerylib0.1.40.1.40.1.40.1.4
jsonlite2.0.02.0.01.8.91.8.8
kableExtra1.4.01.4.01.4.01.4.0
KernSmooth2.23-242.23-262.23-242.23-22
knitr1.51.51.51.5
labeling0.4.30.4.30.4.30.4.3
Lahmann/a12.0-012.0-011.0-0
later1.4.11.4.21.3.21.3.2
lattice0.22-60.22-70.22-60.21-9
lazyeval0.2.20.2.20.2.20.2.2
lifecycle1.0.41.0.41.0.41.0.4
littlern/a0.3.210.3.200.3.19
lme41.1-371.1-371.1-371.1-37
lmom3.23.23.23.2
lubridate1.9.41.9.41.9.31.9.3
magrittr2.0.32.0.32.0.32.0.3
MASS7.3-60.27.3-657.3-60.27.3-60
mathjaxr1.8-01.8-01.8-01.8-0
Matrix1.7-01.7-31.7-01.6-1.1
memoise2.0.12.0.12.0.12.0.1
meta8.2-08.2-08.2-08.2-0
metadat1.4-01.4-01.4-01.4-0
metafor4.8-04.8-04.8-04.8-0
methods4.4.14.5.14.4.14.3.2
mgcv1.9-11.9-31.9-11.9-0
microbenchmark1.5.01.5.01.5.01.5.0
mime0.120.130.120.12
miniUIn/a0.1.20.1.1.10.1.1.1
minpack.lm1.2-41.2-41.2-41.2-4
minqa1.2.81.2.81.2.81.2.8
modelr0.1.110.1.110.1.110.1.11
munselln/an/a0.5.10.5.0
mvtnorm1.3-31.3-31.3-31.3-3
nlme3.1-1643.1-1683.1-1643.1-163
nloptr2.2.12.2.12.2.12.2.1
NLP0.3-20.3-20.3-20.3-2
nnet7.3-197.3-207.3-197.3-19
numDeriv2016.8-1.12016.8-1.12016.8-1.12016.8-1.1
nycflights13n/a1.0.21.0.21.0.2
odbc1.5.0n/an/an/a
openssl2.3.22.3.32.2.22.1.1
pander0.6.50.6.60.6.50.6.5
parallel4.4.14.5.14.4.14.3.2
parallelly1.45.11.45.11.45.11.45.1
pbapply1.7-41.7-41.7-41.7-4
pbdZMQ0.3-140.3-140.3-140.3-14
pillar1.10.21.10.21.9.01.9.0
pkgbuild1.4.61.4.81.4.51.4.3
pkgconfig2.0.32.0.32.0.32.0.3
pkgdownn/a2.1.32.1.12.0.7
pkgload1.4.01.4.01.4.01.3.4
plogrn/a0.2.00.2.00.2.0
plotly4.10.44.11.04.10.44.10.4
png0.1-80.1-80.1-80.1-8
praise1.0.01.0.01.0.01.0.0
prettyunits1.2.01.2.01.2.01.2.0
processx3.8.53.8.63.8.43.8.3
profvis0.4.00.4.00.4.00.4.0
progress1.2.31.2.31.2.31.2.3
promises1.3.21.3.31.3.01.2.1
proxy0.4-270.4-270.4-270.4-27
ps1.9.01.9.11.8.11.7.6
purrr1.1.01.0.41.0.21.0.2
R.cache0.16.00.17.00.16.00.16.0
R.methodsS31.8.21.8.21.8.21.8.2
R.oo1.26.01.27.11.26.01.26.0
R.utils2.12.32.13.02.12.32.12.3
R62.6.12.6.12.5.12.5.1
ragg1.3.31.4.01.3.31.2.7
rappdirs0.3.30.3.30.3.30.3.3
rbibutils2.32.32.32.3
rcmdcheckn/a1.4.01.4.01.4.0
RColorBrewer1.1-31.1-31.1-31.1-3
Rcpp1.1.01.0.141.0.131.0.12
RcppEigen0.3.4.0.20.3.4.0.20.3.4.0.20.3.4.0.2
RcppParallel5.1.9n/an/an/a
RcppTOML0.2.3n/an/an/a
RCurl1.98-1.161.98-1.171.98-1.161.98-1.16
Rdpack2.6.42.6.42.6.42.6.4
readr2.1.52.1.52.1.52.1.5
readxl1.4.51.4.51.4.31.4.3
reformulas0.4.10.4.10.4.10.4.1
rematch2.0.02.0.02.0.02.0.0
rematch22.1.22.1.22.1.22.1.2
remotes2.5.02.5.02.5.02.4.2.1
repr1.1.71.1.71.1.71.1.7
reprex2.1.12.1.12.1.12.1.0
reticulate1.43.0n/an/an/a
Rhtslib3.2.03.4.03.2.02.4.1
rlang1.1.61.1.61.1.61.1.6
RMariaDBn/a1.3.41.3.21.3.1
rmarkdown2.292.292.292.29
rootSolve1.8.2.41.8.2.41.8.2.41.8.2.4
roxygen2n/a7.3.27.3.27.3.1
rpart4.1.234.1.244.1.234.1.21
RPostgresn/a1.4.81.4.71.4.6
RPostgreSQL0.7-80.7-80.7-80.7-8
rprojroot2.0.42.0.42.0.42.0.4
RSQLiten/a2.4.12.3.72.3.5
rstudioapi0.17.10.17.10.17.10.15.0
rversionsn/a2.1.22.1.22.1.2
rvest1.0.41.0.41.0.41.0.4
s21.1.81.1.91.1.81.1.8
sass0.4.90.4.100.4.90.4.8
scales1.4.01.4.01.3.01.3.0
selectr0.4-20.4-20.4-20.4-2
sessioninfon/a1.2.31.2.21.2.2
sf1.0-211.0-211.0-211.0-21
shiny1.10.01.10.01.9.11.8.0
slam0.1-550.1-550.1-550.1-55
snakecase0.11.10.11.10.11.10.11.1
SnowballC0.7.10.7.10.7.10.7.1
sourcetools0.1.7-10.1.7-10.1.7-10.1.7-1
spatial7.3-177.3-187.3-177.3-17
splines4.4.14.5.14.4.14.3.2
stats4.4.14.5.14.4.14.3.2
stats44.4.14.5.14.4.14.3.2
stringi1.8.71.8.71.8.41.8.3
stringr1.5.11.5.11.5.11.5.1
styler1.10.31.10.31.10.31.10.3
survival3.6-43.8-33.6-43.5-7
svglite2.1.32.2.12.1.32.1.3
sys3.4.33.4.33.4.33.4.2
systemfonts1.2.11.2.31.1.01.0.5
tcltk4.4.14.5.14.4.14.3.2
testthat3.2.33.2.33.2.33.2.3
textshaping1.0.01.0.10.4.00.3.7
tibble3.3.03.3.03.3.03.3.0
tidyr1.3.11.3.11.3.11.3.1
tidyselect1.2.11.2.11.2.11.2.1
tidytext0.4.30.4.30.4.30.4.3
tidyverse2.0.02.0.02.0.02.0.0
timechange0.3.00.3.00.3.00.3.0
tinytex0.550.570.530.49
tm0.7-160.7-160.7-160.7-16
tokenizers0.3.00.3.00.3.00.3.0
tools4.4.14.5.14.4.14.3.2
tzdb0.4.00.5.00.4.00.4.0
units0.8-70.8-70.8-70.8-7
urlcheckern/a1.0.11.0.11.0.1
usethisn/a3.1.03.0.02.2.3
utf81.2.61.2.61.2.41.2.4
utils4.4.14.5.14.4.14.3.2
uuid1.2-11.2-11.2-11.2-0
vctrs0.6.50.6.50.6.50.6.5
viridis0.6.50.6.50.6.50.6.5
viridisLite0.4.20.4.20.4.20.4.2
vistime1.2.41.2.41.2.41.2.4
vroom1.6.51.6.51.6.51.6.5
waldo0.6.10.6.10.6.10.6.1
whiskern/a0.4.10.4.10.4.1
withr3.0.23.0.23.0.23.0.2
wk0.9.40.9.40.9.40.9.4
wordcloud2.62.62.62.6
xaputils1111
xfun0.510.520.510.51
xgxr1.1.21.1.21.1.21.1.2
xml21.3.81.3.81.3.81.3.8
xopenn/a1.0.11.0.11.0.0
xtable1.8-41.8-41.8-41.8-4
yaml2.3.102.3.102.3.102.3.8
zipn/a2.3.32.3.12.3.1
zlibbioc1.52.0n/a1.52.01.48.2

Please note that rgdal has recently been retired so has been removed from our list of preinstalled packages.

Updated on October 7, 2025

Was this article helpful?