Skip to content

Versions

Knut Ole Sjøli edited this page Apr 3, 2019 · 2 revisions

How to print versions

In order to print the versions installed in the mapic/shiny-server:latest Docker Image, you can run the following command:

docker run -it --rm mapic/shiny-server:latest bash print-versions.sh

Which will print the following:

Shiny Server version:
Shiny Server v1.5.9.923
Node.js v8.11.3

R version:
R version 3.5.1 (2018-07-02) -- "Feather Spray"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under the terms of the
GNU General Public License versions 2 or 3.
For more information about these matters see
http://www.gnu.org/licenses/.


R packages versions:
> ip <- as.data.frame(installed.packages()[,c(1,3:4)]); rownames(ip) <- NULL; ip <- ip[is.na(ip$Priority),1:2,drop=FALSE]; print(ip, row.names=FALSE)
        Package   Version
     assertthat     0.2.0
         aws.s3    0.3.12
  aws.signature     0.4.4
      backports     1.1.2
      base64enc     0.1-3
             BH  1.66.0-1
          bindr     0.1.1
       bindrcpp     0.2.2
            bit    1.1-14
          bit64     0.9-7
           blob     1.1.1
          broom     0.5.0
          callr     3.0.0
     cellranger     1.1.0
          chron    2.3-53
            cli     1.0.1
          clipr     0.4.1
     clisymbols     1.2.0
     colorspace     1.3-2
         crayon     1.3.4
      crosstalk     1.0.0
           curl       3.2
     data.table    1.11.8
            DBI     1.0.0
         dbplyr     1.2.2
           desc     1.2.0
       devtools     2.0.0
         digest    0.6.18
          dplyr     0.7.7
             DT       0.4
       evaluate      0.12
          fansi     0.4.0
        forcats     0.3.0
             fs     1.2.6
        ggplot2     3.0.0
             gh     1.0.1
          git2r    0.23.0
           glue     1.3.0
      gridExtra       2.3
         gsubfn       0.7
         gtable     0.2.0
          haven     1.1.2
         hexbin    1.27.2
          highr       0.7
            hms     0.4.2
      htmltools     0.3.6
    htmlwidgets       1.3
         httpuv     1.4.5
           httr     1.3.1
         igraph     1.2.2
            ini     0.3.1
       jsonlite       1.5
          knitr      1.20
       labeling       0.3
          later     0.7.5
       lazyeval     0.2.1
        leaflet     2.0.2
   leaflet.esri     1.0.0
 leaflet.extras     1.0.0
      lubridate     1.7.4
       magrittr       1.5
       markdown       0.8
        memoise     1.1.0
           mime       0.6
         modelr     0.1.2
        munsell     0.5.0
        openssl     1.0.2
         pillar     1.3.0
       pkgbuild     1.0.2
      pkgconfig     2.0.2
        pkgload     1.0.1
          plogr     0.2.0
         plotly     4.8.0
           plyr     1.8.4
            png     0.1-7
         praise     1.0.0
    prettyunits     1.0.2
       processx     3.2.0
       promises     1.0.1
          proto     1.0.0
             ps     1.2.0
          purrr     0.2.5
             R6     2.3.0
         raster    2.7-15
      rcmdcheck     1.3.0
   RColorBrewer     1.1-2
           Rcpp   0.12.19
          readr     1.1.1
         readxl     1.1.0
        rematch     1.0.1
        remotes     2.0.1
         reprex     0.2.1
       reshape2     1.4.3
          rjson    0.2.20
          rlang     0.3.0
      rmarkdown      1.10
    R.methodsS3     1.7.1
           R.oo    1.22.0
      rprojroot     1.3-2
        RSQLite     2.1.1
     rstudioapi       0.8
          rvest     0.3.2
         scales     1.0.0
        selectr     0.4-1
    sessioninfo     1.1.0
          shiny     1.1.0
    shinythemes     1.1.1
    sourcetools     0.1.7
             sp     1.3-1
          sqldf    0.4-11
        stringi     1.2.4
        stringr     1.3.1
       testthat     2.0.1
         tibble     1.4.2
          tidyr     0.8.1
     tidyselect     0.2.5
      tidyverse     1.2.1
        tinytex       0.8
        usethis     1.4.0
           utf8     1.1.4
        viridis     0.5.1
    viridisLite     0.3.0
        whisker     0.3-2
          withr     2.1.2
           xfun       0.3
            XML 3.98-1.16
           xml2     1.2.0
          xopen     1.0.0
         xtable     1.8-3
           yaml     2.2.0

