forked from edzer/intervals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·35 lines (35 loc) · 1.02 KB
/
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
Type: Package
Package: intervals
Title: Tools for Working with Points and Intervals
Version: 0.15.2.9000
Authors@R:
c(person(given = "Richard",
family = "Bourgon",
role = "aut",
email = "bourgon.richard@gene.com"),
person(given = "Edzer",
family = "Pebesma",
role = c("aut", "cre"),
email = "edzer.pebesma@uni-muenster.de"),
person(given = "Alfredo",
family = "Hernández",
role = "ctb",
email = "aldomann.designs@gmail.com",
comment = c(ORCID = "0000-0002-2660-4545")),
person(given = "Ruth",
family = "Kristianingsih",
role = "ctb",
comment = c(ORCID = "0000-0003-1873-6203")))
Description: Tools for working with and comparing sets of points
and intervals.
License: Artistic-2.0
URL: http://github.com/edzer/intervals
Depends:
R (>= 2.9.0)
Imports:
graphics,
methods,
utils
Encoding: UTF-8
LazyLoad: yes
NeedsCompilation: yes