-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1010 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
36
37
38
Package: geomod3D
Title: Implicit 3D Geological Modeling and Geostatistics
Version: 0.0.0.9002
Authors@R: person("Italo", "Goncalves", email = "[email protected]",
role = c("aut", "cre"))
Description: Implicit 3D geological modeling and visualization of 3D geospatial
and geological data.
Depends: R (>= 3.3.3), rgl
License: GPL-3
Encoding: UTF-8
LazyData: true
Collate:
'utils.R'
'geomod3D.R'
'generics.R'
'covarianceStructure3D.R'
'covarianceModel3D.R'
'spatial3DDataFrame.R'
'points3DDataFrame.R'
'directions3DDataFrame.R'
'GP.R'
'GP_geomod.R'
'RcppExports.R'
'SPGP.R'
'SPGP_geomod.R'
'grid3DDataFrame.R'
'blocks3DDataFrame.R'
'covarianceStructure3DNonStat.R'
'data.R'
'genetic_training.R'
'lines3DDataFrame.R'
'geostat3D.R'
RoxygenNote: 6.0.1
Suggests: knitr,
rmarkdown, misc3d
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
Imports: Rcpp, GA, dplyr, tidyr, scales, Matrix, Deriv, binaryLogic