-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
35 lines (35 loc) · 866 Bytes
/
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
Package: soilsecuritylab
Type: Package
Title: Soil Security Laboratory from the University of Sydney
Version: 0.1
Date: 2015-08-19
Authors@R: c(person("J.", "Padarian", role = c("aut", "cre"),
email="[email protected]"))
Author: J. Padarian
Maintainer: J. Padarian <[email protected]>
Description: R package with functions from the Soil Security Laboratory from the
University of Sydney
License: GPL (>= 2)
Depends:
RcppArmadillo,
methods,
R (>= 3.1.1)
Imports:
DEoptim,
plyr,
plotrix,
Rcpp (>= 0.12.0),
RcppArmadillo (>= 0.5.400.2.0)
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 5.0.1
Collate:
'AAA.R'
'Classes.R'
'FuzzyClusterGroup_methods.R'
'FuzzyCluster_methods.R'
'RcppExports.R'
'fuzzyRun.R'
'fuzzy_extragrades.R'
'mahaldist.R'
'prediction_interval.R'
'zzz.R'