Skip to content

Commit

Permalink
CRAN submission stuff, plus correcting title to graphics::title in pl…
Browse files Browse the repository at this point in the history
…ot.ru().
  • Loading branch information
paulnorthrop committed Nov 18, 2016
1 parent 3a1e657 commit e48b826
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 18 deletions.
3 changes: 2 additions & 1 deletion R/sample_diagnostics.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ plot.ru <- function(x, y, ..., n = ifelse(x$d == 1, 1001, 101),
for (i in 1:(ncol(x)-1)) {
for (j in (i+1):ncol(x)) {
graphics::plot(x[, i], x[, j], xlab = "", ylab = "", ...)
title(xlab = parse(text = xlabs[i]), ylab = parse(text = ylabs[j]))
graphics::title(xlab = parse(text = xlabs[i]),
ylab = parse(text = ylabs[j]))
}
}
}
Expand Down
16 changes: 4 additions & 12 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
## Resubmission
This is a resubmission. In this version I have

* Added devtools to `Suggests:' in DESCRIPTION to avoid the following NOTE:

* checking for unstated dependencies in vignettes ... NOTE
'::' or ':::' import not declared from: ‘devtools’

* Added the DOI number to the reference in the DESCRIPTION file.

## R CMD check results
There were no ERRORs, WARNINGs or NOTEs.

0 errors | 0 warnings | 0 notes

## Downstream dependencies

This is a new submission.
I have also run R CMD on downstream dependencies of rust.
All packages passed: No ERRORs or WARNINGs found.
10 changes: 5 additions & 5 deletions man/summary.ru.Rd

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

0 comments on commit e48b826

Please sign in to comment.