Adjustments to pass R CMD check --as-cran
[morpheus.git] / pkg / DESCRIPTION
CommitLineData
cbd88fe5
BA
1Package: morpheus
2Title: Estimate Parameters of Mixtures of Logistic Regressions
3Description: Mixture of lOgistic Regressions Parameters (H)Estimation with
4 (U)Spectral methods. The main methods take d-dimensional inputs and a vector
5 of binary outputs, and return parameters according to the GLMs mixture model
6 (please refer to the package vignette).
7Version: 0.2-0
8Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
9 Mor-Absa Loum <Mor-Absa.Loum@math.u-psud.fr> [aut]
10Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
11Depends:
12 R (>= 3.0.0),
13Imports:
14 MASS,
15 jointDiag,
16 methods,
17 pracma
18Suggests:
cf673dee 19 devtools,
cbd88fe5
BA
20 flexmix,
21 parallel,
22 testthat,
23 roxygen2,
24 tensor,
25 nloptr
26License: MIT + file LICENSE
27RoxygenNote: 5.0.1
28Collate:
29 'utils.R'
30 'A_NAMESPACE.R'
31 'computeMu.R'
32 'multiRun.R'
33 'optimParams.R'
34 'plot.R'
35 'sampleIO.R'