Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ericward-noaa committed May 3, 2024
1 parent 402d42e commit 4614777
Show file tree
Hide file tree
Showing 31 changed files with 2,503 additions and 1,909 deletions.
13 changes: 7 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: bycatch
Type: Package
Title: Fit Bayesian Models to Bycatch Data
Version: 1.0.6
Version: 1.0.7
Authors@R: c(
person(c("Eric", "J."), "Ward", email = "eric.ward@noaa.gov",
role = c("aut", "cre")),
Expand All @@ -12,17 +12,17 @@ Description: This package fits models to bycatch data, and can expand to fleet-w
License: GPL-3
Encoding: UTF-8
Depends:
R (>= 3.4.0)
R (>= 4.3.0)
Imports:
dplyr (>= 1.0.2),
ggplot2,
loo (>= 2.4.1),
dplyr (>= 1.0.2),
rlang (>= 0.4.1),
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rlang (>= 0.4.1),
rstan (>= 2.18.1),
rstantools (>= 2.3.0)
rstantools (>= 2.4.0)
LinkingTo: BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
Expand All @@ -38,7 +38,8 @@ Suggests:
MASS
URL: https://ericward-noaa.github.io/bycatch/
BugReports: https://github.com/ericward-noaa/bycatch/issues
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
SystemRequirements: GNU make
Biarch: true
6 changes: 3 additions & 3 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/a01_overview.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions docs/articles/a02_fitting_models.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions docs/articles/a03_expanding_estimates.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 11 additions & 18 deletions docs/articles/a04_diagnosing_problems.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4614777

Please sign in to comment.