Skip to content

Commit 8665a27

Browse files
authored
Merge pull request #409 from NOAA-EDAB/pre-production
Sync `pre-production` and `dev`
2 parents 18e0b39 + 4969c14 commit 8665a27

951 files changed

Lines changed: 90982 additions & 35047 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77

88
# folders
99
workshop
10+
docs
11+
pkgdown

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ inst/doc
44
.RData
55
.Ruserdata
66
.DS_Store
7+
ecodata.Rproj
8+
plot_forage_index.R
79

810
# folders
911
docs

DESCRIPTION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Imports:
1717
tidyr,
1818
AICcmodavg,
1919
cowplot,
20-
grid,
20+
tibble,
2121
nlme,
2222
rpart,
2323
scales,
@@ -29,14 +29,16 @@ Imports:
2929
lubridate,
3030
vegan,
3131
viridis,
32+
ggh4x,
3233
grid,
3334
gridExtra,
3435
flextable,
3536
heatwaveR,
3637
forcats,
3738
patchwork,
3839
ggpubr,
39-
arfit
40+
arfit,
41+
Polychrome
4042
Suggests:
4143
knitr,
4244
rmarkdown,

NAMESPACE

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export(create_all_plots)
34
export(geom_gls)
45
export(geom_lm)
56
export(geom_regime)
67
export(plot_SAV)
78
export(plot_abc_acl)
9+
export(plot_advection)
810
export(plot_aggregate_biomass)
911
export(plot_annual_chl_pp)
1012
export(plot_aquaculture)
@@ -25,10 +27,13 @@ export(plot_chl_pp)
2527
export(plot_cold_pool)
2628
export(plot_cold_pool_sf)
2729
export(plot_comdat)
30+
export(plot_comdat_profit)
2831
export(plot_commercial_div)
29-
export(plot_community_climate_vulnerability)
32+
export(plot_community_factors)
33+
export(plot_community_risks)
3034
export(plot_condition)
3135
export(plot_demo)
36+
export(plot_dissolved_oxygen)
3237
export(plot_energy_density)
3338
export(plot_engagement)
3439
export(plot_exp_n)
@@ -88,6 +93,7 @@ export(plot_wind_occupancy)
8893
export(plot_wind_port)
8994
export(plot_wind_revenue)
9095
export(plot_zoo_abundance_anom)
96+
export(plot_zoo_community)
9197
export(plot_zoo_diversity)
9298
export(plot_zoo_regime)
9399
export(plot_zoo_strat_abun)

0 commit comments

Comments
 (0)