Versions of main packages

Program Version Release Date Changelog
Shiny Server 1.5.9 2018-09-12 Open Source
R 3.5.1 2018-07-02 "Feather Spray"
Ubuntu 16.04 2018-08-03 xenial
NodeJS v8.11.3 2018-06-12 LTS

Versions of R packages

Package Version
assertthat 0.2.0
aws.s3 0.3.12
aws.signature 0.4.4
backports 1.1.2
base64enc 0.1-3
BH 1.66.0-1
bindr 0.1.1
bindrcpp 0.2.2
bit 1.1-14
bit64 0.9-7
blob 1.1.1
broom 0.5.0
callr 3.0.0
cellranger 1.1.0
chron 2.3-53
cli 1.0.1
clipr 0.4.1
clisymbols 1.2.0
colorspace 1.3-2
crayon 1.3.4
crosstalk 1.0.0
curl 3.2
data.table 1.11.8
DBI 1.0.0
dbplyr 1.2.2
desc 1.2.0
devtools 2.0.0
digest 0.6.18
dplyr 0.7.7
DT 0.4
evaluate 0.12
fansi 0.4.0
forcats 0.3.0
fs 1.2.6
ggplot2 3.0.0
gh 1.0.1
git2r 0.23.0
glue 1.3.0
gridExtra 2.3
gsubfn 0.7
gtable 0.2.0
haven 1.1.2
hexbin 1.27.2
highr 0.7
hms 0.4.2
htmltools 0.3.6
htmlwidgets 1.3
httpuv 1.4.5
httr 1.3.1
igraph 1.2.2
ini 0.3.1
jsonlite 1.5
knitr 1.20
labeling 0.3
later 0.7.5
lazyeval 0.2.1
leaflet 2.0.2
leaflet.esri 1.0.0
leaflet.extras 1.0.0
lubridate 1.7.4
magrittr 1.5
markdown 0.8
memoise 1.1.0
mime 0.6
modelr 0.1.2
munsell 0.5.0
openssl 1.0.2
pillar 1.3.0
pkgbuild 1.0.2
pkgconfig 2.0.2
pkgload 1.0.1
plogr 0.2.0
plotly 4.8.0
plyr 1.8.4
png 0.1-7
praise 1.0.0
prettyunits 1.0.2
processx 3.2.0
promises 1.0.1
proto 1.0.0
ps 1.2.0
purrr 0.2.5
R6 2.3.0
raster 2.7-15
rcmdcheck 1.3.0
RColorBrewer 1.1-2
Rcpp 0.12.19
readr 1.1.1
readxl 1.1.0
rematch 1.0.1
remotes 2.0.1
reprex 0.2.1
reshape2 1.4.3
rjson 0.2.20
rlang 0.3.0
rmarkdown 1.10
R.methodsS3 1.7.1
R.oo 1.22.0
rprojroot 1.3-2
RSQLite 2.1.1
rstudioapi 0.8
rvest 0.3.2
scales 1.0.0
selectr 0.4-1
sessioninfo 1.1.0
shiny 1.1.0
shinythemes 1.1.1
sourcetools 0.1.7
sp 1.3-1
sqldf 0.4-11
stringi 1.2.4
stringr 1.3.1
testthat 2.0.1
tibble 1.4.2
tidyr 0.8.1
tidyselect 0.2.5
tidyverse 1.2.1
tinytex 0.8
usethis 1.4.0
utf8 1.1.4
viridis 0.5.1
viridisLite 0.3.0
whisker 0.3-2
withr 2.1.2
xfun 0.3
XML 3.98-1.16
xml2 1.2.0
xopen 1.0.0
xtable 1.8-3
yaml 2.2.0