Browse Source

travis

tags/v0.1.1
boB Rudis 8 years ago
parent
commit
a24d6f62f9
  1. 11
      .travis.yml
  2. 2
      DESCRIPTION
  3. 3
      R/coord_proj.r
  4. 3
      man/coord_proj.Rd

11
.travis.yml

@ -1,5 +1,12 @@
# Sample .travis.yml for R projects
language: r
warnings_are_errors: true
sudo: required
env:
global:
- CRAN: http://cran.rstudio.com
notifications:
email:
on_success: change
on_failure: change

2
DESCRIPTION

@ -1,6 +1,6 @@
Package: ggalt
Title: Additional 'Geoms', 'Stats' and 'Coords' for 'ggplot2' 2.0+
Version: 0.1.1.9000
Version: 0.1.1
Authors@R: c(person("Bob", "Rudis", email = "bob@rudis.net", role = c("aut", "cre")))
Description: A package containing additional 'geoms', 'coords' and
'stats' for use with 'ggplot2' 2.0+, including splines, 1d and 2d densities,

3
R/coord_proj.r

@ -36,7 +36,8 @@
#' @note When \code{inverse} is \code{FALSE} \code{coord_proj} makes a fairly
#' large assumption that the coordinates being transformed are within
#' -180:180 (longitude) and -90:90 (latitude). As such, it truncates
#' all longitude & latitude input to fit within these ranges.
#' all longitude & latitude input to fit within these ranges. More updates
#' to this new \code{coord_} are planned.
#' @export
#' @examples
#' # World in Winkel-Tripel

3
man/coord_proj.Rd

@ -53,7 +53,8 @@ A sample of the output from \code{coord_proj()} using the Winkel-Tripel projecti
When \code{inverse} is \code{FALSE} \code{coord_proj} makes a fairly
large assumption that the coordinates being transformed are within
-180:180 (longitude) and -90:90 (latitude). As such, it truncates
all longitude & latitude input to fit within these ranges.
all longitude & latitude input to fit within these ranges. More updates
to this new \code{coord_} are planned.
}
\examples{
# World in Winkel-Tripel

Loading…
Cancel
Save