Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
J
joinet
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
joinet
Commits
02d29416
Commit
02d29416
authored
Nov 12, 2019
by
Armin Rauschenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
automation
parent
3deca624
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
24 additions
and
14 deletions
+24
-14
CRAN-RELEASE
CRAN-RELEASE
+2
-0
docs/404.html
docs/404.html
+1
-1
docs/articles/article.html
docs/articles/article.html
+1
-1
docs/articles/index.html
docs/articles/index.html
+1
-1
docs/articles/joinet.html
docs/articles/joinet.html
+1
-1
docs/authors.html
docs/authors.html
+1
-1
docs/index.html
docs/index.html
+1
-1
docs/news/index.html
docs/news/index.html
+9
-1
docs/reference/coef.joinet.html
docs/reference/coef.joinet.html
+1
-1
docs/reference/cv.joinet.html
docs/reference/cv.joinet.html
+1
-1
docs/reference/index.html
docs/reference/index.html
+1
-1
docs/reference/joinet-package.html
docs/reference/joinet-package.html
+1
-1
docs/reference/joinet.html
docs/reference/joinet.html
+1
-1
docs/reference/predict.joinet.html
docs/reference/predict.joinet.html
+1
-1
docs/reference/weights.joinet.html
docs/reference/weights.joinet.html
+1
-1
No files found.
CRAN-RELEASE
0 → 100644
View file @
02d29416
This package was submitted to CRAN on 2019-11-12.
Once it is accepted, delete this file and tag the release (commit 3deca62461).
docs/404.html
View file @
02d29416
...
...
@@ -67,7 +67,7 @@
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
docs/articles/article.html
View file @
02d29416
...
...
@@ -31,7 +31,7 @@
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"../index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
docs/articles/index.html
View file @
02d29416
...
...
@@ -67,7 +67,7 @@
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"../index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
docs/articles/joinet.html
View file @
02d29416
...
...
@@ -31,7 +31,7 @@
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"../index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
docs/authors.html
View file @
02d29416
...
...
@@ -67,7 +67,7 @@
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
docs/index.html
View file @
02d29416
...
...
@@ -31,7 +31,7 @@
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
docs/news/index.html
View file @
02d29416
...
...
@@ -67,7 +67,7 @@
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"../index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
@@ -116,6 +116,13 @@
<small>
Source:
<a
href=
'https://github.com/rauschenberger/joinet/blob/master/NEWS.md'
><code>
NEWS.md
</code></a></small>
</div>
<div
id=
"joinet-003-2019-11-12"
class=
"section level2"
>
<h2
class=
"hasAnchor"
>
<a
href=
"#joinet-003-2019-11-12"
class=
"anchor"
></a>
joinet 0.0.3 (2019-11-12)
</h2>
<ul>
<li>
changed glmnet exports
</li>
</ul>
</div>
<div
id=
"joinet-002-2019-08-08"
class=
"section level2"
>
<h2
class=
"hasAnchor"
>
<a
href=
"#joinet-002-2019-08-08"
class=
"anchor"
></a>
joinet 0.0.2 (2019-08-08)
</h2>
...
...
@@ -136,6 +143,7 @@
<div
id=
"tocnav"
>
<h2>
Contents
</h2>
<ul
class=
"nav nav-pills nav-stacked"
>
<li><a
href=
"#joinet-003-2019-11-12"
>
0.0.3
</a></li>
<li><a
href=
"#joinet-002-2019-08-08"
>
0.0.2
</a></li>
<li><a
href=
"#joinet-001-2019-08-03"
>
0.0.1
</a></li>
</ul>
...
...
docs/reference/coef.joinet.html
View file @
02d29416
...
...
@@ -71,7 +71,7 @@ the coefficients from the base learners.)" />
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"../index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
docs/reference/cv.joinet.html
View file @
02d29416
...
...
@@ -69,7 +69,7 @@
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"../index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
docs/reference/index.html
View file @
02d29416
...
...
@@ -67,7 +67,7 @@
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"../index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
docs/reference/joinet-package.html
View file @
02d29416
...
...
@@ -74,7 +74,7 @@ in high-dimensional settings." />
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"../index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
docs/reference/joinet.html
View file @
02d29416
...
...
@@ -69,7 +69,7 @@
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"../index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
docs/reference/predict.joinet.html
View file @
02d29416
...
...
@@ -69,7 +69,7 @@
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"../index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
docs/reference/weights.joinet.html
View file @
02d29416
...
...
@@ -70,7 +70,7 @@ i.e. the weights for the base learners." />
</button>
<span
class=
"navbar-brand"
>
<a
class=
"navbar-link"
href=
"../index.html"
>
joinet
</a>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
2
</span>
<span
class=
"version label label-default"
data-toggle=
"tooltip"
data-placement=
"bottom"
title=
"Released version"
>
0.0.
3
</span>
</span>
</div>
...
...
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