Browse Source

fixing travis

pull/3/head
Bob Rudis 8 years ago
parent
commit
8ec2393991
  1. 5
      .travis.yml
  2. 11
      DESCRIPTION
  3. 2
      NAMESPACE
  4. 2
      man/absoluteGrob.Rd
  5. 2
      man/coord_proj.Rd
  6. 4
      man/geom_bkde.Rd
  7. 2
      man/geom_bkde2d.Rd
  8. 5
      man/geom_xspline.Rd
  9. 2
      man/ggalt-ggproto.Rd
  10. 2
      man/ggalt.Rd
  11. 2
      man/stat_ash.Rd

5
.travis.yml

@ -2,6 +2,11 @@ language: r
warnings_are_errors: true
sudo: required
apt_packages:
- binutils
- libproj-dev
- gdal-bin
env:
global:
- CRAN: http://cran.rstudio.com

11
DESCRIPTION

@ -1,10 +1,10 @@
Package: ggalt
Title: Additional 'Geoms', 'Stats' and 'Coords' for 'ggplot2' 2.0+
Version: 0.1.1
Title: Extra Coordinate Systems, Geoms and Statistical Transformations for 'ggplot2'
Version: 0.1.1.9000
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,
univariate average shifted histograms and PROJ.4-based map projections.
Description: A compendium of 'geoms', 'coords' and 'stats' for 'ggplot2',
including splines, 1d and 2d densities, univariate average shifted histograms
and a new map coordinate system based on the 'PROJ.4'-library.
Depends:
R (>= 3.0.0),
ggplot2 (>= 2.0.0)
@ -30,6 +30,7 @@ Imports:
grid,
gtable,
ash,
maps,
MASS
RoxygenNote: 5.0.1
VignetteBuilder: knitr

2
NAMESPACE

@ -1,4 +1,4 @@
# Generated by roxygen2 (4.1.1): do not edit by hand
# Generated by roxygen2: do not edit by hand
S3method(grid.draw,absoluteGrob)
S3method(grobHeight,absoluteGrob)

2
man/absoluteGrob.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/grob_absolute.r
\name{absoluteGrob}
\alias{absoluteGrob}

2
man/coord_proj.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/coord_proj.r
\name{coord_proj}
\alias{coord_proj}

4
man/geom_bkde.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/geom_bkde.r
\name{geom_bkde}
\alias{geom_bkde}
@ -58,7 +58,7 @@ the default plot specification, e.g. \code{\link{borders}}.}
\item Other arguments passed on to the stat.
}}
\item{geom,stat}{Use to override the default connection between
\item{geom, stat}{Use to override the default connection between
\code{geom_bkde} and \code{stat_bkde}.}
\item{kernel}{character string which determines the smoothing kernel. see

2
man/geom_bkde2d.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/geom_bkde2d.r
\name{geom_bkde2d}
\alias{geom_bkde2d}

5
man/geom_xspline.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/geom_xspline.r
\name{geom_xspline}
\alias{geom_xspline}
@ -61,7 +61,7 @@ curve. Ignored for closed X-splines.}
\item Other arguments passed on to the stat.
}}
\item{geom,stat}{Use to override the default connection between
\item{geom, stat}{Use to override the default connection between
\code{geom_xspline} and \code{stat_xspline}.}
}
\description{
@ -82,6 +82,7 @@ A sample of the output from \code{geom_xspline()}:
\figure{geomxspline01.pdf}{options: width=10cm}
}
An X-spline is a line drawn relative to control points. For each control
point, the line may pass through (interpolate) the control point or it may
only approach (approximate) the control point; the behaviour is determined

2
man/ggalt-ggproto.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/coord_proj.r, R/geom_ash.r, R/geom_bkde.r, R/geom_bkde2d.r, R/geom_xspline.r
\docType{data}
\name{CoordProj}

2
man/ggalt.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ggalt-package.r
\docType{package}
\name{ggalt}

2
man/stat_ash.Rd

@ -1,4 +1,4 @@
% Generated by roxygen2 (4.1.1): do not edit by hand
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/geom_ash.r
\name{stat_ash}
\alias{stat_ash}

Loading…
Cancel
Save