@@ -47,7 +47,7 @@ You can install the latest release from
4747install.packages('mikropml')
4848```
4949
50- or the development version from
50+ or the development version from
5151[ GitHub] ( https://github.com/SchlossLab/mikRopML ) :
5252
5353``` {r install_github, eval = FALSE}
@@ -69,15 +69,15 @@ mamba install -c conda-forge r-mikropml
6969
7070``` {r deps, echo = FALSE, message = FALSE, warning = FALSE}
7171library(dplyr)
72- description <- utils::packageDescription('mikropml',
72+ description <- utils::packageDescription('mikropml',
7373 fields = c('Imports', 'Suggests'))
74- deps <- lapply(names(description),
74+ deps <- lapply(names(description),
7575 function (x) {
76- paste0('- ', x, ': ',
77- description[[x]] %>%
76+ paste0('- ', x, ': ',
77+ description[[x]] %>%
7878 gsub("\n", " ", .))}
79- ) %>%
80- unlist() %>%
79+ ) %>%
80+ unlist() %>%
8181 paste(., collapse = '\n')
8282```
8383
@@ -90,31 +90,31 @@ vignette](http://www.schlosslab.org/mikropml/articles/introduction.html) for a
9090quick start tutorial. For a more in-depth discussion, read [ all the
9191vignettes] ( http://www.schlosslab.org/mikropml/articles/index.html ) and/or take a
9292look at the [ reference
93- documentation] ( http://www.schlosslab.org/mikropml/reference/index.html ) .
93+ documentation] ( http://www.schlosslab.org/mikropml/reference/index.html ) .
9494
95- You can watch the Riffomonas Project series of
96- [ video tutorials] ( https://www.youtube.com/playlist?list=PLmNrK_nkqBpKpzb9-vI4V7SdXC-jXEcmg )
95+ You can watch the Riffomonas Project series of
96+ [ video tutorials] ( https://www.youtube.com/playlist?list=PLmNrK_nkqBpKpzb9-vI4V7SdXC-jXEcmg )
9797covering mikropml and other skills related to machine learning.
9898
99- We also provide a
100- [ Snakemake workflow] ( https://github.com/SchlossLab/mikropml-snakemake-workflow )
99+ We also provide a
100+ [ Snakemake workflow] ( https://github.com/SchlossLab/mikropml-snakemake-workflow )
101101for running ` mikropml ` locally or on an HPC.
102- We highly recommend running ` mikropml ` with Snakemake or another workflow
102+ We highly recommend running ` mikropml ` with Snakemake or another workflow
103103management system for reproducibility and scalability of ML analyses.
104104
105105<a href =" https://github.com/SchlossLab/mikropml-snakemake-workflow " >
106- <img src="https://raw.githubusercontent.com/SchlossLab/mikropml-snakemake-workflow/main/figures/mikropml-snakemake-workflow.png "
106+ <img src="https://raw.githubusercontent.com/SchlossLab/mikropml-snakemake-workflow/main/figures/mikropml-snakemake-workflow.png "
107107height="120" align="center" />
108108</a >
109109
110110## Help & Contributing
111111
112- If you come across a bug,
113- [ open an issue] ( https://github.com/SchlossLab/mikropml/issues )
114- and include a
115- [ minimal reproducible example] ( https://www. tidyverse.org/help/ ) .
112+ If you come across a bug,
113+ [ open an issue] ( https://github.com/SchlossLab/mikropml/issues )
114+ and include a
115+ [ minimal reproducible example] ( https://tidyverse.org/help/ ) .
116116
117- If you have questions, create a new post in
117+ If you have questions, create a new post in
118118[ Discussions] ( https://github.com/SchlossLab/mikropml/discussions ) .
119119
120120If you'd like to contribute, see our guidelines
@@ -128,9 +128,9 @@ contributing to this project, you agree to abide by its terms.
128128
129129## License
130130
131- The mikropml package is licensed under
131+ The mikropml package is licensed under
132132[ the MIT license] ( https://github.com/SchlossLab/mikropml/blob/main/LICENSE.md ) .
133- Text and images included in this repository, including the mikropml logo,
133+ Text and images included in this repository, including the mikropml logo,
134134are licensed under the [ CC BY 4.0 license] ( https://creativecommons.org/licenses/by/4.0/ ) .
135135
136136## Citation
0 commit comments