comparison rglasso_cox.xml @ 11:d351a1ec1e18 draft

GRRR!!! as at nov 2015, glmnet fails to load methods. see https://github.com/dhimmel/elevcan/issues/1
author fubar
date Sun, 01 Nov 2015 18:26:40 -0500 (2015-11-01)
parents 31be675baa50
children
comparison
equal deleted inserted replaced
10:31be675baa50 11:d351a1ec1e18
11 --output_dir "$html_file.files_path" --output_html "$html_file" --make_HTML "yes" 11 --output_dir "$html_file.files_path" --output_html "$html_file" --make_HTML "yes"
12 </command> 12 </command>
13 <configfiles> 13 <configfiles>
14 <configfile name="runme"> 14 <configfile name="runme">
15 <![CDATA[ 15 <![CDATA[
16 library('methods')
17 #### as at nov 2015, glmnet fails to load methods. see https://github.com/dhimmel/elevcan/issues/1
16 library('glmnet') 18 library('glmnet')
17 library('lars') 19 library('lars')
18 library('survival') 20 library('survival')
19 library('pec') 21 library('pec')
20 22