Skip to contents

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")