fix for 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
1b53e3a5
BA
6 (General Linear Model). For more details see chapter 3 in the PhD thesis of
7 Mor-Absa Loum: http://www.theses.fr/s156435
cbd88fe5
BA
8Version: 0.2-0
9Author: Benjamin Auder <Benjamin.Auder@math.u-psud.fr> [aut,cre],
10 Mor-Absa Loum <Mor-Absa.Loum@math.u-psud.fr> [aut]
11Maintainer: Benjamin Auder <Benjamin.Auder@math.u-psud.fr>
12Depends:
13 R (>= 3.0.0),
14Imports:
15 MASS,
16 jointDiag,
17 methods,
18 pracma
19Suggests:
cf673dee 20 devtools,
cbd88fe5
BA
21 flexmix,
22 parallel,
23 testthat,
24 roxygen2,
25 tensor,
26 nloptr
27License: MIT + file LICENSE
28RoxygenNote: 5.0.1
29Collate:
30 'utils.R'
31 'A_NAMESPACE.R'
32 'computeMu.R'
33 'multiRun.R'
34 'optimParams.R'
35 'plot.R'
36 'sampleIO.R'