-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improving plots and interface by: Using sp package to plot variables Simplifying passing optional arguments to fit_model Adding formula interface for density covariates.
- Loading branch information
Showing
44 changed files
with
994 additions
and
456 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,12 +1,12 @@ | ||
Package: FishStatsUtils | ||
Type: Package | ||
Title: Utilities (shared code and data) for FishStats spatio-temporal modeling toolbox | ||
Version: 2.2.0 | ||
Date: 2019-07-25 | ||
Version: 2.3.0 | ||
Date: 2019-09-18 | ||
Authors@R: person("James","Thorson", email="[email protected]", role=c("aut","cre")) | ||
Maintainer: James Thorson <[email protected]> | ||
Description: FishStatsUtils contains utilities (shared code and data) used by multiple | ||
packages (VAST, SpatialDeltaGLMM, MIST, SPatial_FA, SpatialDFA, surplus_production) that are designed | ||
packages (VAST, SpatialDeltaGLMM, MIST, Spatial_FA, SpatialDFA, surplus_production, EOFR) that are designed | ||
for spatio-temporal analysis of ecological data. | ||
Imports: | ||
graphics, | ||
|
@@ -24,17 +24,18 @@ Imports: | |
devtools, | ||
mixtools, | ||
sp, | ||
plotKML, | ||
plotrix, | ||
TMB, | ||
MatrixModels, | ||
rgdal, | ||
ThorsonUtilities, | ||
abind, | ||
corpcor, | ||
pander, | ||
rnaturalearth, | ||
formatR | ||
Depends: | ||
maps, | ||
mapdata, | ||
R (>= 3.1.0) | ||
Suggests: | ||
testthat | ||
|
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.