Commit bb732a9c authored by Armin Rauschenberger's avatar Armin Rauschenberger

automation

parent 79c29efc
...@@ -5,3 +5,4 @@ ...@@ -5,3 +5,4 @@
^cran-comments\.md$ ^cran-comments\.md$
^appveyor\.yml$ ^appveyor\.yml$
^\.Rhistory$ ^\.Rhistory$
^CRAN-RELEASE$
This package was submitted to CRAN on 2020-06-08.
Once it is accepted, delete this file and tag the release (commit 79c29efcbc).
for(family in c("gaussian","binomial","poisson")){ for(family in c("gaussian","binomial","poisson")){
n <- 20; p <- 50 n <- 30; p <- 50
if(family=="cox"){ if(family=="cox"){
list <- list() list <- list()
list$y <- survival::Surv(time=abs(rnorm(n)), list$y <- survival::Surv(time=abs(rnorm(n)),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment