Skip to content

Commit

Permalink
importFrom for all non-base R functions fix #62
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jul 10, 2015
1 parent f012f62 commit 592c545
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion DESCRIPTION
Expand Up @@ -5,7 +5,7 @@ Description: Convert data to 'geoJSON' or 'topoJSON' from various R classes,
classes. 'geojsonio' does not aim to replace packages like 'sp', 'rgdal', 'rgeos',
but rather aims to be a high level client to simplify conversions of data
from and to 'geoJSON' and 'topoJSON'.
Version: 0.1.1.9000
Version: 0.1.1.9100
License: MIT + file LICENSE
Authors@R: c(person("Scott", "Chamberlain", role = c("aut", "cre"),
email = "myrmecocystus@gmail.com"),
Expand All @@ -19,6 +19,8 @@ Depends:
R (>= 2.10)
Imports:
methods,
stats,
utils,
sp,
rgdal,
rgeos,
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Expand Up @@ -157,3 +157,5 @@ importFrom(maptools,readShapeSpatial)
importFrom(rgdal,ogrListLayers)
importFrom(rgdal,readOGR)
importFrom(rgdal,writeOGR)
importFrom(stats,setNames)
importFrom(utils,download.file)
4 changes: 3 additions & 1 deletion R/geojsonio-package.r
Expand Up @@ -4,7 +4,9 @@
#' SpatialPolygonsDataFrame, and more to GeoJSON with the help of \code{rgdal} and
#' friends. You can currently read TopoJSON - writing TopoJSON will come in a future
#' version of this package.
#'
#'
#' @importFrom stats setNames
#' @importFrom utils download.file
#' @name geojsonio
#' @author Scott Chamberlain
#' @author Andy Teucher
Expand Down

0 comments on commit 592c545

Please sign in to comment.