Last data update: 2014.03.03

mvtnorm

Package: mvtnorm
Title: Multivariate Normal and t Distributions
Version: 1.0-5
Date: 2016-02-02
Authors@R: c(person("Alan", "Genz", role = "aut"),
person("Frank", "Bretz", role = "aut"),
person("Tetsuhisa", "Miwa", role = "aut"),
person("Xuefei", "Mi", role = "aut"),
person("Friedrich", "Leisch", role = "ctb"),
person("Fabian", "Scheipl", role = "ctb"),
person("Bjoern", "Bornkamp", role = "ctb"),
person("Martin", "Maechler", role = "ctb"),
person("Torsten", "Hothorn", role = c("aut", "cre"),
email = "Torsten.Hothorn@R-project.org"))
Description: Computes multivariate normal and t probabilities, quantiles,
random deviates and densities.
Imports: stats, methods
Depends: R (>= 1.9.0)
License: GPL-2
URL: http://mvtnorm.R-forge.R-project.org
NeedsCompilation: yes
Packaged: 2016-02-02 13:44:04 UTC; hothorn
Author: Alan Genz [aut],
Frank Bretz [aut],
Tetsuhisa Miwa [aut],
Xuefei Mi [aut],
Friedrich Leisch [ctb],
Fabian Scheipl [ctb],
Bjoern Bornkamp [ctb],
Martin Maechler [ctb],
Torsten Hothorn [aut, cre]
Maintainer: Torsten Hothorn <Torsten.Hothorn@R-project.org>
Repository: CRAN
Date/Publication: 2016-02-02 17:15:56

● Cran Task View: Finance, Multivariate
● 0 images, 7 functions, 0 datasets
Reverse Depends: 172

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'mvtnorm' ...
** package 'mvtnorm' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c C_FORTRAN_interface.c -o C_FORTRAN_interface.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c miwa.c -o miwa.o
f95   -fpic  -g -O2  -c mvt.f -o mvt.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c mvtnorm-init.c -o mvtnorm-init.o
f95   -fpic  -g -O2  -c tvpack.f -o tvpack.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o mvtnorm.so C_FORTRAN_interface.o miwa.o mvt.o mvtnorm-init.o tvpack.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/mvtnorm/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'mvtnorm'
    finding HTML links ... done
    Mvnorm                                  html  
    Mvt                                     html  
    algorithms                              html  
    pmvnorm                                 html  
    pmvt                                    html  
    qmvnorm                                 html  
    qmvt                                    html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (mvtnorm)
Making 'packages.html' ... done