[r-cran-mapproj] 12/23: Import Upstream version 1.1-8.3

Andreas Tille tille at debian.org
Fri Sep 8 08:03:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-mapproj.

commit 9cfa27e13e4a3c6332ab4200bfa7200db1eece91
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 8 09:58:10 2017 +0200

    Import Upstream version 1.1-8.3
---
 DESCRIPTION     | 8 ++++----
 INDEX           | 3 ---
 R/zzz.R         | 4 ++++
 man/map.grid.Rd | 5 +----
 4 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index 159f204..784e402 100755
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,13 +1,13 @@
 Package: mapproj
 Title: Map Projections
-Version: 1.1-8.2
-Date: 2009-11-03
+Version: 1.1-8.3
+Date: 2011-01-17
 Author: Doug McIlroy.  Packaged for R by Ray Brownrigg and Thomas P
         Minka, transition to Plan 9 codebase by Roger Bivand.
 Description: Converts latitude/longitude into projected coordinates.
 Depends: maps
 License: file LICENSE
 Maintainer: Thomas P Minka <tpminka at media.mit.edu>
-Packaged: 2009-11-03 09:36:59 UTC; rsb
+Packaged: 2011-01-17 08:34:49 UTC; rsb
 Repository: CRAN
-Date/Publication: 2009-11-03 09:47:43
+Date/Publication: 2011-01-17 08:42:33
diff --git a/INDEX b/INDEX
deleted file mode 100755
index 42da81f..0000000
--- a/INDEX
+++ /dev/null
@@ -1,3 +0,0 @@
-map.grid                Draw a latitude/longitude grid on a projected
-                        map
-mapproject              Apply a Map Projection
diff --git a/R/zzz.R b/R/zzz.R
index 36d16fb..156a9f1 100755
--- a/R/zzz.R
+++ b/R/zzz.R
@@ -1,3 +1,7 @@
 .First.lib <- function(lib, pkg) {
   library.dynam("mapproj", pkg, lib)
+# RSB 110117 remove external reference NOTE to .map.range
+  xx <- try(get(".map.range", env=globalenv()), silent=TRUE)
+  if (class(xx) == "try-error")
+    assign(".map.range", as.numeric(c(0, 1, 0, 1)), envir = globalenv())
 }
diff --git a/man/map.grid.Rd b/man/map.grid.Rd
index e5ddc97..10472f8 100755
--- a/man/map.grid.Rd
+++ b/man/map.grid.Rd
@@ -20,10 +20,7 @@ map.grid(lim,nx=9,ny=9,labels=TRUE,pretty=TRUE,cex,col,lty,font,...)
   \item{labels}{logical to indicate if grid lines should be labeled with
     longitude/latitude values.}
   \item{pretty}{If \code{TRUE}, grid lines will be placed at round numbers.}
-  \item{cex}{}
-  \item{col}{}
-  \item{lty}{}
-  \item{font}{}
+  \item{cex,col,lty,font}{passed to arguments to \code{par}}
   \item{...}{additional arguments passed to \code{lines} and
     \code{text}, e.g.  \code{col} to change the color of the grid and
     \code{lty} to change the line type.}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-mapproj.git



More information about the debian-science-commits mailing list