-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
18 lines (18 loc) · 876 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: orthomap
Title: An R package to plot World in orthographic projection without aberrations
Version: 1.0.0
Date: 2017-12-06
Authors@R: person("Nicolas", "Casajus", email = "[email protected]", role = c("aut", "cre"))
Description:
The package \textbf{orthomap} contains only one function: \code{orthomap()}. It corrects a bug (some polygons are not correctly projected) in the function \code{maps:map()} when it is used in orthographic projection. The function \code{orthomap()} also returns projected polygons in the \code{sp:SpatialPolygons} format.
URL: https://github.com/ahasverus/orthomap
BugReports: https://github.com/ahasverus/orthomap/issues
Depends: R (>= 3.4.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: maps, mapproj, rgdal, rgeos, sp, stats
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no