-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.38 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
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: JNCCsdms
Type: Package
Title: Functions to Generate Species Distribution Models using the JNCC SDM Framework
Version: 0.1.0
Author: Joint Nature Conservation Committee <info@jncc.gov.uk>
Maintainer: Joint Nature Conservation Committee <info@jncc.gov.uk>
Description: This package provides several functions for species distribution modelling using a suite of models on your data and returning the best model based on AUC. The functions provide assistance both with single species modelling and with multi-species modelling running through a list of species. The package also facilitates in the randomisation of placements of pseudo-absences and the locations of presence points where these are at lower-resolution than environmental predictor datasets, as well as the preparing of data specifically from NBN Atlas and NBN Gateway resources.
License: Open Government License v3.0
Encoding: UTF-8
LazyData: true
URL: https://github.com/jncc/sdms
RoxygenNote: 6.1.1
Depends: R(>= 2.10.0)
Imports:
stringi,
sp,
rgdal,
rgeos,
gbm,
dismo,
kernlab,
randomForest,
beepr,
mgcv,
readr,
maptools,
mapdata,
ff,
ffbase,
rnrfa,
pryr,
rJava,
glmulti,
utils,
ggplot2,
dplyr,
raster,
foreach,
doParallel,
parallel,
corrplot
Suggests:
testthat,
knitr,
rmarkdown,
kableExtra
VignetteBuilder: knitr