zoukankan      html  css  js  c++  java
  • r

    r

     
    root@VM-52-248-ubuntu:/var/www/html/scalaw# cd -
    /var/www/html
    root@VM-52-248-ubuntu:/var/www/html# pwd
    /var/www/html
    root@VM-52-248-ubuntu:/var/www/html# cd ..
    root@VM-52-248-ubuntu:/var/www# mkdir rscript
    root@VM-52-248-ubuntu:/var/www# cd rscript
    root@VM-52-248-ubuntu:/var/www/rscript# ls
    root@VM-52-248-ubuntu:/var/www/rscript# ll
    total 8
    drwxr-xr-x 2 root root 4096 Apr 29 02:54 ./
    drwxrwxrwx 7 root root 4096 Apr 29 02:54 ../
    root@VM-52-248-ubuntu:/var/www/rscript# vim w.r
    root@VM-52-248-ubuntu:/var/www/rscript# Rscript w.r
    
    Call:
    lm(formula = y ~ x)
    
    Residuals:
        1     2     3
    -32.5  65.0 -32.5
    
    Coefficients:
                Estimate Std. Error t value Pr(>|t|)
    (Intercept)    35.00     121.60   0.288    0.822
    x              99.50      56.29   1.768    0.328
    
    Residual standard error: 79.61 on 1 degrees of freedom
    Multiple R-squared:  0.7575,    Adjusted R-squared:  0.5151
    F-statistic: 3.124 on 1 and 1 DF,  p-value: 0.3278
    
    root@VM-52-248-ubuntu:/var/www/rscript# vim w.r
    root@VM-52-248-ubuntu:/var/www/rscript# cat w.r
    x<-c(1,2,3)
    y<-c(102,299,301)
    model<-lm(y~x)
    summary(model)
    root@VM-52-248-ubuntu:/var/www/rscript# R
    
    R version 3.2.3 (2015-12-10) -- "Wooden Christmas-Tree"
    Copyright (C) 2015 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 certain conditions.
    Type 'license()' or 'licence()' for distribution details.
    
    R is a collaborative project with many contributors.
    Type 'contributors()' for more information and
    'citation()' on how to cite R or R packages in publications.
    
    Type 'demo()' for some demos, 'help()' for on-line help, or
    'help.start()' for an HTML browser interface to help.
    Type 'q()' to quit R.
    
    > q()
    Save workspace image? [y/n/c]: c
    > w<-"wSTR"
    > print(w)
    [1] "wSTR"
    > q()
    Save workspace image? [y/n/c]: n
    root@VM-52-248-ubuntu:/var/www/rscript# vim input.xml
    root@VM-52-248-ubuntu:/var/www/rscript# library("XML")
    bash: syntax error near unexpected token `"XML"'
    root@VM-52-248-ubuntu:/var/www/rscript# R
    
    R version 3.2.3 (2015-12-10) -- "Wooden Christmas-Tree"
    Copyright (C) 2015 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 certain conditions.
    Type 'license()' or 'licence()' for distribution details.
    
    R is a collaborative project with many contributors.
    Type 'contributors()' for more information and
    'citation()' on how to cite R or R packages in publications.
    
    Type 'demo()' for some demos, 'help()' for on-line help, or
    'help.start()' for an HTML browser interface to help.
    Type 'q()' to quit R.
    
    > libiary("XML")
    Error: could not find function "libiary"
    > libary("XML")
    Error: could not find function "libary"
    > library("XML")
    Error in library("XML") : there is no package called 'XML'
    > q()
    Save workspace image? [y/n/c]: n
    root@VM-52-248-ubuntu:/var/www/rscript# apt-get install r-base-dev
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    r-base-dev is already the newest version (3.2.3-4).
    0 upgraded, 0 newly installed, 0 to remove and 162 not upgraded.
    root@VM-52-248-ubuntu:/var/www/rscript# R
    
    R version 3.2.3 (2015-12-10) -- "Wooden Christmas-Tree"
    Copyright (C) 2015 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 certain conditions.
    Type 'license()' or 'licence()' for distribution details.
    
    R is a collaborative project with many contributors.
    Type 'contributors()' for more information and
    'citation()' on how to cite R or R packages in publications.
    
    Type 'demo()' for some demos, 'help()' for on-line help, or
    'help.start()' for an HTML browser interface to help.
    Type 'q()' to quit R.
    
    > install.pages("XML")
    Error: could not find function "install.pages"
    > install.packages("XML")
    Installing package into '/usr/local/lib/R/site-library'
    (as 'lib' is unspecified)
    --- Please select a CRAN mirror for use in this session ---
    HTTPS CRAN mirror
    
     1: 0-Cloud [https]                      2: Algeria [https]
     3: Australia (Canberra) [https]         4: Australia (Melbourne) [https]
     5: Australia (Perth) [https]            6: Austria [https]
     7: Belgium (Ghent) [https]              8: Brazil (RJ) [https]
     9: Brazil (SP 1) [https]               10: Bulgaria [https]
    11: Canada (MB) [https]                 12: Chile 1 [https]
    13: Chile 2 [https]                     14: China (Beijing) [https]
    15: China (Hefei) [https]               16: China (Lanzhou) [https]
    17: Colombia (Cali) [https]             18: Czech Republic [https]
    19: Denmark [https]                     20: Estonia [https]
    21: France (Lyon 1) [https]             22: France (Lyon 2) [https]
    23: France (Marseille) [https]          24: France (Montpellier) [https]
    25: France (Paris 2) [https]            26: Germany (G<U+00F6>ttingen) [https]
    27: Germany (M<U+00FC>nster) [https]    28: Iceland [https]
    29: India [https]                       30: Indonesia (Jakarta) [https]
    31: Ireland [https]                     32: Italy (Padua) [https]
    33: Japan (Tokyo) [https]               34: Malaysia [https]
    35: Mexico (Mexico City) [https]        36: New Zealand [https]
    37: Norway [https]                      38: Philippines [https]
    39: Russia (Moscow) [https]             40: Serbia [https]
    41: Spain (A Coru<U+00F1>a) [https]     42: Spain (Madrid) [https]
    43: Sweden [https]                      44: Switzerland [https]
    45: Taiwan (Chungli) [https]            46: Turkey (Denizli) [https]
    47: Turkey (Mersin) [https]             48: UK (Bristol) [https]
    49: UK (Cambridge) [https]              50: UK (London 1) [https]
    51: USA (CA 1) [https]                  52: USA (IA) [https]
    53: USA (IN) [https]                    54: USA (KS) [https]
    55: USA (MI 1) [https]                  56: USA (OR) [https]
    57: USA (TN) [https]                    58: USA (TX 1) [https]
    59: USA (TX 2) [https]                  60: (HTTP mirrors)
    
    
    Selection: 58
    trying URL 'https://cran.revolutionanalytics.com/src/contrib/XML_3.98-1.6.tar.gz'
    Content type 'application/octet-stream' length 1599225 bytes (1.5 MB)
    ==================================================
    downloaded 1.5 MB
    
    * installing *source* package 'XML' ...
    ** package 'XML' successfully unpacked and MD5 sums checked
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking how to run the C preprocessor... gcc -E
    checking for sed... /bin/sed
    checking for pkg-config... no
    checking for xml2-config... no
    Cannot find xml2-config
    ERROR: configuration failed for package 'XML'
    * removing '/usr/local/lib/R/site-library/XML'
    
    The downloaded source packages are in
            '/tmp/RtmprIBUuy/downloaded_packages'
    Warning message:
    In install.packages("XML") :
      installation of package 'XML' had non-zero exit status
    > library("XML")
    Error in library("XML") : there is no package called 'XML'
    > library("XML")
    Error in library("XML") : there is no package called 'XML'
    > install.packages("XML")
    Installing package into '/usr/local/lib/R/site-library'
    (as 'lib' is unspecified)
    trying URL 'https://cran.revolutionanalytics.com/src/contrib/XML_3.98-1.6.tar.gz'
    Content type 'application/octet-stream' length 1599225 bytes (1.5 MB)
    ==================================================
    downloaded 1.5 MB
    
    * installing *source* package 'XML' ...
    ** package 'XML' successfully unpacked and MD5 sums checked
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking how to run the C preprocessor... gcc -E
    checking for sed... /bin/sed
    checking for pkg-config... no
    checking for xml2-config... no
    Cannot find xml2-config
    ERROR: configuration failed for package 'XML'
    * removing '/usr/local/lib/R/site-library/XML'
    
    The downloaded source packages are in
            '/tmp/RtmprIBUuy/downloaded_packages'
    Warning message:
    In install.packages("XML") :
      installation of package 'XML' had non-zero exit status
    > library("XML")
    Error in library("XML") : there is no package called 'XML'
    >
    root@VM-52-248-ubuntu:/var/www/html/scalaw# apt-get install r-base
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following additional packages will be installed:
      autoconf automake autotools-dev bzip2-doc cdbs debhelper dh-strip-nondeterminism dh-translations gettext gfortran gfortran-5
      intltool intltool-debian libarchive-zip-perl libasprintf-dev libauthen-sasl-perl libblas-common libblas-dev libblas3 libbz2-dev
      libcroco3 libfile-basedir-perl libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl
      libfile-stripnondeterminism-perl libfont-afm-perl libfontenc1 libgettextpo-dev libgettextpo0 libgfortran-5-dev libgfortran3
      libhtml-form-perl libhtml-format-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-negotiate-perl
      libio-socket-ssl-perl libipc-system-simple-perl libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev liblapack-dev liblapack3
      liblwp-protocol-https-perl liblzma-dev libmail-sendmail-perl libmailtools-perl libncurses5-dev libnet-dbus-perl libnet-http-perl
      libnet-smtp-ssl-perl libnet-ssleay-perl libpaper-utils libpaper1 libpcre16-3 libpcre3-dev libpcre32-3 libpng12-dev
      libreadline-dev libreadline6-dev libsys-hostname-long-perl libtie-ixhash-perl libtinfo-dev libtk8.6 libunistring0 libwww-perl
      libwww-robotrules-perl libx11-protocol-perl libxaw7 libxcb-shape0 libxft2 libxml-parser-perl libxml-twig-perl
      libxml-xpathengine-perl libxmu6 libxpm4 libxss1 libxv1 libxxf86dga1 m4 po-debconf python-pkg-resources python-scour python-six
      r-base-core r-base-dev r-base-html r-cran-boot r-cran-class r-cran-cluster r-cran-codetools r-cran-foreign r-cran-kernsmooth
      r-cran-lattice r-cran-mass r-cran-matrix r-cran-mgcv r-cran-nlme r-cran-nnet r-cran-rpart r-cran-spatial r-cran-survival
      r-doc-html r-recommended x11-utils x11-xserver-utils xdg-utils zip zlib1g-dev
    Suggested packages:
      autoconf-archive gnu-standards autoconf-doc libtool devscripts dh-make gettext-doc autopoint gfortran-multilib gfortran-doc
      gfortran-5-multilib gfortran-5-doc libgfortran3-dbg libdigest-hmac-perl libgssapi-perl liblapack-doc-man liblapack-doc
      libcrypt-ssleay-perl liblzma-doc ncurses-doc readline-doc tk8.6 libauthen-ntlm-perl libunicode-map8-perl libunicode-string-perl
      xml-twig-tools libmail-box-perl python-setuptools python-rsvg python-cairo ess r-doc-info | r-doc-pdf r-mathlib texlive-base
      texlive-latex-base texlive-generic-recommended texlive-fonts-recommended texlive-fonts-extra texlive-extra-utils
      texlive-latex-recommended texlive-latex-extra texinfo mozilla | www-browser mesa-utils nickle cairo-5c xorg-docs-core gvfs-bin
    The following NEW packages will be installed:
      autoconf automake autotools-dev bzip2-doc cdbs debhelper dh-strip-nondeterminism dh-translations gettext gfortran gfortran-5
      intltool intltool-debian libarchive-zip-perl libasprintf-dev libauthen-sasl-perl libblas-common libblas-dev libblas3 libbz2-dev
      libcroco3 libfile-basedir-perl libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl
      libfile-stripnondeterminism-perl libfont-afm-perl libfontenc1 libgettextpo-dev libgettextpo0 libgfortran-5-dev libgfortran3
      libhtml-form-perl libhtml-format-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-negotiate-perl
      libio-socket-ssl-perl libipc-system-simple-perl libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev liblapack-dev liblapack3
      liblwp-protocol-https-perl liblzma-dev libmail-sendmail-perl libmailtools-perl libncurses5-dev libnet-dbus-perl libnet-http-perl
      libnet-smtp-ssl-perl libnet-ssleay-perl libpaper-utils libpaper1 libpcre16-3 libpcre3-dev libpcre32-3 libpng12-dev
      libreadline-dev libreadline6-dev libsys-hostname-long-perl libtie-ixhash-perl libtinfo-dev libtk8.6 libunistring0 libwww-perl
      libwww-robotrules-perl libx11-protocol-perl libxaw7 libxcb-shape0 libxft2 libxml-parser-perl libxml-twig-perl
      libxml-xpathengine-perl libxmu6 libxpm4 libxss1 libxv1 libxxf86dga1 m4 po-debconf python-pkg-resources python-scour python-six
      r-base r-base-core r-base-dev r-base-html r-cran-boot r-cran-class r-cran-cluster r-cran-codetools r-cran-foreign
      r-cran-kernsmooth r-cran-lattice r-cran-mass r-cran-matrix r-cran-mgcv r-cran-nlme r-cran-nnet r-cran-rpart r-cran-spatial
      r-cran-survival r-doc-html r-recommended x11-utils x11-xserver-utils xdg-utils zip zlib1g-dev
    0 upgraded, 112 newly installed, 0 to remove and 162 not upgraded.
    Need to get 59.3 MB of archives.
    After this operation, 141 MB of additional disk space will be used.
    Do you want to continue? [Y/n] y
    Get:1 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libunistring0 amd64 0.9.3-5.2ubuntu1 [279 kB]
    Get:2 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB]
    Get:3 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libxss1 amd64 1:1.2.2-1 [8582 B]
    Get:4 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libxv1 amd64 2:1.0.10-1 [10.3 kB]
    Get:5 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB]
    Get:6 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 m4 amd64 1.4.17-5 [195 kB]
    Get:7 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 autoconf all 2.69-9 [321 kB]
    Get:8 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 autotools-dev all 20150820.1 [39.8 kB]
    Get:9 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 automake all 1:1.15-4ubuntu1 [510 kB]
    Get:10 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 bzip2-doc all 1.0.6-8 [295 kB]
    Get:11 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libcroco3 amd64 0.6.11-1 [81.6 kB]
    Get:12 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 gettext amd64 0.19.7-2ubuntu3 [1076 kB]
    Get:13 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
    Get:14 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 po-debconf all 1.0.19 [234 kB]
    Get:15 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libarchive-zip-perl all 1.56-2 [84.1 kB]
    Get:16 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libfile-stripnondeterminism-perl all 0.015-1 [10.3 kB]
    Get:17 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 dh-strip-nondeterminism all 0.015-1 [4864 B]
    Get:18 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 debhelper all 9.20160115ubuntu3 [739 kB]
    Get:19 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
    Get:20 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libhtml-tree-perl all 5.03-2 [197 kB]
    Get:21 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libhttp-cookies-perl all 6.01-1 [17.2 kB]
    Get:22 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
    Get:23 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libnet-ssleay-perl amd64 1.72-1build1 [259 kB]
    Get:24 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libio-socket-ssl-perl all 2.024-1 [159 kB]
    Get:25 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libnet-http-perl all 6.09-1 [24.0 kB]
    Get:26 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 liblwp-protocol-https-perl all 6.06-2 [8682 B]
    Get:27 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
    Get:28 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libwww-perl all 6.15-1 [146 kB]
    Get:29 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libxml-parser-perl amd64 2.44-1build1 [200 kB]
    Get:30 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 intltool all 0.51.0-2 [44.7 kB]
    Get:31 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 dh-translations all 129 [22.1 kB]
    Get:32 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 python-six all 1.10.0-3 [10.9 kB]
    Get:33 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 python-pkg-resources all 20.7.0-1 [108 kB]
    Get:34 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 python-scour all 0.32-1 [42.7 kB]
    Get:35 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 cdbs all 0.4.130ubuntu2 [42.8 kB]
    Get:36 http://mirrors.tencentyun.com/ubuntu xenial-security/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.4 [260 kB]
    Get:37 http://mirrors.tencentyun.com/ubuntu xenial-security/main amd64 libgfortran-5-dev amd64 5.4.0-6ubuntu1~16.04.4 [291 kB]
    Get:38 http://mirrors.tencentyun.com/ubuntu xenial-security/main amd64 gfortran-5 amd64 5.4.0-6ubuntu1~16.04.4 [8027 kB]
    Get:39 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 gfortran amd64 4:5.3.1-1ubuntu1 [1288 B]
    Get:40 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libasprintf-dev amd64 0.19.7-2ubuntu3 [4734 B]
    Get:41 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5342 B]
    Get:42 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libblas3 amd64 3.6.0-2ubuntu2 [147 kB]
    Get:43 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libblas-dev amd64 3.6.0-2ubuntu2 [153 kB]
    Get:44 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libbz2-dev amd64 1.0.6-8 [29.1 kB]
    Get:45 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libipc-system-simple-perl all 1.25-3 [22.8 kB]
    Get:46 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB]
    Get:47 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libfile-desktopentry-perl all 0.22-1 [18.2 kB]
    Get:48 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libfile-mimeinfo-perl all 0.27-1 [45.9 kB]
    Get:49 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libfont-afm-perl all 1.20-1 [14.3 kB]
    Get:50 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB]
    Get:51 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libgettextpo0 amd64 0.19.7-2ubuntu3 [125 kB]
    Get:52 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libgettextpo-dev amd64 0.19.7-2ubuntu3 [141 kB]
    Get:53 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB]
    Get:54 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libhtml-format-perl all 2.11-2 [41.3 kB]
    Get:55 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB]
    Get:56 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libjpeg-turbo8-dev amd64 1.4.2-0ubuntu3 [254 kB]
    Get:57 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1552 B]
    Get:58 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1546 B]
    Get:59 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 liblapack3 amd64 3.6.0-2ubuntu2 [1938 kB]
    Get:60 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 liblapack-dev amd64 3.6.0-2ubuntu2 [1948 kB]
    Get:61 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
    Get:62 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libmail-sendmail-perl all 0.79.16-1 [26.5 kB]
    Get:63 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libnet-smtp-ssl-perl all 1.03-1 [6288 B]
    Get:64 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libmailtools-perl all 2.13-1 [82.6 kB]
    Get:65 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libtinfo-dev amd64 6.0+20160213-1ubuntu1 [77.4 kB]
    Get:66 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libncurses5-dev amd64 6.0+20160213-1ubuntu1 [175 kB]
    Get:67 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libxml-twig-perl all 1:3.48-1 [156 kB]
    Get:68 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libnet-dbus-perl amd64 1.1.0-3build1 [177 kB]
    Get:69 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libpaper1 amd64 1.1.24+nmu4ubuntu1 [13.7 kB]
    Get:70 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libpaper-utils amd64 1.1.24+nmu4ubuntu1 [8276 B]
    Get:71 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libpcre16-3 amd64 2:8.38-3.1 [144 kB]
    Get:72 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libpcre32-3 amd64 2:8.38-3.1 [136 kB]
    Get:73 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB]
    Get:74 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4 [168 kB]
    Get:75 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libpng12-dev amd64 1.2.54-1ubuntu1 [184 kB]
    Get:76 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libreadline6-dev amd64 6.3-8ubuntu2 [124 kB]
    Get:77 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libreadline-dev amd64 6.3-8ubuntu2 [992 B]
    Get:78 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libtie-ixhash-perl all 1.23-2 [11.2 kB]
    Get:79 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libtk8.6 amd64 8.6.5-1 [693 kB]
    Get:80 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libx11-protocol-perl all 0.56-7 [149 kB]
    Get:81 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB]
    Get:82 http://mirrors.tencentyun.com/ubuntu xenial-security/main amd64 libxpm4 amd64 1:3.5.11-1ubuntu0.16.04.1 [33.8 kB]
    Get:83 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
    Get:84 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libxcb-shape0 amd64 1.11.1-1ubuntu1 [5756 B]
    Get:85 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libxml-xpathengine-perl all 0.13-1 [37.1 kB]
    Get:86 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 zip amd64 3.0-11 [158 kB]
    Get:87 http://mirrors.tencentyun.com/ubuntu xenial-updates/main amd64 xdg-utils all 1.1.1-1ubuntu1.16.04.1 [59.7 kB]
    Get:88 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-base-core amd64 3.2.3-4 [20.4 MB]
    Get:89 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-boot all 1.3-17-1 [571 kB]
    Get:90 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-cluster amd64 2.0.3-1 [465 kB]
    Get:91 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-foreign amd64 0.8.66-1 [196 kB]
    Get:92 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-mass amd64 7.3-45-1 [1018 kB]
    Get:93 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-kernsmooth amd64 2.23-15-1 [80.9 kB]
    Get:94 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-lattice amd64 0.20-33-1 [703 kB]
    Get:95 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-nlme amd64 3.1.124-1 [1986 kB]
    Get:96 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-matrix amd64 1.2-3-1 [2973 kB]
    Get:97 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-mgcv amd64 1.8-11-1 [1930 kB]
    Get:98 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-survival amd64 2.38-3-1 [4433 kB]
    Get:99 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-rpart amd64 4.1-10-1 [856 kB]
    Get:100 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-class amd64 7.3-14-1 [81.1 kB]
    Get:101 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-nnet amd64 7.3-12-1 [96.8 kB]
    Get:102 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-spatial amd64 7.3-11-1 [118 kB]
    Get:103 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-cran-codetools all 0.2-14-1 [46.0 kB]
    Get:104 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-recommended all 3.2.3-4 [2766 B]
    Get:105 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-base all 3.2.3-4 [9196 B]
    Get:106 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 liblzma-dev amd64 5.1.1alpha+20120614-2ubuntu2 [137 kB]
    Get:107 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-base-dev all 3.2.3-4 [4346 B]
    Get:108 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-doc-html all 3.2.3-4 [511 kB]
    Get:109 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 x11-utils amd64 7.7+3 [189 kB]
    Get:110 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 x11-xserver-utils amd64 7.7+7 [155 kB]
    Get:111 http://mirrors.tencentyun.com/ubuntu xenial/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
    Get:112 http://mirrors.tencentyun.com/ubuntu xenial/universe amd64 r-base-html all 3.2.3-4 [53.9 kB]
    Fetched 59.3 MB in 5s (10.4 MB/s)
    Extracting templates from packages: 100%
    Preconfiguring packages ...
    Selecting previously unselected package libunistring0:amd64.
    (Reading database ... 70349 files and directories currently installed.)
    Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ...
    Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ...
    Selecting previously unselected package libxft2:amd64.
    Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ...
    Unpacking libxft2:amd64 (2.3.2-1) ...
    Selecting previously unselected package libxss1:amd64.
    Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ...
    Unpacking libxss1:amd64 (1:1.2.2-1) ...
    Selecting previously unselected package libxv1:amd64.
    Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ...
    Unpacking libxv1:amd64 (2:1.0.10-1) ...
    Selecting previously unselected package libxxf86dga1:amd64.
    Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ...
    Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ...
    Selecting previously unselected package m4.
    Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ...
    Unpacking m4 (1.4.17-5) ...
    Selecting previously unselected package autoconf.
    Preparing to unpack .../autoconf_2.69-9_all.deb ...
    Unpacking autoconf (2.69-9) ...
    Selecting previously unselected package autotools-dev.
    Preparing to unpack .../autotools-dev_20150820.1_all.deb ...
    Unpacking autotools-dev (20150820.1) ...
    Selecting previously unselected package automake.
    Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ...
    Unpacking automake (1:1.15-4ubuntu1) ...
    Selecting previously unselected package bzip2-doc.
    Preparing to unpack .../bzip2-doc_1.0.6-8_all.deb ...
    Unpacking bzip2-doc (1.0.6-8) ...
    Selecting previously unselected package libcroco3:amd64.
    Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ...
    Unpacking libcroco3:amd64 (0.6.11-1) ...
    Selecting previously unselected package gettext.
    Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ...
    Unpacking gettext (0.19.7-2ubuntu3) ...
    Selecting previously unselected package intltool-debian.
    Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ...
    Unpacking intltool-debian (0.35.0+20060710.4) ...
    Selecting previously unselected package po-debconf.
    Preparing to unpack .../po-debconf_1.0.19_all.deb ...
    Unpacking po-debconf (1.0.19) ...
    Selecting previously unselected package libarchive-zip-perl.
    Preparing to unpack .../libarchive-zip-perl_1.56-2_all.deb ...
    Unpacking libarchive-zip-perl (1.56-2) ...
    Selecting previously unselected package libfile-stripnondeterminism-perl.
    Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ...
    Unpacking libfile-stripnondeterminism-perl (0.015-1) ...
    Selecting previously unselected package dh-strip-nondeterminism.
    Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ...
    Unpacking dh-strip-nondeterminism (0.015-1) ...
    Selecting previously unselected package debhelper.
    Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ...
    Unpacking debhelper (9.20160115ubuntu3) ...
    Selecting previously unselected package libfile-listing-perl.
    Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ...
    Unpacking libfile-listing-perl (6.04-1) ...
    Selecting previously unselected package libhtml-tree-perl.
    Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ...
    Unpacking libhtml-tree-perl (5.03-2) ...
    Selecting previously unselected package libhttp-cookies-perl.
    Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ...
    Unpacking libhttp-cookies-perl (6.01-1) ...
    Selecting previously unselected package libhttp-negotiate-perl.
    Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ...
    Unpacking libhttp-negotiate-perl (6.00-2) ...
    Selecting previously unselected package libnet-ssleay-perl.
    Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ...
    Unpacking libnet-ssleay-perl (1.72-1build1) ...
    Selecting previously unselected package libio-socket-ssl-perl.
    Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ...
    Unpacking libio-socket-ssl-perl (2.024-1) ...
    Selecting previously unselected package libnet-http-perl.
    Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ...
    Unpacking libnet-http-perl (6.09-1) ...
    Selecting previously unselected package liblwp-protocol-https-perl.
    Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ...
    Unpacking liblwp-protocol-https-perl (6.06-2) ...
    Selecting previously unselected package libwww-robotrules-perl.
    Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ...
    Unpacking libwww-robotrules-perl (6.01-1) ...
    Selecting previously unselected package libwww-perl.
    Preparing to unpack .../libwww-perl_6.15-1_all.deb ...
    Unpacking libwww-perl (6.15-1) ...
    Selecting previously unselected package libxml-parser-perl.
    Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ...
    Unpacking libxml-parser-perl (2.44-1build1) ...
    Selecting previously unselected package intltool.
    Preparing to unpack .../intltool_0.51.0-2_all.deb ...
    Unpacking intltool (0.51.0-2) ...
    Selecting previously unselected package dh-translations.
    Preparing to unpack .../dh-translations_129_all.deb ...
    Unpacking dh-translations (129) ...
    Selecting previously unselected package python-six.
    Preparing to unpack .../python-six_1.10.0-3_all.deb ...
    Unpacking python-six (1.10.0-3) ...
    Selecting previously unselected package python-pkg-resources.
    Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ...
    Unpacking python-pkg-resources (20.7.0-1) ...
    Selecting previously unselected package python-scour.
    Preparing to unpack .../python-scour_0.32-1_all.deb ...
    Unpacking python-scour (0.32-1) ...
    Selecting previously unselected package cdbs.
    Preparing to unpack .../cdbs_0.4.130ubuntu2_all.deb ...
    Unpacking cdbs (0.4.130ubuntu2) ...
    Selecting previously unselected package libgfortran3:amd64.
    Preparing to unpack .../libgfortran3_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
    Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.4) ...
    Selecting previously unselected package libgfortran-5-dev:amd64.
    Preparing to unpack .../libgfortran-5-dev_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
    Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.4) ...
    Selecting previously unselected package gfortran-5.
    Preparing to unpack .../gfortran-5_5.4.0-6ubuntu1~16.04.4_amd64.deb ...
    Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.4) ...
    Selecting previously unselected package gfortran.
    Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ...
    Unpacking gfortran (4:5.3.1-1ubuntu1) ...
    Selecting previously unselected package libasprintf-dev:amd64.
    Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3_amd64.deb ...
    Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3) ...
    Selecting previously unselected package libblas-common.
    Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ...
    Unpacking libblas-common (3.6.0-2ubuntu2) ...
    Selecting previously unselected package libblas3.
    Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ...
    Unpacking libblas3 (3.6.0-2ubuntu2) ...
    Selecting previously unselected package libblas-dev.
    Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ...
    Unpacking libblas-dev (3.6.0-2ubuntu2) ...
    Selecting previously unselected package libbz2-dev:amd64.
    Preparing to unpack .../libbz2-dev_1.0.6-8_amd64.deb ...
    Unpacking libbz2-dev:amd64 (1.0.6-8) ...
    Selecting previously unselected package libipc-system-simple-perl.
    Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ...
    Unpacking libipc-system-simple-perl (1.25-3) ...
    Selecting previously unselected package libfile-basedir-perl.
    Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ...
    Unpacking libfile-basedir-perl (0.07-1) ...
    Selecting previously unselected package libfile-desktopentry-perl.
    Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ...
    Unpacking libfile-desktopentry-perl (0.22-1) ...
    Selecting previously unselected package libfile-mimeinfo-perl.
    Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ...
    Unpacking libfile-mimeinfo-perl (0.27-1) ...
    Selecting previously unselected package libfont-afm-perl.
    Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ...
    Unpacking libfont-afm-perl (1.20-1) ...
    Selecting previously unselected package libfontenc1:amd64.
    Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ...
    Unpacking libfontenc1:amd64 (1:1.1.3-1) ...
    Selecting previously unselected package libgettextpo0:amd64.
    Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3_amd64.deb ...
    Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3) ...
    Selecting previously unselected package libgettextpo-dev:amd64.
    Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3_amd64.deb ...
    Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ...
    Selecting previously unselected package libhtml-form-perl.
    Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ...
    Unpacking libhtml-form-perl (6.03-1) ...
    Selecting previously unselected package libhtml-format-perl.
    Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ...
    Unpacking libhtml-format-perl (2.11-2) ...
    Selecting previously unselected package libhttp-daemon-perl.
    Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ...
    Unpacking libhttp-daemon-perl (6.01-1) ...
    Selecting previously unselected package libjpeg-turbo8-dev:amd64.
    Preparing to unpack .../libjpeg-turbo8-dev_1.4.2-0ubuntu3_amd64.deb ...
    Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3) ...
    Selecting previously unselected package libjpeg8-dev:amd64.
    Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ...
    Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ...
    Selecting previously unselected package libjpeg-dev:amd64.
    Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ...
    Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ...
    Selecting previously unselected package liblapack3.
    Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ...
    Unpacking liblapack3 (3.6.0-2ubuntu2) ...
    Selecting previously unselected package liblapack-dev.
    Preparing to unpack .../liblapack-dev_3.6.0-2ubuntu2_amd64.deb ...
    Unpacking liblapack-dev (3.6.0-2ubuntu2) ...
    Selecting previously unselected package libsys-hostname-long-perl.
    Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ...
    Unpacking libsys-hostname-long-perl (1.5-1) ...
    Selecting previously unselected package libmail-sendmail-perl.
    Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ...
    Unpacking libmail-sendmail-perl (0.79.16-1) ...
    Selecting previously unselected package libnet-smtp-ssl-perl.
    Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ...
    Unpacking libnet-smtp-ssl-perl (1.03-1) ...
    Selecting previously unselected package libmailtools-perl.
    Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ...
    Unpacking libmailtools-perl (2.13-1) ...
    Selecting previously unselected package libtinfo-dev:amd64.
    Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ...
    Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ...
    Selecting previously unselected package libncurses5-dev:amd64.
    Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ...
    Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ...
    Selecting previously unselected package libxml-twig-perl.
    Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ...
    Unpacking libxml-twig-perl (1:3.48-1) ...
    Selecting previously unselected package libnet-dbus-perl.
    Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ...
    Unpacking libnet-dbus-perl (1.1.0-3build1) ...
    Selecting previously unselected package libpaper1:amd64.
    Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ...
    Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ...
    Selecting previously unselected package libpaper-utils.
    Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ...
    Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ...
    Selecting previously unselected package libpcre16-3:amd64.
    Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ...
    Unpacking libpcre16-3:amd64 (2:8.38-3.1) ...
    Selecting previously unselected package libpcre32-3:amd64.
    Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ...
    Unpacking libpcre32-3:amd64 (2:8.38-3.1) ...
    Selecting previously unselected package libpcre3-dev:amd64.
    Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ...
    Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ...
    Selecting previously unselected package zlib1g-dev:amd64.
    Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4_amd64.deb ...
    Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4) ...
    Selecting previously unselected package libpng12-dev:amd64.
    Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1_amd64.deb ...
    Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1) ...
    Selecting previously unselected package libreadline6-dev:amd64.
    Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ...
    Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ...
    Selecting previously unselected package libreadline-dev:amd64.
    Preparing to unpack .../libreadline-dev_6.3-8ubuntu2_amd64.deb ...
    Unpacking libreadline-dev:amd64 (6.3-8ubuntu2) ...
    Selecting previously unselected package libtie-ixhash-perl.
    Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ...
    Unpacking libtie-ixhash-perl (1.23-2) ...
    Selecting previously unselected package libtk8.6:amd64.
    Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ...
    Unpacking libtk8.6:amd64 (8.6.5-1) ...
    Selecting previously unselected package libx11-protocol-perl.
    Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ...
    Unpacking libx11-protocol-perl (0.56-7) ...
    Selecting previously unselected package libxmu6:amd64.
    Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ...
    Unpacking libxmu6:amd64 (2:1.1.2-2) ...
    Selecting previously unselected package libxpm4:amd64.
    Preparing to unpack .../libxpm4_1%3a3.5.11-1ubuntu0.16.04.1_amd64.deb ...
    Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ...
    Selecting previously unselected package libxaw7:amd64.
    Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ...
    Unpacking libxaw7:amd64 (2:1.0.13-1) ...
    Selecting previously unselected package libxcb-shape0:amd64.
    Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxml-xpathengine-perl.
    Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ...
    Unpacking libxml-xpathengine-perl (0.13-1) ...
    Selecting previously unselected package zip.
    Preparing to unpack .../archives/zip_3.0-11_amd64.deb ...
    Unpacking zip (3.0-11) ...
    Selecting previously unselected package xdg-utils.
    Preparing to unpack .../xdg-utils_1.1.1-1ubuntu1.16.04.1_all.deb ...
    Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.1) ...
    Selecting previously unselected package r-base-core.
    Preparing to unpack .../r-base-core_3.2.3-4_amd64.deb ...
    Unpacking r-base-core (3.2.3-4) ...
    Selecting previously unselected package r-cran-boot.
    Preparing to unpack .../r-cran-boot_1.3-17-1_all.deb ...
    Unpacking r-cran-boot (1.3-17-1) ...
    Selecting previously unselected package r-cran-cluster.
    Preparing to unpack .../r-cran-cluster_2.0.3-1_amd64.deb ...
    Unpacking r-cran-cluster (2.0.3-1) ...
    Selecting previously unselected package r-cran-foreign.
    Preparing to unpack .../r-cran-foreign_0.8.66-1_amd64.deb ...
    Unpacking r-cran-foreign (0.8.66-1) ...
    Selecting previously unselected package r-cran-mass.
    Preparing to unpack .../r-cran-mass_7.3-45-1_amd64.deb ...
    Unpacking r-cran-mass (7.3-45-1) ...
    Selecting previously unselected package r-cran-kernsmooth.
    Preparing to unpack .../r-cran-kernsmooth_2.23-15-1_amd64.deb ...
    Unpacking r-cran-kernsmooth (2.23-15-1) ...
    Selecting previously unselected package r-cran-lattice.
    Preparing to unpack .../r-cran-lattice_0.20-33-1_amd64.deb ...
    Unpacking r-cran-lattice (0.20-33-1) ...
    Selecting previously unselected package r-cran-nlme.
    Preparing to unpack .../r-cran-nlme_3.1.124-1_amd64.deb ...
    Unpacking r-cran-nlme (3.1.124-1) ...
    Selecting previously unselected package r-cran-matrix.
    Preparing to unpack .../r-cran-matrix_1.2-3-1_amd64.deb ...
    Unpacking r-cran-matrix (1.2-3-1) ...
    Selecting previously unselected package r-cran-mgcv.
    Preparing to unpack .../r-cran-mgcv_1.8-11-1_amd64.deb ...
    Unpacking r-cran-mgcv (1.8-11-1) ...
    Selecting previously unselected package r-cran-survival.
    Preparing to unpack .../r-cran-survival_2.38-3-1_amd64.deb ...
    Unpacking r-cran-survival (2.38-3-1) ...
    Selecting previously unselected package r-cran-rpart.
    Preparing to unpack .../r-cran-rpart_4.1-10-1_amd64.deb ...
    Unpacking r-cran-rpart (4.1-10-1) ...
    Selecting previously unselected package r-cran-class.
    Preparing to unpack .../r-cran-class_7.3-14-1_amd64.deb ...
    Unpacking r-cran-class (7.3-14-1) ...
    Selecting previously unselected package r-cran-nnet.
    Preparing to unpack .../r-cran-nnet_7.3-12-1_amd64.deb ...
    Unpacking r-cran-nnet (7.3-12-1) ...
    Selecting previously unselected package r-cran-spatial.
    Preparing to unpack .../r-cran-spatial_7.3-11-1_amd64.deb ...
    Unpacking r-cran-spatial (7.3-11-1) ...
    Selecting previously unselected package r-cran-codetools.
    Preparing to unpack .../r-cran-codetools_0.2-14-1_all.deb ...
    Unpacking r-cran-codetools (0.2-14-1) ...
    Selecting previously unselected package r-recommended.
    Preparing to unpack .../r-recommended_3.2.3-4_all.deb ...
    Unpacking r-recommended (3.2.3-4) ...
    Selecting previously unselected package r-base.
    Preparing to unpack .../r-base_3.2.3-4_all.deb ...
    Unpacking r-base (3.2.3-4) ...
    Selecting previously unselected package liblzma-dev:amd64.
    Preparing to unpack .../liblzma-dev_5.1.1alpha+20120614-2ubuntu2_amd64.deb ...
    Unpacking liblzma-dev:amd64 (5.1.1alpha+20120614-2ubuntu2) ...
    Selecting previously unselected package r-base-dev.
    Preparing to unpack .../r-base-dev_3.2.3-4_all.deb ...
    Unpacking r-base-dev (3.2.3-4) ...
    Selecting previously unselected package r-doc-html.
    Preparing to unpack .../r-doc-html_3.2.3-4_all.deb ...
    Unpacking r-doc-html (3.2.3-4) ...
    Selecting previously unselected package x11-utils.
    Preparing to unpack .../x11-utils_7.7+3_amd64.deb ...
    Unpacking x11-utils (7.7+3) ...
    Selecting previously unselected package x11-xserver-utils.
    Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ...
    Unpacking x11-xserver-utils (7.7+7) ...
    Selecting previously unselected package libauthen-sasl-perl.
    Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ...
    Unpacking libauthen-sasl-perl (2.1600-1) ...
    Selecting previously unselected package r-base-html.
    Preparing to unpack .../r-base-html_3.2.3-4_all.deb ...
    Unpacking r-base-html (3.2.3-4) ...
    Processing triggers for install-info (6.1.0.dfsg.1-5) ...
    Processing triggers for man-db (2.7.5-1) ...
    Processing triggers for libc-bin (2.23-0ubuntu3) ...
    Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
    Processing triggers for mime-support (3.59ubuntu1) ...
    Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ...
    Setting up libxft2:amd64 (2.3.2-1) ...
    Setting up libxss1:amd64 (1:1.2.2-1) ...
    Setting up libxv1:amd64 (2:1.0.10-1) ...
    Setting up libxxf86dga1:amd64 (2:1.1.4-1) ...
    Setting up m4 (1.4.17-5) ...
    Setting up autoconf (2.69-9) ...
    Setting up autotools-dev (20150820.1) ...
    Setting up automake (1:1.15-4ubuntu1) ...
    update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
    Setting up bzip2-doc (1.0.6-8) ...
    Setting up libcroco3:amd64 (0.6.11-1) ...
    Setting up gettext (0.19.7-2ubuntu3) ...
    Setting up intltool-debian (0.35.0+20060710.4) ...
    Setting up po-debconf (1.0.19) ...
    Setting up libarchive-zip-perl (1.56-2) ...
    Setting up libfile-stripnondeterminism-perl (0.015-1) ...
    Setting up libfile-listing-perl (6.04-1) ...
    Setting up libhtml-tree-perl (5.03-2) ...
    Setting up libhttp-cookies-perl (6.01-1) ...
    Setting up libhttp-negotiate-perl (6.00-2) ...
    Setting up libnet-ssleay-perl (1.72-1build1) ...
    Setting up libio-socket-ssl-perl (2.024-1) ...
    Setting up libnet-http-perl (6.09-1) ...
    Setting up libwww-robotrules-perl (6.01-1) ...
    Setting up python-six (1.10.0-3) ...
    Setting up python-pkg-resources (20.7.0-1) ...
    Setting up python-scour (0.32-1) ...
    Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.4) ...
    Setting up libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.4) ...
    Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.4) ...
    Setting up gfortran (4:5.3.1-1ubuntu1) ...
    update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode
    update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode
    Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3) ...
    Setting up libblas-common (3.6.0-2ubuntu2) ...
    Setting up libblas3 (3.6.0-2ubuntu2) ...
    update-alternatives: using /usr/lib/libblas/libblas.so.3 to provide /usr/lib/libblas.so.3 (libblas.so.3) in auto mode
    Setting up libblas-dev (3.6.0-2ubuntu2) ...
    update-alternatives: using /usr/lib/libblas/libblas.so to provide /usr/lib/libblas.so (libblas.so) in auto mode
    Setting up libbz2-dev:amd64 (1.0.6-8) ...
    Setting up libipc-system-simple-perl (1.25-3) ...
    Setting up libfile-basedir-perl (0.07-1) ...
    Setting up libfile-desktopentry-perl (0.22-1) ...
    Setting up libfile-mimeinfo-perl (0.27-1) ...
    Setting up libfont-afm-perl (1.20-1) ...
    Setting up libfontenc1:amd64 (1:1.1.3-1) ...
    Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3) ...
    Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ...
    Setting up libhtml-form-perl (6.03-1) ...
    Setting up libhtml-format-perl (2.11-2) ...
    Setting up libhttp-daemon-perl (6.01-1) ...
    Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3) ...
    Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ...
    Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ...
    Setting up liblapack3 (3.6.0-2ubuntu2) ...
    update-alternatives: using /usr/lib/lapack/liblapack.so.3 to provide /usr/lib/liblapack.so.3 (liblapack.so.3) in auto mode
    Setting up liblapack-dev (3.6.0-2ubuntu2) ...
    update-alternatives: using /usr/lib/lapack/liblapack.so to provide /usr/lib/liblapack.so (liblapack.so) in auto mode
    Setting up libsys-hostname-long-perl (1.5-1) ...
    Setting up libmail-sendmail-perl (0.79.16-1) ...
    Setting up libnet-smtp-ssl-perl (1.03-1) ...
    Setting up libmailtools-perl (2.13-1) ...
    Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ...
    Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ...
    Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ...
    
    Creating config file /etc/papersize with new version
    Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ...
    Setting up libpcre16-3:amd64 (2:8.38-3.1) ...
    Setting up libpcre32-3:amd64 (2:8.38-3.1) ...
    Setting up libpcre3-dev:amd64 (2:8.38-3.1) ...
    Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4) ...
    Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1) ...
    Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ...
    Setting up libreadline-dev:amd64 (6.3-8ubuntu2) ...
    Setting up libtie-ixhash-perl (1.23-2) ...
    Setting up libtk8.6:amd64 (8.6.5-1) ...
    Setting up libx11-protocol-perl (0.56-7) ...
    Setting up libxmu6:amd64 (2:1.1.2-2) ...
    Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ...
    Setting up libxaw7:amd64 (2:1.0.13-1) ...
    Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ...
    Setting up libxml-xpathengine-perl (0.13-1) ...
    Setting up zip (3.0-11) ...
    Setting up xdg-utils (1.1.1-1ubuntu1.16.04.1) ...
    Setting up r-base-core (3.2.3-4) ...
    
    Creating config file /etc/R/Renviron with new version
    Setting up r-cran-boot (1.3-17-1) ...
    Setting up r-cran-cluster (2.0.3-1) ...
    Setting up r-cran-foreign (0.8.66-1) ...
    Setting up r-cran-mass (7.3-45-1) ...
    Setting up r-cran-kernsmooth (2.23-15-1) ...
    Setting up r-cran-lattice (0.20-33-1) ...
    Setting up r-cran-nlme (3.1.124-1) ...
    Setting up r-cran-matrix (1.2-3-1) ...
    Setting up r-cran-mgcv (1.8-11-1) ...
    Setting up r-cran-survival (2.38-3-1) ...
    Setting up r-cran-rpart (4.1-10-1) ...
    Setting up r-cran-class (7.3-14-1) ...
    Setting up r-cran-nnet (7.3-12-1) ...
    Setting up r-cran-spatial (7.3-11-1) ...
    Setting up r-cran-codetools (0.2-14-1) ...
    Setting up r-recommended (3.2.3-4) ...
    Setting up r-base (3.2.3-4) ...
    Setting up liblzma-dev:amd64 (5.1.1alpha+20120614-2ubuntu2) ...
    Setting up r-doc-html (3.2.3-4) ...
    Setting up x11-utils (7.7+3) ...
    Setting up x11-xserver-utils (7.7+7) ...
    Setting up libauthen-sasl-perl (2.1600-1) ...
    Setting up r-base-html (3.2.3-4) ...
    Setting up libwww-perl (6.15-1) ...
    Setting up libxml-parser-perl (2.44-1build1) ...
    Setting up intltool (0.51.0-2) ...
    Setting up libxml-twig-perl (1:3.48-1) ...
    Setting up libnet-dbus-perl (1.1.0-3build1) ...
    Setting up dh-strip-nondeterminism (0.015-1) ...
    Setting up debhelper (9.20160115ubuntu3) ...
    Setting up liblwp-protocol-https-perl (6.06-2) ...
    Setting up dh-translations (129) ...
    Setting up cdbs (0.4.130ubuntu2) ...
    Setting up r-base-dev (3.2.3-4) ...
    Processing triggers for libc-bin (2.23-0ubuntu3) ...
    root@VM-52-248-ubuntu:/var/www/html/scalaw# apt-get install r-base-dev
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    r-base-dev is already the newest version (3.2.3-4).
    r-base-dev set to manually installed.
    0 upgraded, 0 newly installed, 0 to remove and 162 not upgraded.
    root@VM-52-248-ubuntu:/var/www/html/scalaw#
  • 相关阅读:
    android中获取某段程序的执行时间
    图像位宽对齐
    使用 ssh 连接github的方法说明(gitub的官方说法)
    转:程序员必须知道的几个Git代码托管平台
    转:webRTC的前世今生
    Eclipse c++头文件问题(未完)
    [原创] NetBean开发c++程序指南1- 加入c++项目文件夹
    xshell5 启动显示 mfc110.dll msvcp110.dll 未找到问题 解决办法
    vmware12安装vmtools
    转: EclipseIDE开发 for C++
  • 原文地址:https://www.cnblogs.com/rsapaper/p/6784204.html
Copyright © 2011-2022 走看看