Skip to content

Commit e2eafb7

Browse files
author
kerim aydin
committed
fixing vignette conflict
2 parents 9176f86 + ba13518 commit e2eafb7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

R/xml_convert.r

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#'
33
#' @description
44
#' Parses an eiixml file exported using the Ecopath with Ecosim (EwE) GUI
5-
#' into an unbalanced Rpath model object, which can then be balanced.
5+
#' into an unbalanced Rpath model object, which can then be balanced.
66
#' This function was tested on files exported by EwE version 6.7.
77
#'
88
#' @param eiifile Path to exported EwE XML file
@@ -373,16 +373,16 @@ create.rpath.from.eiixml <- function(
373373
#' Reads in EwE exported XML file and parses into data frames
374374
#'
375375
#' @description
376-
#' Parses an eiixml file exported using the Ecopath with Ecosim (EwE) GUI into a list of data frames,
377-
#' one frame for each table in the exported XML file. This function is usually called by the function `create.rpath.from.eiimxl` that
376+
#' Parses an eiixml file exported using the Ecopath with Ecosim (EwE) GUI into a list of data frames,
377+
#' one frame for each table in the exported XML file. This function is usually called by the function \code{create.rpath.from.eiixml()} that
378378
#' converts these tables into an unbalanced rpath model object. However import.xml can be used on its own to examine the full set
379379
#' of tables exported by EwE, including tables not currently imported into Rpath objects, such as Ecosim runs or model metadata.
380380
#' This function was tested on files exported by EwE version 6.7.
381381
#'
382382
#' @inheritParams create.rpath.from.eiixml
383383
#'
384384
#' @return A list of data frames, one data frame for each node (exported EwE table) in the XML file. Each table
385-
#' has the naming convention ewe_[table name] where [table name] is the name of the table provided by EwE.
385+
#' has the naming convention ewe_[table name] where [table name] is the name of the table provided by EwE.
386386
#'
387387
#' @family xml
388388
#'

man/create.rpath.from.eiixml.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/import.eiixml.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)