diff --git a/DESCRIPTION b/DESCRIPTION index 12df03d..200872b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: xplorerr Type: Package Title: Tools for Interactive Data Exploration -Version: 0.1.1.9000 +Version: 0.1.2 Authors@R: person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9220-9669")) Description: Tools for interactive data exploration built using 'shiny'. Includes apps for descriptive diff --git a/NEWS.md b/NEWS.md index db94d95..a6bc7f9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# xplorerr 0.1.2 + +This is a patch release to fix CRAN note about lazy data. + # xplorerr 0.1.1 This is a patch release to fix bugs in the app. diff --git a/R/xpl-data-exam.R b/R/xpl-data-exam.R index f2a91fd..f8e2382 100644 --- a/R/xpl-data-exam.R +++ b/R/xpl-data-exam.R @@ -9,5 +9,7 @@ #' \item{exam3}{result of exam3} #' } #' -#' @source \url{http://www.spss-tutorials.com/spss-cochran-q-test/} +#' @usage data(exam) +#' +#' @source \url{https://www.spss-tutorials.com/spss-cochran-q-test/} "exam" diff --git a/R/xpl-data-hsb.R b/R/xpl-data-hsb.R index 3c6b30c..7c0fad3 100644 --- a/R/xpl-data-hsb.R +++ b/R/xpl-data-hsb.R @@ -18,5 +18,7 @@ #' \item{socst}{scores from test of social studies} #' } #' -#' @source \url{http://www.ats.ucla.edu/stat/spss/whatstat/whatstat.htm} +#' @usage data(hsb) +#' +#' @source \url{https://nces.ed.gov/surveys/hsb/} "hsb" diff --git a/R/xpl-data-treatment.R b/R/xpl-data-treatment.R index e06fe82..3a7df91 100644 --- a/R/xpl-data-treatment.R +++ b/R/xpl-data-treatment.R @@ -8,4 +8,6 @@ #' \item{treatment2}{result of treatment type 2} #' } #' +#' @usage data(treatment) +#' "treatment" diff --git a/README.Rmd b/README.Rmd index f21cc1e..61020c8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -16,10 +16,12 @@ knitr::opts_chunk$set( > Tools for interactive data analysis + [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/xplorerr)](https://cran.r-project.org/package=xplorerr) [![cran checks](https://cranchecks.info/badges/summary/xplorerr)](https://cran.r-project.org/web/checks/check_results_xplorerr.html) -[![R build status](https://github.com/rsquaredacademy/xplorerr/workflows/R-CMD-check/badge.svg)](https://github.com/rsquaredacademy/xplorerr/actions) [![status](https://tinyverse.netlify.com/badge/xplorerr)](https://CRAN.R-project.org/package=xplorerr) [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) +[![R build status](https://github.com/rsquaredacademy/xplorerr/workflows/R-CMD-check/badge.svg)](https://github.com/rsquaredacademy/xplorerr/actions) [![status](https://tinyverse.netlify.com/badge/xplorerr)](https://CRAN.R-project.org/package=xplorerr) [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![](https://cranlogs.r-pkg.org/badges/grand-total/xplorerr)](https://cran.r-project.org/package=xplorerr) + ## Overview @@ -124,7 +126,3 @@ Tools for interactive data visualization . Users can visualize data using ```{r visualize, eval=FALSE} app_visualizer() ``` - -## Community Guidelines - -Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms. diff --git a/README.md b/README.md index d922bc5..360c94a 100644 --- a/README.md +++ b/README.md @@ -5,30 +5,34 @@ > Tools for interactive data analysis + + [![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/xplorerr)](https://cran.r-project.org/package=xplorerr) [![cran checks](https://cranchecks.info/badges/summary/xplorerr)](https://cran.r-project.org/web/checks/check_results_xplorerr.html) [![R build status](https://github.com/rsquaredacademy/xplorerr/workflows/R-CMD-check/badge.svg)](https://github.com/rsquaredacademy/xplorerr/actions) [![status](https://tinyverse.netlify.com/badge/xplorerr)](https://CRAN.R-project.org/package=xplorerr) -[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](https://www.tidyverse.org/lifecycle/#maturing) +[![Lifecycle: +stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html) [![](https://cranlogs.r-pkg.org/badges/grand-total/xplorerr)](https://cran.r-project.org/package=xplorerr) + ## Overview xplorerr provides a set of tools for interactive data analysis: - - Descriptive statistics - - Visualize probability distributions - - Inferential statistics - - Linear regression - - Logistic regression - - RFM Analysis - - Data visualization - - ggplot2 - - plotly - - rbokeh - - highcharter +- Descriptive statistics +- Visualize probability distributions +- Inferential statistics +- Linear regression +- Logistic regression +- RFM Analysis +- Data visualization + - ggplot2 + - plotly + - rbokeh + - highcharter ## Installation @@ -118,9 +122,3 @@ using ‘ggplot2’, ‘plotly’, ‘rbokeh’ and ‘highcharter’ libraries. ``` r app_visualizer() ``` - -## Community Guidelines - -Please note that this project is released with a [Contributor Code of -Conduct](CONDUCT.md). By participating in this project you agree to -abide by its terms. diff --git a/_pkgdown.yml b/_pkgdown.yml index 8c8c6a6..d3b61fb 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -7,6 +7,7 @@ authors: templates: params: bootswatch: cosmo + ganalytics: UA-57270671-33 home: links: diff --git a/cran-comments.md b/cran-comments.md index 4b837cb..a03a3be 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,11 @@ +## Resubmission + +* Fixed invalid URL (https://www.tidyverse.org/lifecycle/#stable to +https://lifecycle.r-lib.org/articles/stages.html) + ## Test environments -* local Windows 10, R 3.5.2 -* ubuntu 14.04 (on travis-ci), R 3.4.4, R 3.5.2, R devel +* local Windows 10 install, R 4.0.4 +* ubuntu 14.04 (on GitHub Actions), R 4.1.0, R-devel * win-builder (devel and release) ## R CMD check results diff --git a/man/exam.Rd b/man/exam.Rd index 96a8c5b..3184ad2 100644 --- a/man/exam.Rd +++ b/man/exam.Rd @@ -13,10 +13,10 @@ A data frame with 15 rows and 3 variables: } } \source{ -\url{http://www.spss-tutorials.com/spss-cochran-q-test/} +\url{https://www.spss-tutorials.com/spss-cochran-q-test/} } \usage{ -exam +data(exam) } \description{ A dataset containing information about results of three exams. diff --git a/man/hsb.Rd b/man/hsb.Rd index b6ad1e7..81f5d25 100644 --- a/man/hsb.Rd +++ b/man/hsb.Rd @@ -21,10 +21,10 @@ A data frame with 200 rows and 10 variables: } } \source{ -\url{http://www.ats.ucla.edu/stat/spss/whatstat/whatstat.htm} +\url{https://nces.ed.gov/surveys/hsb/} } \usage{ -hsb +data(hsb) } \description{ A dataset containing demographic information and standardized test diff --git a/man/treatment.Rd b/man/treatment.Rd index 2493949..12729fc 100644 --- a/man/treatment.Rd +++ b/man/treatment.Rd @@ -12,7 +12,7 @@ A data frame with 50 rows and 2 variables: } } \usage{ -treatment +data(treatment) } \description{ A dataset containing information about two treatments