Commit 212fe37a authored by Armin Rauschenberger's avatar Armin Rauschenberger

remove file

parent 5d6c3622
...@@ -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 (2020). “Predicting artificial binary outcomes from high-dimensional data”. <em>Manuscript in preparation.</em></p> <p>Armin Rauschenberger and Enrico Glaab (2021). “Predicting artificial binary outcomes from high-dimensional data”. <em>Manuscript in preparation.</em></p>
</div> </div>
</div> </div>
......
...@@ -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-19T06:34Z last_built: 2021-04-19T07:10Z
...@@ -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")
``` ```
......
...@@ -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 (2020). Armin Rauschenberger and Enrico Glaab (2021).
"Predicting artificial binary outcomes from high-dimensional data". "Predicting artificial binary outcomes from high-dimensional data".
*Manuscript in preparation.* *Manuscript in preparation.*
...@@ -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")
``` ```
......
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