Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
C
cornet
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
cornet
Commits
212fe37a
Commit
212fe37a
authored
Apr 19, 2021
by
Armin Rauschenberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove file
parent
5d6c3622
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
docs/articles/article.html
docs/articles/article.html
+1
-1
docs/pkgdown.yml
docs/pkgdown.yml
+1
-1
vignettes/application.Rmd
vignettes/application.Rmd
+2
-2
vignettes/article.Rmd
vignettes/article.Rmd
+1
-1
vignettes/simulation.Rmd
vignettes/simulation.Rmd
+2
-2
No files found.
docs/articles/article.html
View file @
212fe37a
...
@@ -96,7 +96,7 @@
...
@@ -96,7 +96,7 @@
<div
id=
"reference"
class=
"section level2"
>
<div
id=
"reference"
class=
"section level2"
>
<h2
class=
"hasAnchor"
>
<h2
class=
"hasAnchor"
>
<a
href=
"#reference"
class=
"anchor"
></a>
Reference
</h2>
<a
href=
"#reference"
class=
"anchor"
></a>
Reference
</h2>
<p>
Armin Rauschenberger and Enrico Glaab (202
0
). “Predicting artificial binary outcomes from high-dimensional data”.
<em>
Manuscript in preparation.
</em></p>
<p>
Armin Rauschenberger and Enrico Glaab (202
1
). “Predicting artificial binary outcomes from high-dimensional data”.
<em>
Manuscript in preparation.
</em></p>
</div>
</div>
</div>
</div>
...
...
docs/pkgdown.yml
View file @
212fe37a
...
@@ -6,5 +6,5 @@ articles:
...
@@ -6,5 +6,5 @@ articles:
article
:
article.html
article
:
article.html
simulation
:
simulation.html
simulation
:
simulation.html
vignette
:
vignette.html
vignette
:
vignette.html
last_built
:
2021-04-19T0
6:34
Z
last_built
:
2021-04-19T0
7:10
Z
vignettes/application.Rmd
View file @
212fe37a
...
@@ -13,8 +13,8 @@ This script requires that the working directory includes the folders "data", "re
...
@@ -13,8 +13,8 @@ This script requires that the working directory includes the folders "data", "re
```{
r
setup
,
include
=
FALSE
}
```{
r
setup
,
include
=
FALSE
}
knitr
::
opts_chunk
$
set
(
echo
=
TRUE
,
eval
=
FALSE
)
knitr
::
opts_chunk
$
set
(
echo
=
TRUE
,
eval
=
FALSE
)
setwd
(
"C:/Users/armin.rauschenberger/Desktop/cornet"
)
#
local
drive
#
setwd
(
"C:/Users/armin.rauschenberger/Desktop/cornet"
)
#
local
drive
#
setwd
(
"Z:/Rauschenberger/cornet
/BIOINF_20XX-XX-XX
"
)
#
shared
drive
#
setwd
(
"Z:/Rauschenberger/cornet"
)
#
shared
drive
#
utils
::
install
.
packages
(
pkgs
=
c
(
"devtools"
,
"missRanger"
,
"xtable"
))
#
utils
::
install
.
packages
(
pkgs
=
c
(
"devtools"
,
"missRanger"
,
"xtable"
))
#
devtools
::
install_github
(
"rauschenberger/cornet"
)
#
devtools
::
install_github
(
"rauschenberger/cornet"
)
```
```
...
...
vignettes/article.Rmd
View file @
212fe37a
...
@@ -11,6 +11,6 @@ The `cornet` manuscript is in preparation. Click [here](https://CRAN.R-project.o
...
@@ -11,6 +11,6 @@ The `cornet` manuscript is in preparation. Click [here](https://CRAN.R-project.o
## Reference
## Reference
Armin Rauschenberger and Enrico Glaab (202
0
).
Armin Rauschenberger and Enrico Glaab (202
1
).
"Predicting artificial binary outcomes from high-dimensional data".
"Predicting artificial binary outcomes from high-dimensional data".
*Manuscript in preparation.*
*Manuscript in preparation.*
vignettes/simulation.Rmd
View file @
212fe37a
...
@@ -13,8 +13,8 @@ This script requires that the working directory includes the folders "data", "re
...
@@ -13,8 +13,8 @@ This script requires that the working directory includes the folders "data", "re
```{r setup,include=FALSE}
```{r setup,include=FALSE}
knitr::opts_chunk$set(echo=TRUE,eval=FALSE)
knitr::opts_chunk$set(echo=TRUE,eval=FALSE)
setwd("C:/Users/armin.rauschenberger/Desktop/cornet") # local drive
#
setwd("C:/Users/armin.rauschenberger/Desktop/cornet") # local drive
#setwd("Z:/Rauschenberger/cornet
/BIOINF_20XX-XX-XX
") # shared drive
#setwd("Z:/Rauschenberger/cornet") # shared drive
#devtools::install_github("rauschenberger/cornet")
#devtools::install_github("rauschenberger/cornet")
```
```
...
...
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