Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 799 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 799 Bytes

framrosetta

framrosetta is a data library of look up tables for translating FRAM fisheries, stocks, and areas to other fishery data. framrosetta is part of the FRAMverse R-Universe.

Installation

You can install framrosetta from R-Universe like so:

install.packages("framrosetta", repos = "https://framverse.r-universe.dev")

Otherwise, if you have Rtools and either {devtools} or {pak} installed, you can install framrosetta from source code like so:

devtools::install_github("FRAMverse/framrosetta")    

or

pak::pkg_install("FRAMverse/framrosetta")
library(framrosetta)