Skip to content

Commit ef1afa4

Browse files
committed
replaces whitespace in file name with underscores
1 parent 1bcf400 commit ef1afa4

5 files changed

Lines changed: 5 additions & 5 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","West_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","West_Bering_Sea.eiixml", package = "Rpath")
383383
#' xml_data <- import.eiixml(eiixml)
384384
#'
385385
#'
File renamed without changes.

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.

vignettes/Convert_EwE_to_Rpath.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For example, take the model `West Bering seas.eiixml` exported from Ecobase. We
2424

2525
```{r convert1, echo = TRUE, eval = TRUE}
2626
# Read in the model
27-
eiixml_file <- system.file("extdata/xml", "Western Bering Sea.eiixml", package = "Rpath")
27+
eiixml_file <- system.file("extdata/xml", "Western_Bering_Sea.eiixml", package = "Rpath")
2828
model <- create.rpath.from.eiixml(eiixml_file)
2929
```
3030

0 commit comments

Comments
 (0)