-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 2.2 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 2.2 KB
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
48
49
50
51
52
53
54
55
56
57
58
Package: smint
Type: Package
Title: Smooth Multivariate Interpolation for Gridded and Scattered Data
Version: 0.4.3
Date: 2022-09-16
Authors@R:
c(person(given = "Yves",
family = "Deville",
role = c("aut"),
email = "deville.yves@alpestat.com"),
person(given = "Yann",
family = "Richet",
role = c("cre"),
email = "yann.richet@irsn.fr",
comment = c(ORCID = "0000-0002-5677-8458")),
person(given = "William",
family = "Thacker",
role = c("cph"),
comment = c(ORCID = "0000-0001-7806-6593")),
person(given = "Manjula",
family = "Iyer",
role = c("cph")),
person(given = "Jingwei",
family = "Zhang",
role = c("cph"),
comment = c(ORCID = "0000-0002-1681-6608")),
person(given = "Laynet",
family = "Watson",
role = c("cph")),
person(given = "Jeffrey",
family = "Birch",
role = c("cph"),
comment = c(ORCID = "0000-0001-5450-7446")),
person(given = "Michael",
family = "Berry",
role = c("cph")),
person(given = "Robert",
family = "Renka",
role = c("cph"),
comment = c(ORCID = "0000-0002-1423-1139")),
person(given = "Alain",
family = "Hebert",
role = c("cph"),
comment = c(ORCID = "0000-0002-2065-1041")))
Maintainer: Yann Richet <yann.richet@irsn.fr>
Description: Smooth multivariate interpolation for gridded and scattered data
with possibly large datasets. The code for scattered data is taken from the
'SHEPPACK' Fortran package by W.I. Thacker, J. Zhang, L.T. Watson,
J.B. Birch, M.A. Iyer and M.W. Berry (2010) <doi:10.1145/1824801.1824812>,
which is distributed under non-commercial use under ACM
(see <https://github.com/vtopt/sheppack> for commercial enquiries).
The code of the Ceschino interpolation method coming from A. Hebert (2013)
<doi:10.5772/23252>, is licensed under LGPL (version>=2.1).
License: LICENSE File
Imports: Matrix, methods
Suggests: rgl, lattice
Encoding: UTF-8
RoxygenNote: 7.2.1