Changes between Version 6 and Version 7 of jazz/09-05-19


Ignore:
Timestamp:
May 19, 2009, 3:14:40 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-05-19

    v6 v7  
    2020/usr/src/linux-source-2.6.28# make-kpkg --rootcmd fakeroot --added-patches=lustre --initrd --append-to-version "-lustre-1.6.5.1-4" --revision=20090519 kernel_image
    2121}}}
     22  * 安裝 JDK
     23{{{
     24~$ sudo apt-get install sun-java6-jdk
     25}}}
     26  * 安裝 R 及 Bioconductor
     27{{{
     28~$ sudo apt-get install r-base
     29~$ sudo R
     30> source("http://www.bioconductor.org/biocLite.R")
     31> biocLite()
     32Warning messages:
     331: In install.packages(pkgs = pkgs, repos = repos, dependencies = dependencies,  :
     34  dependency ‘Matrix’ is not available
     352: In install.packages(pkgs = pkgs, repos = repos, dependencies = dependencies,  :
     36  installation of package 'IRanges' had non-zero exit status
     373: In install.packages(pkgs = pkgs, repos = repos, dependencies = dependencies,  :
     38  installation of package 'Biostrings' had non-zero exit status
     39}}}
     40  * 第一個錯誤是找不到 r-cran-matrix 套件,這裡用暴力法安裝所有在 apt 套件庫裡的 R 相關套件(除了 rjava 外)
     41{{{
     42~$ sudo apt-get install `apt-cache search --names-only "^r-cran" | awk '{ print $1 }' | grep -v "r-cran-rjava" `
     43}}}
     44  * 裝好之後,重裝一次 Bioconductor 就沒有錯誤了。
     45{{{
     46~$ sudo apt-get install r-base
     47~$ sudo R
     48> source("http://www.bioconductor.org/biocLite.R")
     49> biocLite()
     50> library()
     51Packages in library '/usr/local/lib/R/site-library':
     52
     53affy                    Methods for Affymetrix Oligonucleotide Arrays
     54affydata                Affymetrix Data for Demonstration Purpose
     55affyio                  Tools for parsing Affymetrix data files
     56affyPLM                 Methods for fitting probe-level models
     57affyQCReport            QC Report Generation for affyBatch objects
     58annaffy                 Annotation tools for Affymetrix biological
     59                        metadata
     60annotate                Annotation for microarrays
     61AnnotationDbi           Annotation Database Interface
     62Biobase                 Biobase: Base functions for Bioconductor
     63Biostrings              String objects representing biological
     64                        sequences, and matching algorithms
     65DynDoc                  Dynamic document tools
     66gcrma                   Background Adjustment Using Sequence
     67                        Information
     68genefilter              genefilter: methods for filtering genes from
     69                        microarray experiments
     70geneplotter             Grapics related functions for Bioconductor
     71GO.db                   A set of annotation maps describing the entire
     72                        Gene Ontology
     73hgu95av2.db             Affymetrix Human Genome U95 Set annotation data
     74                        (chip hgu95av2)
     75IRanges                 Low-level containers for storing sets of
     76                        integer ranges
     77KEGG.db                 A set of annotation maps for KEGG
     78limma                   Linear Models for Microarray Data
     79marray                  Exploratory analysis for two-color spotted
     80                        microarray data
     81matchprobes             Basic infrastructure for using oligonucleotide
     82                        microarray reporter sequence information for
     83                        preprocessing and quality assessment
     84multtest                Resampling-based multiple hypothesis testing
     85preprocessCore          A collection of pre-processing functions
     86ROC                     utilities for ROC, with uarray focus
     87RSQLite                 SQLite interface for R
     88simpleaffy              Very simple high level analysis of Affymetrix
     89                        data
     90vsn                     Variance stabilization and calibration for
     91                        microarray data
     92xtable                  Export tables to LaTeX or HTML
     93
     94Packages in library '/usr/lib/R/site-library':
     95
     96abind                   Combine multi-dimensional arrays
     97acepack                 ace() and avas() for selecting regression
     98                        transformations
     99adapt                   adapt -- multidimensional numerical integration
     100bayesm                  Bayesian Inference for
     101                        Marketing/Micro-econometrics
     102bitops                  Functions for Bitwise operations
     103cairoDevice             Cairo-based cross-platform antialiased graphics
     104                        device driver.
     105car                     Companion to Applied Regression
     106caTools                 Tools: moving window statistics, GIF, Base64,
     107                        ROC AUC, etc.
     108chron                   Chronological objects which can handle dates
     109                        and times
     110coda                    Output analysis and diagnostics for MCMC
     111combinat                combinatorics utilities
     112date                    Functions for handling dates
     113DBI                     R Database Interface
     114Design                  Design Package
     115eco                     R Package for Ecological Inference in 2x2
     116                        Tables
     117effects                 Effect Displays for Linear, Generalized Linear,
     118                        Multinomial-Logit, and Proportional-Odds Logit
     119                        Models
     120fArma                   ARMA Time Series Modelling
     121fAsianOptions           EBM and Asian Option Valuation
     122fAssets                 Rmetrics - Assets Selection and Modelling
     123fBasics                 Rmetrics - Markets and Basic Statistics
     124fBonds                  Bonds and Interest Rate Models
     125fCalendar               Chronological and Calendarical Objects
     126fCopulae                Rmetrics - Dependence Structures with Copulas
     127fEcofin                 Economic and Financial Data Sets
     128fExoticOptions          Exotic Option Valuation
     129fExtremes               Rmetrics - Extreme Financial Market Data
     130fGarch                  Rmetrics - Autoregressive Conditional
     131                        Heteroskedastic Modelling
     132fImport                 Rmetrics - Economic and Financial Data Import
     133fMultivar               Multivariate Market Analysis
     134fNonlinear              Nonlinear and Chaotic Time Series Modelling
     135fOptions                Basics of Option Valuation
     136fPortfolio              Rmetrics - Portfolio Selection and Optimization
     137fRegression             Regression Based Decision and Prediction
     138fSeries                 Financial Time Series Objects
     139fTrading                Technical Trading Analysis
     140fUnitRoots              Trends and Unit Roots
     141fUtilities              Function Utilities
     142gdata                   Various R programming tools for data
     143                        manipulation
     144genetics                Population Genetics
     145getopt                  C-like getopt behavior.
     146gmaps                   Wrapper and auxilliary functions for maps
     147                        package to work with grid graphics system.
     148gmodels                 Various R programming tools for model fitting
     149gplots                  Various R programming tools for plotting data
     150gregmisc                Greg's Miscellaneous Functions
     151gtools                  Various R programming tools
     152haplo.stats             Statistical Analysis of Haplotypes with Traits
     153                        and Covariates when Linkage Phase is Ambiguous
     154hdf5                    HDF5
     155Hmisc                   Harrell Miscellaneous
     156its                     Irregular Time Series
     157jit                     Just-in-time compiler for the R language
     158latticeExtra            Extra Graphical Utilities Based on Lattice
     159lme4                    Linear mixed-effects models using S4 classes
     160lmtest                  Testing Linear Regression Models
     161lpSolve                 Interface to Lp_solve v. 5.5 to solve
     162                        linear/integer programs
     163mapdata                 Extra Map Databases
     164mapproj                 Map Projections
     165maps                    Draw Geographical Maps
     166MatchIt                 MatchIt: Nonparametric Preprocessing for
     167                        Parametric Casual Inference
     168Matrix                  Sparse and Dense Matrix Classes and Methods
     169MCMCpack                Markov chain Monte Carlo (MCMC) Package
     170misc3d                  Miscellaneous 3D Plots
     171mnormt                  The multivariate normal and t distributions
     172MNP                     R Package for Fitting the Multinomial Probit
     173                        Model
     174multcomp                Simultaneous Inference in General Parametric
     175                        Models
     176mvtnorm                 Multivariate Normal and t Distributions
     177nws                     R functions for NetWorkSpaces and Sleigh
     178polspline               Polynomial spline routines
     179pscl                    Political Science Computational Laboratory,
     180                        Stanford University
     181psy                     Various procedures used in psychometry
     182qtl                     Tools for analyzing QTL experiments
     183quadprog                Functions to solve Quadratic Programming
     184                        Problems.
     185qvalue                  Q-value estimation for false discovery rate
     186                        control
     187Rcmdr                   R Commander
     188RColorBrewer            ColorBrewer palettes
     189Rcpp                    Rcpp R/C++ interface package
     190relimp                  Relative Contribution of Effects in a
     191                        Regression Model
     192rggobi                  Interface between R and GGobi
     193rgl                     3D visualization device system (OpenGL)
     194Rglpk                   R/GNU Linear Programming Kit Interface
     195RGtk2                   R bindings for Gtk 2.8.0 and above
     196Rmetrics                Rmetrics - Financial Engineering and
     197                        Computational Finance
     198Rmpi                    Interface (Wrapper) to MPI (Message-Passing
     199                        Interface)
     200RMySQL                  R interface to the MySQL database
     201robustbase              Basic Robust Statistics
     202ROCR                    Visualizing the performance of scoring
     203                        classifiers.
     204RODBC                   ODBC Database Access
     205rpvm                    R interface to PVM (Parallel Virtual Machine)
     206RQuantLib               R interface to the QuantLib library
     207Rserve                  Binary R server
     208rsprng                  R interface to SPRNG (Scalable Parallel Random
     209                        Number Generators)
     210RUnit                   R Unit test framework
     211sandwich                Robust Covariance Matrix Estimators
     212sm                      Smoothing methods for nonparametric regression
     213                        and density estimation
     214sn                      The skew-normal and skew-t distributions
     215snow                    Simple Network of Workstations
     216strucchange             Testing, Monitoring and Dating Structural
     217                        Changes
     218timeDate                Rmetrics - Chronological and Calendarical
     219                        Objects
     220timeSeries              Rmetrics - Financial Time Series Objects
     221tkrplot                 TK Rplot
     222tseries                 Time series analysis and computational finance
     223urca                    Unit root and cointegration tests for time
     224                        series data
     225VGAM                    Vector Generalized Linear and Additive Models
     226XML                     Tools for parsing and generating XML within R
     227                        and S-Plus.
     228Zelig                   Everyone's Statistical Software
     229zoo                     Z's ordered observations
     230
     231Packages in library '/usr/lib/R/library':
     232
     233base                    The R Base Package
     234boot                    Bootstrap R (S-Plus) Functions (Canty)
     235class                   Functions for Classification
     236cluster                 Cluster Analysis Extended Rousseeuw et al.
     237codetools               Code Analysis Tools for R
     238datasets                The R Datasets Package
     239foreign                 Read Data Stored by Minitab, S, SAS, SPSS,
     240                        Stata, Systat, dBase, ...
     241graphics                The R Graphics Package
     242grDevices               The R Graphics Devices and Support for Colours
     243                        and Fonts
     244grid                    The Grid Graphics Package
     245KernSmooth              Functions for kernel smoothing for Wand & Jones
     246                        (1995)
     247lattice                 Lattice Graphics
     248MASS                    Main Package of Venables and Ripley's MASS
     249methods                 Formal Methods and Classes
     250mgcv                    GAMs with GCV smoothness estimation and GAMMs
     251                        by REML/PQL
     252nlme                    Linear and Nonlinear Mixed Effects Models
     253nnet                    Feed-forward Neural Networks and Multinomial
     254                        Log-Linear Models
     255rpart                   Recursive Partitioning
     256spatial                 Functions for Kriging and Point Pattern
     257                        Analysis
     258splines                 Regression Spline Functions and Classes
     259stats                   The R Stats Package
     260stats4                  Statistical Functions using S4 Classes
     261survival                Survival analysis, including penalised
     262                        likelihood.
     263tcltk                   Tcl/Tk Interface
     264tools                   Tools for Package Development
     265utils                   The R Utils Package
     266}}}
    22267
    23268== Virtualization ==