-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1011 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
Package: gpinter
Type: Package
Title: Generalized Pareto Interpolation
Version: 0.0.0.9000
Date: 2016-10-18
Authors@R: c(
person("Thomas", "Blanchet", email="[email protected]", role=c("cre", "aut")),
person("Juliette", "Fournier", email="[email protected]", role="aut"),
person("Thomas", "Piketty", email="[email protected]", role="aut"))
Description: Nonparametric estimation of distributions from tabulated data using generalized Pareto interpolation techniques.
License: MIT + file LICENSE
LazyData: TRUE
Imports:
nloptr (>= 1.0.4),
ggplot2 (>= 2.1.0),
scales (>= 0.4.1),
methods (>= 3.2.5),
emdbook (>= 1.3.9),
randtoolbox (>= 1.17),
gumbel (>= 1.10),
parallel (>= 3.2.5),
pbapply (>= 1.3),
shiny (>= 0.14)
Suggests:
testthat (>= 1.0.2),
numDeriv (>= 2016.8-1),
xlsx (>= 0.5.7),
shinyBS (>= 0.61),
shinyjs (>= 0.7),
readxl (>= 0.1.1),
evaluate (>= 0.10),
reldist (>= 1.6)
RoxygenNote: 6.0.1
Encoding: UTF-8