Skip to content

Jason-Conner-NOAA/akgfmaps

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

akgfmaps

An R package for producing publication-ready catch-per-unit-effort maps from bottom-trawl survey catch data from Alaska. The package currently includes support for the eastern Bering Sea continental shelf and northern Bering Sea.

The current version of this package was built in R 3.6.3.

Installation

akgfmaps can be installed using the following code:

devtools::install_github("sean-rohan-noaa/akgfmaps", build_vignettes = TRUE)

The automatic installer may terminate with errors . If errors occur, try to install dependencies individually, then try to install the akgfmaps package.

Installation errors can occur when packages were built using different versions of R, which may result in non-zero exit status errors that will no affect functionality. Errors can sometimes be suppressed using:

devtools::install_github("sean-rohan-noaa/akgfmaps", build_vignettes = TRUE, R_REMOTES_NO_ERRORS_FROM_WARNINGS="true")

Vignettes

Vignettes are accessible using:

browseVignettes('akgfmaps')

About

Make CPUE maps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 100.0%