Skip to content

Commit dbbe971

Browse files
authored
Merge pull request #166 from NOAA-EDAB/read_eiixml
bringing in xml functions & vignette to dev
2 parents beaec82 + e2eafb7 commit dbbe971

32 files changed

+2184
-667
lines changed

.Rbuildignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@
99
^doc$
1010
^Meta$
1111

12+
# files/folders
13+
CODE_OF_CONDUCT.md
14+
CONTRIBUTING.md
15+
testthat

DESCRIPTION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Imports:
3636
stats,
3737
utils,
3838
ggrepel,
39-
ggplot2
39+
ggplot2,
40+
janitor,
41+
xml2
4042
LinkingTo: Rcpp
4143
Suggests:
4244
here,
@@ -51,6 +53,7 @@ Suggests:
5153
usethis,
5254
dplyr,
5355
generics,
56+
DT,
5457
testthat (>= 3.0.0)
5558
VignetteBuilder: knitr
5659
RoxygenNote: 7.3.2

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export(adjust.fishing)
1111
export(adjust.forcing)
1212
export(adjust.scenario)
1313
export(check.rpath.params)
14+
export(create.rpath.from.eiixml)
1415
export(create.rpath.params)
1516
export(extract.node)
1617
export(frate.table)
@@ -20,6 +21,7 @@ export(get.rsim.params)
2021
export(get.rsim.stanzas)
2122
export(get.rsim.start_state)
2223
export(ggwebplot)
24+
export(import.eiixml)
2325
export(read.rpath.params)
2426
export(rpath)
2527
export(rpath.consumers)

0 commit comments

Comments
 (0)