From cf71beb6e8dc8d3a53e5c787ff50c8f9b5f2f591 Mon Sep 17 00:00:00 2001 From: Adriano Rutz Date: Mon, 18 Nov 2024 16:26:40 +0100 Subject: [PATCH] up --- R/generate_combinations.R | 2 +- README.Rmd | 2 +- README.md | 2 +- codemeta.json | 2 +- man/figures/logo.svg | 104 +++++++++++++++++++++++++++++++++++ man/generate_combinations.Rd | 2 +- 6 files changed, 109 insertions(+), 5 deletions(-) create mode 100644 man/figures/logo.svg diff --git a/R/generate_combinations.R b/R/generate_combinations.R index 4b0c22c..dbc7f94 100644 --- a/R/generate_combinations.R +++ b/R/generate_combinations.R @@ -1,7 +1,7 @@ #' @title Generate combinations #' #' @param x x -#' @param max_ions MAx ions +#' @param max_ions Max ions #' #' @return NULL #' diff --git a/README.Rmd b/README.Rmd index 8749dc2..f0627c4 100644 --- a/README.Rmd +++ b/README.Rmd @@ -13,7 +13,7 @@ knitr::opts_chunk$set( ) ``` -# SpectraToQueries +# SpectraToQueries [![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental) diff --git a/README.md b/README.md index 5f561cf..b8b57fb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# SpectraToQueries +# SpectraToQueries diff --git a/codemeta.json b/codemeta.json index 2eca456..74b3b55 100644 --- a/codemeta.json +++ b/codemeta.json @@ -195,7 +195,7 @@ "SystemRequirements": null }, "keywords": ["knowledgeextraction", "spectralinformation", "queryingsystem"], - "fileSize": "66.874KB", + "fileSize": "606.082KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/man/figures/logo.svg b/man/figures/logo.svg new file mode 100644 index 0000000..3ed49e2 --- /dev/null +++ b/man/figures/logo.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/man/generate_combinations.Rd b/man/generate_combinations.Rd index a6a8426..8f66344 100644 --- a/man/generate_combinations.Rd +++ b/man/generate_combinations.Rd @@ -9,7 +9,7 @@ generate_combinations(x, max_ions) \arguments{ \item{x}{x} -\item{max_ions}{MAx ions} +\item{max_ions}{Max ions} } \description{ Generate combinations