Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
starnet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Armin Rauschenberger
starnet
Commits
bb732a9c
Commit
bb732a9c
authored
Jun 08, 2020
by
Armin Rauschenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
automation
parent
79c29efc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
.Rbuildignore
.Rbuildignore
+1
-0
CRAN-RELEASE
CRAN-RELEASE
+2
-0
tests/testthat/test.R
tests/testthat/test.R
+1
-1
No files found.
.Rbuildignore
View file @
bb732a9c
...
@@ -5,3 +5,4 @@
...
@@ -5,3 +5,4 @@
^cran-comments\.md$
^cran-comments\.md$
^appveyor\.yml$
^appveyor\.yml$
^\.Rhistory$
^\.Rhistory$
^CRAN-RELEASE$
CRAN-RELEASE
0 → 100644
View file @
bb732a9c
This package was submitted to CRAN on 2020-06-08.
Once it is accepted, delete this file and tag the release (commit 79c29efcbc).
tests/testthat/test.R
View file @
bb732a9c
for
(
family
in
c
(
"gaussian"
,
"binomial"
,
"poisson"
)){
for
(
family
in
c
(
"gaussian"
,
"binomial"
,
"poisson"
)){
n
<-
2
0
;
p
<-
50
n
<-
3
0
;
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
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment