From aec71c70b6257d12e468e18a2b20d5cbbe61291d Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@univ-grenoble-alpes.fr> Date: Thu, 19 Nov 2020 10:37:29 +0100 Subject: [PATCH] updage author info --- DESCRIPTION | 2 +- R/class.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 214e46f..5443e21 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,7 +3,7 @@ Type: Package Title: Connects to a mediawiki instance and writes in it what you want. Provides classes Mediawikir and Batchator. Version: 0.1.13 Author: Mathieu Loiseau -Maintainer: Mathieu Loiseau <loiseaum@univ-grenoble-alpes.fr> +Maintainer: Mathieu Loiseau <loiseaum@liris.cnrs.fr> Description: Mediawikir class can be used to post the output of an R script directly into a mediawiki instance. Batchator class allows batch page creation. License: MIT Encoding: UTF-8 diff --git a/R/class.R b/R/class.R index cc12ddf..12ee2a6 100644 --- a/R/class.R +++ b/R/class.R @@ -435,7 +435,7 @@ Mediawikir <- R6Class("Mediawikir", #' AND the data for each of those fields (following lines).} #' \item{\code{applyTemplate()}}{Applies the templates defined using \code{loadTemplate}, \code{setPageNamePattern} to the data loaded with \code{loadContent}. #' It should be noted that if the page exists it is replaced.} -#' \item{\code{modifyWikiTemplateAttributes(file_path)}}{Reads file_path and replaces in each page listed in the Page column the content +#' \item{\code{modifyWikiTemplateAttributes(file_path)}}{Reads the csv file pointed by file_path and replaces in each page listed in the Page column the content #' first occurence of each field with the corresponding value. #' #' \strong{Warning:} This function is dependant on \code{\link{replaceSingleLineTemplateField}}, which is very basic.} -- GitLab