This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #29 support output of rgbif::occ_data in map functions, bump dev …
…version
- Loading branch information
Showing
9 changed files
with
101 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ gistmap* | |
^CONDUCT\.md$ | ||
^cran-comments\.md$ | ||
^codemeta\.json$ | ||
.github | ||
\.github |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Description: Utilities for visualizing species occurrence data. Includes | |
functions to visualize occurrence data from 'spocc', 'rgbif', | ||
and other packages. Mapping options included for base R plots, 'ggplot2', | ||
'ggmap', 'leaflet' and 'GitHub' 'gists'. | ||
Version: 0.3.5.9210 | ||
Version: 0.3.6.9210 | ||
License: MIT + file LICENSE | ||
Authors@R: person("Scott", "Chamberlain", role = c("aut", "cre"), | ||
email = "[email protected]", comment = c(ORCID = "0000-0003-1444-9135")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
#' @param x The data. An object of class \code{occdat}, \code{occdatind}, | ||
#' \code{gbif}, \code{SpatialPoints}, \code{SpatialPointsDataFrame}, or | ||
#' \code{data.frame}. The package \pkg{spocc} needed for | ||
#' \code{gbif}, \code{gbif_data}, \code{SpatialPoints}, | ||
#' \code{SpatialPointsDataFrame}, or \code{data.frame}. The package | ||
#' \pkg{spocc} needed for | ||
#' the first two, and \pkg{rgbif} needed for the third. When \code{data.frame} | ||
#' input, any number of columns allowed, but with at least the following: | ||
#' name (the taxonomic name), latitude (in dec. deg.), longitude (in dec. deg.) | ||
#' @param lon,lat (character) Longitude and latitude variable names. Ignored | ||
#' unless \code{data.frame} input to \code{x} parameter. We attempt to guess, but | ||
#' if nothing close, we stop. Default: \code{longitude} and \code{latitude} | ||
#' unless \code{data.frame} input to \code{x} parameter. We attempt to guess, | ||
#' but if nothing close, we stop. Default: \code{longitude} and | ||
#' \code{latitude} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.