Skip to content

IMPRESSPROJECT/Rfishpop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rfishpop

Authors: Cousido-Rocha, M., Pennino, M.G., Cerviño, S.

Population dynamic tools in support of fisheries managment.

First step is to install devtools package using install.packages("devtools").

There are two options for installing our package:

1. Version with vignettes

install_github("IMPRESSPROJECT/Rfishpop", build_vignettes = TRUE)

This option needs to install previously the following packages:

# From FLR project
install.packages(c("FLAssess", "Flash", "ggplotFL", "FLBRP", "FLCore"),
                  repos = http://flr-project.org/R) 
                  
# From CRAN
install.packages(c("ggplot2", "tydiverse", "reshape2", "LBSPR"))

Depending on the R version maybe some package is not available on CRAN in such case go to the Github version of such package.

PLEASE DON'T STOP THE PROCESS! IT NEEDS TIME TO CREATE ALSO THE VIGNETTES.

2. Version without vignettes

install_github("IMPRESSPROJECT/Rfishpop")

This option is faster and don't need the installation of all the previous packages.

Please restart R after install the package.

About

Population dynamic tools in support of fisheries managment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages