Skip to content

Commit bdb5c2a

Browse files
committed
Web updates
1 parent 9dc1ede commit bdb5c2a

24 files changed

+216
-192
lines changed

.github/workflows/Linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main, master]
66
pull_request:
77

8-
name: R-CMD-check.yaml
8+
name: Linux
99

1010
permissions: read-all
1111

.github/workflows/MacOS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main, master]
66
pull_request:
77

8-
name: R-CMD-check.yaml
8+
name: MacOS
99

1010
permissions: read-all
1111

@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
config:
2222
- {os: macos-latest, r: 'release'}
23-
23+
2424
env:
2525
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2626
R_KEEP_PKG_SOURCE: yes

.github/workflows/Windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [main, master]
66
pull_request:
77

8-
name: R-CMD-check.yaml
8+
name: Windows
99

1010
permissions: read-all
1111

DESCRIPTION

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: zoomss
22
Title: Zooplankton Model of Size Spectra
3-
Version: 0.0.1
3+
Version: 0.1.0
44
Authors@R:
55
c(
66
person(
@@ -23,6 +23,13 @@ Authors@R:
2323
role = c("aut"),
2424
email = "[email protected]",
2525
comment = c(ORCID = "0000-0002-9697-2458")
26+
),
27+
person(
28+
given = "Anthony J.",
29+
family = "Richardson",
30+
role = c("aut"),
31+
email = "[email protected]",
32+
comment = c(ORCID = "0000-0002-9289-7366")
2633
))
2734
Description: A functional size-spectrum model of the marine ecosystem that resolves
2835
phytoplankton, nine zooplankton functional groups (heterotrophic flagellates and
@@ -34,6 +41,8 @@ Description: A functional size-spectrum model of the marine ecosystem that resol
3441
body size ranges, size-based feeding characteristics and carbon content of marine
3542
functional groups.
3643
License: MIT + file LICENSE
44+
URL: https://github.com/MathMarEcol/zoomss
45+
BugReports: https://github.com/MathMarEcol/zoomss/issues
3746
Encoding: UTF-8
3847
Roxygen: list(markdown = TRUE)
3948
RoxygenNote: 7.3.2

README.Rmd

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
1313
)
1414
```
1515

16-
# ZooMSS
16+
# Zooplankton Model of Size Spectrum (ZooMSS)
1717

1818
<!-- # planktonr <a href='https://github.com/MathMarEcol/zoomss'><img src='man/figures/planktonr.png' align="right" width="139px" /></a> -->
1919
<!-- badges: start -->
@@ -25,17 +25,6 @@ knitr::opts_chunk$set(
2525
[![Codecov test coverage](https://codecov.io/gh/MathMarEcol/zoomss/graph/badge.svg)](https://app.codecov.io/gh/MathMarEcol/zoomss)
2626
<!-- badges: end -->
2727

28-
## Installation
29-
30-
You can install the development version of zoomss from [GitHub](https://github.com/) with:
31-
32-
``` r
33-
# install.packages("pak")
34-
pak::pak("MathMarEcol/zoomss")
35-
```
36-
37-
# Zooplankton Model of Size Spectrum (ZooMSS)
38-
3928
## Overview of ZooMSS
4029

4130
The Zooplankton Model of Size Spectra (ZooMSS) is a functional size-spectrum model of the marine ecosystem (following Heneghan et al. 2016) to resolve phytoplankton, nine zooplankton functional groups (heterotrophic flagellates and ciliates, omnivorous and carnivorous copepods, larvaceans, euphausiids, salps, chaetognaths and jellyfish) and three size-based fish groups. Zooplankton functional groups are resolved using their body-size ranges, size-based feeding characteristics and carbon content, and the zooplankton community emerges from the model across global environmental gradients, depending on the functional traits of the different groups.
@@ -45,6 +34,15 @@ We developed the Zooplankton Model of Size Spectra (ZooMSSv2) based on the proto
4534
ZooMSS represents the marine ecosystem as three communities: phytoplankton, zooplankton and fish. The zooplankton community consists of nine of the most abundant zooplankton groups, and the fish community was made up of a small, medium and large group. Dynamics of the phytoplankton are not explicitly resolved in the model, rather the mean size structure of the phytoplankton community is estimated directly from satellite chlorophyll a observations (Brewin et al., 2010; Barnes et al., 2011; Hirata et al., 2011). Abundances of the zooplankton and fish communities are driven by size-dependent processes of growth and mortality, with the temporal dynamics of each functional group governed by separate second-order McKendrick-von Foerster equations.
4635

4736

37+
## Installation
38+
39+
You can install the development version of zoomss from [GitHub](https://github.com/) with:
40+
41+
``` r
42+
# install.packages("pak")
43+
pak::pak("MathMarEcol/zoomss")
44+
```
45+
4846
## Publications
4947

5048
1. Heneghan, R.F., Everett, J.D., Blanchard, J.L., Richardson, A.J., 2016. Zooplankton Are Not Fish: Improving Zooplankton Realism in Size-Spectrum Models Mediates Energy Transfer in Food Webs. Front. Mar. Sci. 3, 1–15. https://doi.org/10.3389/fmars.2016.00201

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# ZooMSS
4+
# Zooplankton Model of Size Spectrum (ZooMSS)
55

66
<!-- # planktonr <a href='https://github.com/MathMarEcol/zoomss'><img src='man/figures/planktonr.png' align="right" width="139px" /></a> -->
77

@@ -18,18 +18,6 @@ zoomss](https://img.shields.io/github/issues/MathMarEcol/zoomss)](https://github
1818
coverage](https://codecov.io/gh/MathMarEcol/zoomss/graph/badge.svg)](https://app.codecov.io/gh/MathMarEcol/zoomss)
1919
<!-- badges: end -->
2020

21-
## Installation
22-
23-
You can install the development version of zoomss from
24-
[GitHub](https://github.com/) with:
25-
26-
``` r
27-
# install.packages("pak")
28-
pak::pak("MathMarEcol/zoomss")
29-
```
30-
31-
# Zooplankton Model of Size Spectrum (ZooMSS)
32-
3321
## Overview of ZooMSS
3422

3523
The Zooplankton Model of Size Spectra (ZooMSS) is a functional
@@ -64,6 +52,16 @@ communities are driven by size-dependent processes of growth and
6452
mortality, with the temporal dynamics of each functional group governed
6553
by separate second-order McKendrick-von Foerster equations.
6654

55+
## Installation
56+
57+
You can install the development version of zoomss from
58+
[GitHub](https://github.com/) with:
59+
60+
``` r
61+
# install.packages("pak")
62+
pak::pak("MathMarEcol/zoomss")
63+
```
64+
6765
## Publications
6866

6967
1. Heneghan, R.F., Everett, J.D., Blanchard, J.L., Richardson,

_pkgdown.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
url: https://MathMarEcol.github.io/zoomss
2-
articles:
3-
# - title: Articles
4-
# navbar: ~
5-
# contents:
6-
# - EssentialOceanVariables
7-
# - Microbes
8-
# - Phytoplankton
9-
# - Zooplankton
10-
# - LarvalFish
11-
# - Biogeochemistry
122
development:
133
destination:
144
version_label: info
@@ -23,26 +13,26 @@ reference:
2313
- createEnviroData
2414
- createInputParams
2515
- validateGroups
26-
2716
- title: Model Runs
2817
desc: Functions for running the model
2918
- contents:
3019
- starts_with("zoomss_")
31-
3220
- title: Plotting
3321
desc: Functions for plotting.
3422
- contents:
3523
- starts_with("plot")
36-
3724
- title: Data wrangling
3825
desc: Helper functions to convert units and data format
3926
- contents:
4027
- starts_with("average")
4128
- starts_with("extract")
4229
- starts_with("get")
4330
- starts_with("reduce")
44-
4531
- title: Private functions
4632
desc: Functions to be unexported
4733
- contents:
4834
- untibble
35+
navbar:
36+
structure:
37+
right: [github]
38+

docs/404.html

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

docs/LICENSE-text.html

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

docs/LICENSE.html

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

0 commit comments

Comments
 (0)