-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b6582e
commit 0fb801d
Showing
5 changed files
with
60 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,55 @@ | ||
Package: VAST | ||
Type: Package | ||
Title: Vector-Autoregressive Spatio-Temporal (VAST) Model | ||
Version: 3.9.0 | ||
Date: 2022-03-17 | ||
Authors@R: | ||
c(person(given = "James", | ||
family = "Thorson", | ||
role = c("aut", "cre"), | ||
email = "James.Thorson@noaa.gov", | ||
comment = c(ORCID = "0000-0001-7415-1010")), | ||
person(given="Cole", | ||
family="Monnahan", | ||
role="ctb", | ||
email="Cole.Monnahan@noaa.gov") | ||
) | ||
Description: VAST is an R package for conducting spatio-temporal analysis | ||
of data from multiple categories (species, sizes, etc.), and includes both | ||
spatial and spatio-temporal variation in density for each category, with either | ||
factor-analysis or autoregressive correlations among categories, with derived | ||
calculation of abundance indices, center-of-gravity, and area-occupied. | ||
Imports: | ||
deldir, | ||
stats, | ||
devtools, | ||
abind, | ||
MatrixModels, | ||
ThorsonUtilities, | ||
effects, | ||
INLA, | ||
SpatialDeltaGLMM | ||
Depends: | ||
TMB, | ||
R (>= 3.5.0), | ||
Suggests: | ||
testthat, | ||
knitr, | ||
rmarkdown, | ||
FishStatsUtils, | ||
pscl, | ||
tweedie, | ||
mgcv, | ||
lme4 | ||
Remotes: | ||
james-thorson-NOAA/FishStatsUtils, | ||
james-thorson/utilities, | ||
nwfsc-assess/geostatistical_delta-GLMM | ||
License: file LICENSE | ||
LazyData: true | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.1.1 | ||
ByteCompile: true | ||
URL: http://github.com/James-Thorson-NOAA/VAST | ||
BugReports: http://github.com/James-Thorson-NOAA/VAST/issues | ||
VignetteBuilder: knitr | ||
Package: VAST | ||
Type: Package | ||
Title: Vector-Autoregressive Spatio-Temporal (VAST) Model | ||
Version: 3.9.1 | ||
Date: 2022-07-07 | ||
Authors@R: | ||
c(person(given = "James", | ||
family = "Thorson", | ||
role = c("aut", "cre"), | ||
email = "James.Thorson@noaa.gov", | ||
comment = c(ORCID = "0000-0001-7415-1010")), | ||
person(given="Cole", | ||
family="Monnahan", | ||
role="ctb", | ||
email="Cole.Monnahan@noaa.gov") | ||
) | ||
Description: VAST is an R package for conducting spatio-temporal analysis | ||
of data from multiple categories (species, sizes, etc.), and includes both | ||
spatial and spatio-temporal variation in density for each category, with either | ||
factor-analysis or autoregressive correlations among categories, with derived | ||
calculation of abundance indices, center-of-gravity, and area-occupied. | ||
Imports: | ||
deldir, | ||
stats, | ||
devtools, | ||
abind, | ||
MatrixModels, | ||
ThorsonUtilities, | ||
effects, | ||
INLA, | ||
SpatialDeltaGLMM | ||
Depends: | ||
TMB, | ||
R (>= 3.5.0), | ||
Suggests: | ||
testthat, | ||
knitr, | ||
rmarkdown, | ||
FishStatsUtils, | ||
pscl, | ||
tweedie, | ||
mgcv, | ||
lme4 | ||
Remotes: | ||
james-thorson-NOAA/FishStatsUtils, | ||
james-thorson/utilities, | ||
nwfsc-assess/geostatistical_delta-GLMM | ||
License: file LICENSE | ||
LazyData: true | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.2.0 | ||
ByteCompile: true | ||
URL: http://github.com/James-Thorson-NOAA/VAST | ||
BugReports: http://github.com/James-Thorson-NOAA/VAST/issues | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.