Contact nmfs.fishset@noaa.gov with any questions regarding the FishSET R package and to report issues.
The Spatial Economics Toolbox for Fisheries (FishSET) is a set of tools developed as an R package for organizing and visualizing data; developing, improving and disseminating modeling best practices; and simulating policy scenarios to explore the welfare consequences of management decisions.
Run the following lines of code in R:
IMPORTANT NOTE - when asked to update packages in the R console, enter an empty line and FishSET will load the required versions for package dependencies.
# Install the package (see troubleshooting section below if this doesn't work)
install.packages("devtools")
options(download.file.method = "wininet")
devtools::install_github("noaa-nwfsc/FishSET")
If the above does not work try:
install.packages("pak")
pak::pak("noaa-nwfsc/FishSET")
Use this option if remote installation from GitHub fails.
Note: after downloading the file from GitHub (step 2 above), the following line of code can be used to install the package from the R console.
install.packages("[file path to tar.gz file]", repos = NULL, type = "source")
Refer to the FishSET R Package User Manual for more package information, quickstart guides, and troubleshooting tips.
We also offer a video tutorial that demonstrates how to use the FishSET GUI.
Add issues in GitHub https://github.com/noaa-nwfsc/FishSET/issues. Or contact nmfs.fishset@noaa.gov.
If you use FishSET results in publications, please cite the the package:
Alan Haynie, Melanie Harsch, Bryce McManus, Allen Chen, Min-Yang Lee, Anna Abelman, Paul Carvalho, Lisa Pfeiffer (2024). FishSET: Spatial Economics Toolbox for Fisheries. R package version 1.0.1.
This repository is a scientific product and is not official communication of the National Oceanic and Atmospheric Administration, or the United States Department of Commerce. All NOAA GitHub project code is provided on an ‘as is’ basis and the user assumes responsibility for its use. Any claims against the Department of Commerce or Department of Commerce bureaus stemming from the use of this GitHub project will be governed by all applicable Federal law. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by the Department of Commerce. The Department of Commerce seal and logo, or the seal and logo of a DOC bureau, shall not be used in any manner to imply endorsement of any commercial product or activity by DOC or the United States Government.
This content was created by U.S. Government employees as part of their official duties. This content is not subject to copyright in the United States (17 U.S.C. §105) and is in the public domain within the United States of America. Additionally, copyright is waived worldwide through the MIT License.
U.S. Department of Commerce | National Oceanographic and Atmospheric Administration | NOAA Fisheries