forked from jjchern/gglorenz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 897 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
Package: gglorenz
Title: Plotting Lorenz Curve with the Blessing of 'ggplot2'
Version: 0.0.2.9000
Authors@R: c(
person("JJ", "Chen", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8482-8398")),
person("Hernando", "Cortina", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-6790-4870"))
)
Description: Provides statistical transformations for plotting empirical
ordinary Lorenz curve (Lorenz 1905) <doi:10.2307/2276207> and
generalized Lorenz curve (Shorrocks 1983) <doi:10.2307/2554117>.
Depends:
R (>= 3.2.0),
ggplot2 (>= 2.2.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/jjchern/gglorenz
BugReports: https://github.com/jjchern/gglorenz/issues
RoxygenNote: 7.1.1
Imports: ineq
Suggests:
spelling
Language: en-US