Skip to content

Commit fec1618

Browse files
committed
fix path to eiixml
1 parent ef1afa4 commit fec1618

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

R/xml_convert.r

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#' @examples
1919
#' # Export a model from Ecobase GUI to xml format
2020
#' # Path to an exported eiixml file
21-
#' eiixml <- system.file("extdata/xml","West_Bering_Sea.eiixml", package = "Rpath")
21+
#' eiixml <- system.file("extdata/xml/Western_Bering_Sea.eiixml", package = "Rpath")
2222
#' rpath_object <- create.rpath.from.eiixml(eiixml)
2323
#'
2424
#' @export
@@ -379,7 +379,7 @@ create.rpath.from.eiixml <- function(
379379
#' @examples
380380
#' # Export a model from Ecobase GUI to xml format
381381
#' # Path to an exported eiixml file
382-
#' eiixml <- system.file("extdata/xml","West_Bering_Sea.eiixml", package = "Rpath")
382+
#' eiixml <- system.file("extdata/xml","Western_Bering_Sea.eiixml", package = "Rpath")
383383
#' xml_data <- import.eiixml(eiixml)
384384
#'
385385
#'

man/create.rpath.from.eiixml.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/import.eiixml.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)