From 4b2dbaeb0fab5381a5aa313fe5c7c3ca09353182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Todor=20Kondi=C4=87?= <todor.kondic@uni.lu> Date: Wed, 29 May 2019 19:13:17 +0200 Subject: [PATCH] Remove documentation conflicts --- R/mix.R | 4 ++-- R/run.R | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/mix.R b/R/mix.R index 5927d88..50444d7 100644 --- a/R/mix.R +++ b/R/mix.R @@ -177,7 +177,7 @@ stripext<-function(fn) { ##' Interface to vectorised spectral workflow. ##' -##' .. content for \details{} .. +##' ##' @title Vectorised Spectral Workflow. ##' @param fn_data A sequence of mzML input files. ##' @param stgs_alist A list of named list of settings, or a list of @@ -198,7 +198,7 @@ v<-function(fn_data,stgs_alist,wd,fn_cmpd_list,mode,readMethod="mzR",archdir="ar ##' Interface to vectorised Mass Bank workflow. ##' -##' .. content for \details{} .. +##' ##' @title Vectorised Mass Bank Workflow ##' @param mb List of mass bank workflow objects ##' @param infodir List of subdirs containing info lists. diff --git a/R/run.R b/R/run.R index 2341f21..cdf6d96 100644 --- a/R/run.R +++ b/R/run.R @@ -1,6 +1,6 @@ ##' Paste with no separator. ##' -##' .. content for \details{} .. +##' ##' @title Paste With No Separator ##' @param ... Strings to paste together. ##' @return Pasted string. @@ -66,7 +66,7 @@ mb.prep<-function(w,rdir=".") { ##' objects. FOR THE RECORD: writing documentation is boring. Anyway, ##' record results in the info subfolder of each data subdir. ##' -##' .. content for \details{} .. +##' ##' @title Perform the Mass Bank workflow ##' @param mb The list of prepared mbWorkspace objects. ##' @param rdir Root data dir. -- GitLab