Skip to content

Commit

Permalink
Merge pull request #96 from rsquaredacademy/develop
Browse files Browse the repository at this point in the history
On CRAN
  • Loading branch information
aravindhebbali authored Jan 22, 2019
2 parents 8f22167 + 5a4da2b commit 39db3b0
Show file tree
Hide file tree
Showing 272 changed files with 6,739 additions and 2,995 deletions.
4 changes: 2 additions & 2 deletions R/ds-auto-summary.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Summary statistics
#' Descriptive statistics and frquency tables
#'
#' Generate summary statistics for all continuous variables in data.
#' Generate summary statistics & frequency table for all continuous variables in data.
#'
#' @param data A \code{data.frame} or \code{tibble}.
#' @param ... Column(s) in \code{data}.
Expand Down
2 changes: 1 addition & 1 deletion R/ds-multistats.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Multiple variable statistics
#' Tidy descriptive statistics
#'
#' Descriptive statistics for multiple variables.
#'
Expand Down
4 changes: 2 additions & 2 deletions R/ds-plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#'
#' @examples
#' ds_plot_scatter(mtcarz)
#' ds_plot_scatter(mtcarz, mpg, disp, hp)
#' ds_plot_scatter(mtcarz, mpg, disp)
#'
#' @importFrom rlang sym
#' @importFrom utils combn
Expand Down Expand Up @@ -424,7 +424,7 @@ ds_plot_bar_grouped <- function(data, ...) {
}


#' Compate distributions
#' Compare distributions
#'
#' Creates box plots if the data has both categorical & continuous variables.
#'
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ reference:
- ds_auto_summary_stats
- ds_summary_stats
- ds_tidy_stats
- ds_freq_table
- ds_measures_location
- ds_measures_variation
- ds_measures_symmetry
Expand Down
12 changes: 6 additions & 6 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
This is a patch release for bug fixes.

## Test environments
* local Windows 10, R 3.4.4
* ubuntu 12.04 (on travis-ci), R 3.3.3, R 3.4.4, R-devel
* local Windows 10, R 3.5.1
* ubuntu 14.04 (on travis-ci), R 3.4.4, R 3.5.2, R-devel
* win-builder (devel and release)

## R CMD check results

0 errors | 0 warnings | 0 note
0 errors | 0 warnings | 1 note

* There was 1 NOTE about ORCID ID in R 3.4.4

## Reverse dependencies

We checked 2 dependencies (olsrr and inferr) and it returned a NOTE.
We checked 4 dependencies (olsrr, blorr, xplorerr and inferr) and it returned a NOTE.


1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
descriptr.rsquaredacademy.com
9 changes: 6 additions & 3 deletions docs/CONDUCT.html

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

9 changes: 6 additions & 3 deletions docs/LICENSE-text.html

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

424 changes: 424 additions & 0 deletions docs/articles/categorical-data.html

Large diffs are not rendered by default.

682 changes: 682 additions & 0 deletions docs/articles/continuous-data.html

Large diffs are not rendered by default.

747 changes: 0 additions & 747 deletions docs/articles/descriptive-stats.html

This file was deleted.

Binary file not shown.
596 changes: 0 additions & 596 deletions docs/articles/distributions.html

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
41 changes: 25 additions & 16 deletions docs/articles/index.html

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

128 changes: 0 additions & 128 deletions docs/articles/reference-media.html

This file was deleted.

Loading

0 comments on commit 39db3b0

Please sign in to comment.