-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
22 lines (13 loc) · 1.04 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# pelfoss version: 1.2.2 (latest alpha, 2020-06-11)
# R version: 3.5.0
# The package pelfoss contains code to simulate acoustic-trawl surveys based on biomass fields from population dynamic models, and produces survey estimates using the Rstox package:
# IMPORTANT: The package pelfoss stongly depends on the package Rstox. Install Rstox as described on https://github.com/Sea2Data/Rstox
# Install the other packages that perlfoss depends on. Note that this updates all the specified packages to the latest (binary) version:
dep.pck <- c("data.table", "fields", "ggnewscale", "ggplot2", "interp", "maptools", "ncdf4", "sp")
install.packages(dep.pck, repos="http://cran.us.r-project.org", type="binary")
# Install pelfoss from github using the devtools package:
devtools::install_github("Sea2Data/pelfoss")
# Alternatively install the latest develop version: devtools::install_github("Sea2Data/pelfoss", ref="develop")
# Release notes pelfoss_1.2.2:
# 1. Fixed bug where
# For historical release notes see https://github.com/Sea2Data/pelfoss/blob/alpha/NEWS