Last data update: 2014.03.03

DirichletReg

Package: DirichletReg
Type: Package
Version: 0.6-3
Date: 2015-11-12
Title: Dirichlet Regression in R
Description: Implements Dirichlet regression models in R.
Authors@R: person(given = c("Marco", "Johannes"),
family = "Maier",
email = "marco.maier@wu.ac.at",
role = c("cre", "aut"))
Encoding: UTF-8
Depends: R (>= 3.0.0), Formula, rgl
Imports: stats, graphics, methods, maxLik
Suggests: testthat
License: GPL (>= 2)
URL: http://dirichletreg.r-forge.r-project.org/
http://r-forge.r-project.org/projects/dirichletreg/
http://CRAN.R-project.org/package=DirichletReg
ByteCompile: yes
LazyLoad: yes
LazyData: yes
ZipData: yes
NeedsCompilation: yes
Packaged: 2015-11-12 11:27:00 UTC; maier
Author: Marco Johannes Maier [cre, aut]
Maintainer: Marco Johannes Maier <marco.maier@wu.ac.at>
Repository: CRAN
Date/Publication: 2015-11-12 19:12:33

5 images, 8 functions, 5 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'DirichletReg' ...
** package 'DirichletReg' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c ddirichlet.c -o ddirichlet.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rdirichlet.c -o rdirichlet.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c wght_LL.c -o wght_LL.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c wght_LL_grad_alternative.c -o wght_LL_grad_alternative.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c wght_LL_grad_common.c -o wght_LL_grad_common.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o DirichletReg.so ddirichlet.o rdirichlet.o wght_LL.o wght_LL_grad_alternative.o wght_LL_grad_common.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/DirichletReg/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package 'DirichletReg'
    finding HTML links ... done
    ArcticLake                              html  
    BloodSamples                            html  
    DR_data                                 html  
    Dirichlet                               html  
    DirichletReg-package                    html  
    DirichletRegModel                       html  
Rd warning: /tmp/RtmpBLDB0i/R.INSTALL4a06344280b1/DirichletReg/man/DirichletRegModel.Rd:68: missing file link 'update.Formula'
Rd warning: /tmp/RtmpBLDB0i/R.INSTALL4a06344280b1/DirichletReg/man/DirichletRegModel.Rd:70: missing file link 'drop1'
    GlacialTills                            html  
    ReadingSkills                           html  
    Rocks                                   html  
    anova.DirichletRegModel                 html  
    dirichreg                               html  
    plot.DirichletRegData                   html  
    toTernaryQuaternary                     html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (DirichletReg)
Making 'packages.html' ... done