X-Git-Url: https://git.auder.net/?p=morpheus.git;a=blobdiff_plain;f=pkg%2FDESCRIPTION;h=0a642b687bad4fb1fb5c08ed1107a700541d6b71;hp=e1050a39675585e11a77c0f0fb0dadee537aea10;hb=ab35f6102896a49e86e853262c0650faa2931638;hpb=cf673dee64ab0ce02ccaaba0fb63a9a4589ee8aa diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index e1050a3..0a642b6 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -1,15 +1,17 @@ Package: morpheus Title: Estimate Parameters of Mixtures of Logistic Regressions -Description: Mixture of lOgistic Regressions Parameters (H)Estimation with - (U)Spectral methods. The main methods take d-dimensional inputs and a vector +Description: Mixture of logistic regressions parameters (H)estimation with + (U)spectral methods. The main methods take d-dimensional inputs and a vector of binary outputs, and return parameters according to the GLMs mixture model - (please refer to the package vignette). -Version: 0.2-0 -Author: Benjamin Auder [aut,cre], - Mor-Absa Loum [aut] -Maintainer: Benjamin Auder + (General Linear Model). For more details see chapter 3 in the PhD thesis of + Mor-Absa Loum: , available here + . +Version: 1.0-2 +Author: Benjamin Auder [aut,cre], + Mor-Absa Loum [aut] +Maintainer: Benjamin Auder Depends: - R (>= 3.0.0), + R (>= 3.5.0), Imports: MASS, jointDiag, @@ -19,12 +21,11 @@ Suggests: devtools, flexmix, parallel, - testthat, - roxygen2, - tensor, - nloptr + testthat (>= 3.0.0), + roxygen2 License: MIT + file LICENSE -RoxygenNote: 5.0.1 +RoxygenNote: 7.1.1 +URL: https://github.com/yagu0/morpheus Collate: 'utils.R' 'A_NAMESPACE.R' @@ -33,3 +34,4 @@ Collate: 'optimParams.R' 'plot.R' 'sampleIO.R' +Config/testthat/edition: 3