Skip to content

Commit 3c1af3a

Browse files
committed
epimap change
1 parent 710489a commit 3c1af3a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.Rproj.user
22
.Rhistory
33
.RData
4-
mapR.Rproj
4+
epimap.Rproj
55
test.R

DESCRIPTION

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
Package: mapR
2-
Title: What the package does (short line)
1+
Package: epimap
2+
Title: Interactive maps for epidemiology.
33
Version: 0.1
4-
Authors@R: "First Last <[email protected]> [aut, cre]"
5-
Description: What the package does (paragraph)
4+
Authors@R: "Hackout2 Map Team <[email protected]> [aut, cre]"
5+
Description: A set of functions to quickly and easily create interactive maps for epidemiology, ecology and so on.
6+
Designed to work with mapData via sp objects.
7+
Also implements some functions to convert more complex objects (like contourlines, graphs, ...) into sp object.
68
Depends:
79
R (>= 3.0.2),
810
rleafmap,
911
igraph,
1012
sp
1113
Imports:
1214
geosphere
13-
License: What license is it under?
15+
License: GPL-2
1416
LazyData: true

0 commit comments

Comments
 (0)