Skip to content

Commit 1047411

Browse files
committed
Updated site and documentation
1 parent eb86959 commit 1047411

28 files changed

+1163
-1335
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
^docs$
88
^pkgdown$
99
^\.github$
10+
^doc$
11+
^Meta$

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ Ancillary/*
88

99
inst/doc
1010
docs
11+
/doc/
12+
/Meta/

NAMESPACE

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,8 @@ export(plotTimeSeries)
1717
export(reduceAll)
1818
export(reduceSize)
1919
export(reduceSpecies)
20-
export(untibble)
2120
export(validateGroups)
2221
export(zoomss_model)
23-
export(zoomss_mvf)
24-
export(zoomss_params)
25-
export(zoomss_run)
26-
export(zoomss_setup)
2722
importFrom(magrittr,"%>%")
2823
importFrom(rlang,":=")
2924
importFrom(rlang,.data)

R/utils.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ averageTimeSeries = function(mdl, var, n_years = 10){
317317
#' @param tibble A tibble or data frame object to convert
318318
#'
319319
#' @return Plain data frame without tibble attributes
320-
#' @export
321320
#'
322321
untibble <- function (tibble) {
323322
data.frame(unclass(tibble), check.names = FALSE, stringsAsFactors = FALSE)

R/zoomss_mvf.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
#' @param S Matrix of source terms
3232
#'
3333
#' @return Updated abundance matrix (Nb) with new size-class distributions
34-
#' @export
3534
#'
3635
#' @examples
3736
#' \dontrun{

R/zoomss_params.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
#' \item temp_eff_zoo_ts, temp_eff_fish_ts: Time series of temperature effects
4040
#' \item Additional biological and physical parameters
4141
#' }
42-
#' @export
4342
#'
4443
#' @examples
4544
#' \dontrun{

R/zoomss_run.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
#' \item w: Size class weights (g)
4141
#' \item Additional time series data and model results
4242
#' }
43-
#' @export
4443
#'
4544
#' @examples
4645
#' \dontrun{

R/zoomss_setup.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
#' \item time: Time array for storing time values (initialized as NA)
4545
#' \item Additional model structure components
4646
#' }
47-
#' @export
4847
#'
4948
#' @examples
5049
#' \dontrun{

_pkgdown.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
url: https://MathMarEcol.github.io/zoomss
22
development:
3-
destination:
3+
mode: devel
4+
destination: docs
45
version_label: info
56
version_tooltip: The package is in the early stages of development. Use with caution.
67
reference:
@@ -34,5 +35,10 @@ reference:
3435
- untibble
3536
navbar:
3637
structure:
37-
right: [github]
38-
38+
right: [github, search]
39+
template:
40+
bootstrap: 5
41+
bootswatch: lumen #cerulean materia sandstone zephyr yeti
42+
bslib:
43+
toc: true
44+
toc-expand: 3

docs/404.html

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

0 commit comments

Comments
 (0)