diff --git a/README.md b/README.md index 263bc2c..9c07c99 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ spark_flights %>% dbplot_histogram(sched_dep_time) ``` - + Use `binwidth` to fix the bin size @@ -76,7 +76,7 @@ spark_flights %>% dbplot_histogram(sched_dep_time, binwidth = 200) ``` - + Because it outputs a `ggplot2` object, more customization can be done @@ -87,7 +87,7 @@ spark_flights %>% theme_bw() ``` - + ### Raster @@ -103,7 +103,7 @@ spark_flights %>% dbplot_raster(arr_delay, dep_delay) ``` - + - Pass an aggregation formula that can run inside the database @@ -113,7 +113,7 @@ spark_flights %>% dbplot_raster(arr_delay, dep_delay, mean(distance, na.rm = TRUE)) ``` - + - Increase or decrease for more, or less, definition. The `resolution` argument controls that, it defaults to 100 @@ -123,7 +123,7 @@ spark_flights %>% dbplot_raster(arr_delay, dep_delay, mean(distance, na.rm = TRUE), resolution = 500) ``` - + ### Bar Plot @@ -134,7 +134,7 @@ spark_flights %>% dbplot_bar(origin) ``` - + - Pass a formula that will be operated for each value in the discrete variable @@ -146,7 +146,7 @@ spark_flights %>% ## Warning: Missing values are always removed in SQL. ## Use `AVG(x, na.rm = TRUE)` to silence this warning - + ### Line plot @@ -157,7 +157,7 @@ spark_flights %>% dbplot_line(month) ``` - + - Pass a formula that will be operated for each value in the discrete variable @@ -169,7 +169,7 @@ spark_flights %>% ## Warning: Missing values are always removed in SQL. ## Use `AVG(x, na.rm = TRUE)` to silence this warning - + ### Boxplot @@ -180,7 +180,7 @@ spark_flights %>% dbplot_boxplot(origin, dep_delay) ``` - + Calculation functions --------------------- @@ -222,7 +222,7 @@ spark_flights %>% geom_col(aes(arr_delay, count, fill = count)) ``` - + `db_bin()` ---------- @@ -273,4 +273,4 @@ spark_flights %>% geom_col(aes(x, n)) ``` - + diff --git a/revdep/README.md b/revdep/README.md index b08323b..6a63435 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -5,19 +5,24 @@ |setting |value | |:--------|:----------------------------| |version |R version 3.4.3 (2017-11-30) | -|system |x86_64, linux-gnu | -|ui |RStudio (1.1.383) | +|system |x86_64, mingw32 | +|ui |RStudio (1.2.177) | |language |(EN) | -|collate |en_US.UTF-8 | -|tz |Zulu | +|collate |English_United States.1252 | +|tz |America/Chicago | |date |2018-01-05 | ## Packages -|package |* |version |date |source | -|:-------|:--|:-------|:----------|:----------------------------| -|dbplot |* |0.2.0 |2018-01-05 |local (edgararuiz/dbplot@NA) | -|dbplyr | |1.2.0 |2018-01-03 |cran (@1.2.0) | +|package |* |version |date |source | +|:--------|:--|:-------|:----------|:----------------------------| +|dbplot |* |0.2.0 |2018-01-05 |local (edgararuiz/dbplot@NA) | +|dbplyr | |1.2.0 |2018-01-03 |CRAN (R 3.4.3) | +|dplyr |* |0.7.4 |2017-09-28 |CRAN (R 3.4.3) | +|ggplot2 | |2.2.1 |2016-12-30 |CRAN (R 3.4.3) | +|rlang |* |0.1.6 |2017-12-21 |CRAN (R 3.4.3) | +|testthat | |2.0.0 |2017-12-13 |CRAN (R 3.4.3) | +|tidyr | |0.7.2 |2017-10-16 |CRAN (R 3.4.3) | # Check results diff --git a/revdep/checks.rds b/revdep/checks.rds index 8acf737..bc83905 100644 Binary files a/revdep/checks.rds and b/revdep/checks.rds differ diff --git a/revdep/problems.md b/revdep/problems.md index a40e13a..35043af 100644 --- a/revdep/problems.md +++ b/revdep/problems.md @@ -5,19 +5,24 @@ |setting |value | |:--------|:----------------------------| |version |R version 3.4.3 (2017-11-30) | -|system |x86_64, linux-gnu | -|ui |RStudio (1.1.383) | +|system |x86_64, mingw32 | +|ui |RStudio (1.2.177) | |language |(EN) | -|collate |en_US.UTF-8 | -|tz |Zulu | +|collate |English_United States.1252 | +|tz |America/Chicago | |date |2018-01-05 | ## Packages -|package |* |version |date |source | -|:-------|:--|:-------|:----------|:----------------------------| -|dbplot |* |0.2.0 |2018-01-05 |local (edgararuiz/dbplot@NA) | -|dbplyr | |1.2.0 |2018-01-03 |cran (@1.2.0) | +|package |* |version |date |source | +|:--------|:--|:-------|:----------|:----------------------------| +|dbplot |* |0.2.0 |2018-01-05 |local (edgararuiz/dbplot@NA) | +|dbplyr | |1.2.0 |2018-01-03 |CRAN (R 3.4.3) | +|dplyr |* |0.7.4 |2017-09-28 |CRAN (R 3.4.3) | +|ggplot2 | |2.2.1 |2016-12-30 |CRAN (R 3.4.3) | +|rlang |* |0.1.6 |2017-12-21 |CRAN (R 3.4.3) | +|testthat | |2.0.0 |2017-12-13 |CRAN (R 3.4.3) | +|tidyr | |0.7.2 |2017-10-16 |CRAN (R 3.4.3) | # Check results