Skip to content

Commit

Permalink
Merge pull request #38 from rsquaredacademy/develop
Browse files Browse the repository at this point in the history
On CRAN
  • Loading branch information
aravindhebbali authored May 21, 2021
2 parents da668bf + accca10 commit c975659
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 33 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9220-9669"))
Description: Tools for interactive data exploration built using 'shiny'. Includes apps for descriptive
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 3 additions & 1 deletion R/xpl-data-exam.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 3 additions & 1 deletion R/xpl-data-hsb.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 2 additions & 0 deletions R/xpl-data-treatment.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
#' \item{treatment2}{result of treatment type 2}
#' }
#'
#' @usage data(treatment)
#'
"treatment"
8 changes: 3 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ knitr::opts_chunk$set(

> Tools for interactive data analysis
<!-- badges: start -->
[![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)
<!-- badges: end -->

## Overview

Expand Down Expand Up @@ -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.
34 changes: 16 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,34 @@

> Tools for interactive data analysis
<!-- badges: start -->

[![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)
<!-- badges: end -->

## 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

Expand Down Expand Up @@ -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.
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors:
templates:
params:
bootswatch: cosmo
ganalytics: UA-57270671-33

home:
links:
Expand Down
9 changes: 7 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/exam.Rd

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

4 changes: 2 additions & 2 deletions man/hsb.Rd

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

2 changes: 1 addition & 1 deletion man/treatment.Rd

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

0 comments on commit c975659

Please sign in to comment.