Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ericward-noaa committed May 3, 2024
1 parent 4614777 commit e7d9d67
Show file tree
Hide file tree
Showing 22 changed files with 233 additions and 265 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Type: Package
Title: Fit Bayesian Models to Bycatch Data
Version: 1.0.7
Authors@R: c(
person(c("Eric", "J."), "Ward", email = "eric.ward@noaa.gov",
person(c("Eric"), "Ward", email = "eric.ward@noaa.gov",
role = c("aut", "cre")),
person(c("Jason"), "Jannot", role = "aut"),
person("Trustees of", "Columbia University", role = "cph"))
Maintainer: Eric Ward <eric.ward@noaa.gov>
Description: This package fits models to bycatch data, and can expand to fleet-wide estimates, like in situations when fisheries are observed with less than 100% observer coverage.
Description: Fits models to bycatch data, and can expand to fleet-wide estimates, like in situations when fisheries are observed with less than 100% observer coverage.
License: GPL-3
Encoding: UTF-8
Depends:
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ export(plot_fitted)
import(Rcpp)
import(ggplot2)
import(methods)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(rstan,extract)
importFrom(rstan,sampling)
importFrom(rstan,vb)
importFrom(rstantools,rstan_config)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
Expand Down
3 changes: 2 additions & 1 deletion R/bycatch-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
#'
#' @description A DESCRIPTION OF THE PACKAGE
#'
#' @docType package
#' @name bycatch-package
#' @aliases bycatch
#' @useDynLib bycatch, .registration = TRUE
#' @import methods
#' @import Rcpp
#' @importFrom rstan sampling
#' @importFrom rstantools rstan_config
#' @importFrom RcppParallel RcppParallelLibs
#'
#' @references
#' Stan Development Team (2023). RStan: the R interface to Stan. R package version 2.21.8. https://mc-stan.org
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/articles/a01_overview.html

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

2 changes: 1 addition & 1 deletion docs/articles/a02_fitting_models.html

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

2 changes: 1 addition & 1 deletion docs/articles/a03_expanding_estimates.html

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

2 changes: 1 addition & 1 deletion docs/articles/a04_diagnosing_problems.html

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

2 changes: 1 addition & 1 deletion docs/articles/index.html

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

4 changes: 2 additions & 2 deletions docs/authors.html

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

6 changes: 3 additions & 3 deletions docs/index.html

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

4 changes: 2 additions & 2 deletions docs/pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pandoc: 3.1.1
pandoc: 3.1.11
pkgdown: 2.0.9
pkgdown_sha: ~
articles:
a01_overview: a01_overview.html
a02_fitting_models: a02_fitting_models.html
a03_expanding_estimates: a03_expanding_estimates.html
a04_diagnosing_problems: a04_diagnosing_problems.html
last_built: 2024-05-03T18:18Z
last_built: 2024-05-03T21:01Z

14 changes: 1 addition & 13 deletions docs/reference/bycatch-package.html

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

Loading

0 comments on commit e7d9d67

Please sign in to comment.