Skip to content

Commit

Permalink
Passes R CMD check with R-devel.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanedwards committed Sep 12, 2017
1 parent c27060f commit 8cdb4ee
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 17 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Title: Freshing Up your 'ggplot2' Plots
URL: https://github.com/stefanedwards/lemon
BugReports: https://github.com/stefanedwards/lemon/issues
Version: 0.3.1
Date: 2017-05-18
Date: 2017-09-12
Authors@R: c(
person('Stefan McKinnon', 'Edwards', email='sme@iysik.com',
role=c('aut','ctb','cre')),
Expand Down Expand Up @@ -32,7 +32,7 @@ Imports:
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
RoxygenNote: 6.0.1
Collate:
'ggplot2.r'
'brackets.R'
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ggplot(mtcars, aes(x=cyl, y=mpg)) +
# install.packages("devtools")
# Install release from GitHub:
devtools::install_github("stefanedwards/lemon", ref='v0.3')
devtools::install_github("stefanedwards/lemon", ref='v0.3.1')
# Or get the lastest development version from GitHub:
devtools::install_github("stefanedwards/lemon")
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installation
# install.packages("devtools")

# Install release from GitHub:
devtools::install_github("stefanedwards/lemon", ref='v0.3')
devtools::install_github("stefanedwards/lemon", ref='v0.3.1')

# Or get the lastest development version from GitHub:
devtools::install_github("stefanedwards/lemon")
Expand Down
7 changes: 3 additions & 4 deletions man/g_legend.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions man/grid_arrange_shared_legend.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions man/reposition_legend.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vignettes/legends.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ is possible.

## Plot for ggplot2-extensions

```{r fig.height=300,fig.width=350}
```{r fig.height=300/72,fig.width=350/72}
p <- ggplot(dsamp, aes(x=cut, y=price, colour=clarity)) + geom_point(position=position_jitter(width=0.2)) +
coord_flex_cart(bottom=brackets_horizontal(), left=capped_vertical('none')) +
theme_bw() + theme(panel.border=element_blank(), axis.line = element_line(),
Expand Down

0 comments on commit 8cdb4ee

Please sign in to comment.