essai fusion
authoremilie <emilie@devijver.org>
Fri, 21 Apr 2017 13:58:12 +0000 (15:58 +0200)
committeremilie <emilie@devijver.org>
Fri, 21 Apr 2017 13:58:12 +0000 (15:58 +0200)
commit228ee602a972fcac6177db0d539bf9d0c5fa477f
treefbe425cdf662ec185aa9bbda377e9b85300626c8
parente32621012b1660204434a56acc8cf73eac42f477
essai fusion
31 files changed:
pkg/DESCRIPTION [new file with mode: 0644]
pkg/LICENSE [new file with mode: 0644]
pkg/R/A_NAMESPACE.R [new file with mode: 0644]
pkg/R/EMGLLF.R [new file with mode: 0644]
pkg/R/EMGrank.R [new file with mode: 0644]
pkg/R/computeGridLambda.R [new file with mode: 0644]
pkg/R/constructionModelesLassoMLE.R [new file with mode: 0644]
pkg/R/constructionModelesLassoRank.R [new file with mode: 0644]
pkg/R/generateXY.R [new file with mode: 0644]
pkg/R/initSmallEM.R [new file with mode: 0644]
pkg/R/main.R [new file with mode: 0644]
pkg/R/plot_valse.R [new file with mode: 0644]
pkg/R/selectVariables.R [new file with mode: 0644]
pkg/R/util.R [new file with mode: 0644]
pkg/data/data.RData [new file with mode: 0644]
pkg/data/data2.RData [new file with mode: 0644]
pkg/data/script_data.R [new file with mode: 0644]
pkg/inst/testdata/TODO.csv [new file with mode: 0644]
pkg/man/valse-package.Rd [new file with mode: 0644]
pkg/src/Makevars [new file with mode: 0644]
pkg/src/adapters/a.EMGLLF.c [new file with mode: 0644]
pkg/src/adapters/a.EMGrank.c [new file with mode: 0644]
pkg/src/sources/EMGLLF.c [new file with mode: 0644]
pkg/src/sources/EMGLLF.h [new file with mode: 0644]
pkg/src/sources/EMGrank.c [new file with mode: 0644]
pkg/src/sources/EMGrank.h [new file with mode: 0644]
pkg/src/sources/utils.h [new file with mode: 0644]
pkg/tests/testthat.R [new file with mode: 0644]
pkg/tests/testthat/helper-context1.R [new file with mode: 0644]
pkg/tests/testthat/test-context1.R [new file with mode: 0644]
pkg/vignettes/.gitignore [new file with mode: 0644]