From 3f8b340f53bd4c22500556de5c5004bb5c803583 Mon Sep 17 00:00:00 2001 From: benoit Date: Wed, 8 Mar 2023 11:23:35 +0100 Subject: [PATCH] fix warning --- R/rules.R | 2 +- man/list2rules.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/rules.R b/R/rules.R index 54282d59..7ffe41df 100644 --- a/R/rules.R +++ b/R/rules.R @@ -38,7 +38,7 @@ print.rule <- function(x, ...) { } #' Read yaml File describing `rule` -#' @param file (`string`) of path to the rule yaml file. +#' @param obj (`nested list`) to convert into list of rules. #' @export #' @examples #' obj <- list( diff --git a/man/list2rules.Rd b/man/list2rules.Rd index 7a8fe53f..9bd1cf67 100644 --- a/man/list2rules.Rd +++ b/man/list2rules.Rd @@ -7,7 +7,7 @@ list2rules(obj) } \arguments{ -\item{file}{(\code{string}) of path to the rule yaml file.} +\item{obj}{(\verb{nested list}) to convert into list of rules.} } \description{ Read yaml File describing \code{rule}