diff --git a/DESCRIPTION b/DESCRIPTION index f85bfdf..b6c352b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 -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: diff --git a/NAMESPACE b/NAMESPACE index b1781c7..220a037 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/R/bycatch-package.R b/R/bycatch-package.R index e5a4923..764735a 100644 --- a/R/bycatch-package.R +++ b/R/bycatch-package.R @@ -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 diff --git a/docs/404.html b/docs/404.html index af5d3eb..76dea6d 100644 --- a/docs/404.html +++ b/docs/404.html @@ -101,7 +101,7 @@

Page not found (404)