Skip to content

Commit

Permalink
Added shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenhasteandersen committed Apr 15, 2019
1 parent 306b65a commit e5d13a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Date: 2019-01-12
Title: Functions for size spectrum calculations of fish populations and communities
Author: Ken H. Andersen
Maintainer: Ken H. Andersen <[email protected]>
Depends: R (>= 3.1.0), deSolve, limSolve, reshape, latex2exp, pracma, gsl
Depends: R (>= 3.1.0), deSolve, limSolve, reshape, latex2exp, pracma, gsl, shiny
Suggests: shiny
Description: Contains all necessary functions for size spectrum calculations of fish stocks:
growth functions, demography (population size spectrum), community structure (community size spectrum),
Expand Down
5 changes: 3 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ import(
limSolve,
reshape,
latex2exp,
gsl
shiny
)
importFrom(pracma, trapz, cumtrapz)
importFrom("stats", "optimize", "rnorm", "time", "uniroot")
importFrom("stats", "optimize", "rnorm", "time", "uniroot")
importFrom("gsl", "lambert_W0")

0 comments on commit e5d13a5

Please sign in to comment.