Skip to content

Commit

Permalink
Merge pull request #64 from josesho/v0.2.3
Browse files Browse the repository at this point in the history
v0.2.3
  • Loading branch information
josesho authored Feb 12, 2020
2 parents 9a884f1 + 228f4c6 commit 8ae9582
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 552 deletions.
11 changes: 2 additions & 9 deletions R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
#' @seealso \code{\link{plot.dabest}}, which generates an estimation plot from
#' the \code{dabest} object.
#'
#'
#' Run \code{vignette("Using dabestr", package = "dabestr")} in the console to
#' read more about using parameters to control the plot features.
#'
#' @examples
#'
Expand Down Expand Up @@ -142,14 +143,6 @@
#' )
#'
#'
#' # Producing a 90% CI instead of 95%.
#' unpaired_mean_diff_90_ci <- dabest(
#' iris, Species, Petal.Width,
#' idx = c("setosa", "versicolor", "virginica"),
#' paired = FALSE,
#' ci = 0.90
#' )
#'
#'
#'
#' # Using pipes to munge your data and then passing to `dabest`.
Expand Down
14 changes: 4 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

## v0.2.3

This is a resbumission. I have reduced the tarball size by removing a vignette.
This is a resbumission. I have reduced the tarball size by removing two vignettes,
and reduced the runtime of the examples.

This is a patch update, in response to an automated CRAN check for the upcoming
release of ggplot2 (v3.3.0).
Expand All @@ -15,15 +16,8 @@ release of ggplot2 (v3.3.0).


## R CMD check results
There was 1 NOTE:
installed size is 6.5Mb
sub-directories of 1Mb or more:
doc 5.7Mb

This is a graphical plotting package; hence the use of images in the docs
is greater than a conventional R package. Future releases will endeavor
to reduce the image size.

There are no ERRORs, WARNINGs, or NOTEs.


## Downstream dependencies
There is one downstream package: permubiome.
Expand Down
11 changes: 3 additions & 8 deletions man/dabest.Rd

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

Loading

0 comments on commit 8ae9582

Please sign in to comment.