From a16ca355bfd12c251323ec21473434f7bc550dcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Todor=20Kondi=C4=87?= <kontrapunkt@uclmail.net> Date: Wed, 22 Mar 2023 10:55:29 +0100 Subject: [PATCH] man: Update. --- man/empty_envopts.Rd | 6 +++++- man/init.Rd | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/man/empty_envopts.Rd b/man/empty_envopts.Rd index 0f024c2..69fadfa 100644 --- a/man/empty_envopts.Rd +++ b/man/empty_envopts.Rd @@ -11,7 +11,8 @@ empty_envopts( metfrag_db_dir = NULL, metfrag_jar = NULL, java_bin = NULL, - metfrag_max_proc = NULL + metfrag_max_proc = NULL, + no_structure_plots = NULL ) } \arguments{ @@ -37,6 +38,9 @@ has been supplied, we will try to detect it.} \item{metfrag_max_proc}{\code{integer(1)}, maximum number of CPU cores available for MetFrag. If no number has been supplied, we will try to detect the number of logical CPUs and go with that.} + +\item{no_structure_plots}{\code{logical(1)}, if T, structures will not +be plotted, even when it is possibile.} } \value{ An \code{envopts} object. diff --git a/man/init.Rd b/man/init.Rd index 4d1c394..47933df 100644 --- a/man/init.Rd +++ b/man/init.Rd @@ -12,6 +12,7 @@ init( metfrag_jar = NULL, java_bin = NULL, metfrag_max_proc = NULL, + no_structure_plots = NULL, merge = T, save = F, conf_dir = tools::R_user_dir(package = "shinyscreen", which = "config") @@ -41,6 +42,9 @@ has been supplied, we will try to detect it.} available for MetFrag. If no number has been supplied, we will try to detect the number of logical CPUs and go with that.} +\item{no_structure_plots}{\code{logical(1)}, if T, structures will not +be plotted, even when it is possibile.} + \item{merge}{\code{logical(1)}, optional. If T, merge with saved configuration.} -- GitLab