-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: RFate
Version: 0.2.0.9000
Date: 2020-04-06
Type: Package
Encoding: UTF-8
Title: Vegetation modelling with the FATE model
Authors@R: person(given = "Maya", family = "Guéguen", role = c("aut","cre"), email = "maya.gueguen@univ-grenoble-alpes.fr")
Description: FATE is a vegetation model based on Plant Functional Groups (PFG)
that aims to simulate primary ecological succession.
RFate is a package which provides functions to :
1) gather, prepare and format data to be used with FATE ;
2) run FATE simulation(s)
3) process and analyze data produced by FATE.
Depends:
R (>= 3.6.0)
Imports:
graphics, grDevices, methods, stats, utils, R.utils,
ggplot2, ggthemes, ggrepel, ggExtra, gridExtra, cowplot,
reshape2, foreach, SPOT, data.table,
raster, rgdal,
phyloclim, FD, fpc, clValid, ade4, PresenceAbsence, Hmisc,
viridis, RColorBrewer, colorspace,
ape, shiny,
parallel, doParallel
Suggests:
spelling,
testthat,
covr
License:
file LICENSE
URL: https://github.com/MayaGueguen/RFate.git
RoxygenNote: 7.1.1
Language: en-US
LazyData: true