Skip to content

Commit

Permalink
Fixed description gh url
Browse files Browse the repository at this point in the history
  • Loading branch information
hrbrmstr committed Jan 5, 2016
1 parent fdca743 commit bd2751b
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Depends:
ggplot2 (>= 2.0.0)
License: AGPL + file LICENSE
LazyData: true
URL: http://github.com/hrbrmstr/ggalt
URL: https://github.com/hrbrmstr/ggalt
BugReports: https://github.com/hrbrmstr/ggalt/issues
Suggests:
testthat,
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by roxygen2: do not edit by hand
# Generated by roxygen2 (4.1.1): do not edit by hand

S3method(grid.draw,absoluteGrob)
S3method(grobHeight,absoluteGrob)
Expand Down
2 changes: 1 addition & 1 deletion man/absoluteGrob.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/grob_absolute.r
\name{absoluteGrob}
\alias{absoluteGrob}
Expand Down
2 changes: 1 addition & 1 deletion man/coord_proj.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/coord_proj.r
\name{coord_proj}
\alias{coord_proj}
Expand Down
4 changes: 2 additions & 2 deletions man/geom_bkde.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/geom_bkde.r
\name{geom_bkde}
\alias{geom_bkde}
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/geom_bkde2d.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/geom_bkde2d.r
\name{geom_bkde2d}
\alias{geom_bkde2d}
Expand Down
5 changes: 2 additions & 3 deletions man/geom_xspline.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/geom_xspline.r
\name{geom_xspline}
\alias{geom_xspline}
Expand Down Expand Up @@ -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{
Expand All @@ -82,7 +82,6 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion man/ggalt-ggproto.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): 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}
Expand Down
2 changes: 1 addition & 1 deletion man/ggalt.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/ggalt-package.r
\docType{package}
\name{ggalt}
Expand Down
2 changes: 1 addition & 1 deletion man/stat_ash.Rd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% Generated by roxygen2: do not edit by hand
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/geom_ash.r
\name{stat_ash}
\alias{stat_ash}
Expand Down

0 comments on commit bd2751b

Please sign in to comment.