Skip to content

Commit 73334ec

Browse files
Merge pull request #28 from rsquaredacademy/develop
add cran status badge
2 parents 0b09d14 + 73bd439 commit 73334ec

File tree

7 files changed

+50
-60
lines changed

7 files changed

+50
-60
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* linguist-vendored
2+
*.R linguist-vendored=false

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ warnings_are_errors: true
66
sudo: false
77

88
r:
9+
- 3.2
910
- oldrel
1011
- release
1112
- devel

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: Select set of parametric and non-parametric statistical tests. 'inf
77
statistical tests provided in 'stats' package by including additional data types as inputs, expanding and
88
restructuring the test results. The tests included are t tests, variance tests, proportion tests, chi square tests, Levene's test, McNemar Test, Cochran's Q test and Runs test.
99
Depends:
10-
R(>= 3.2.4)
10+
R(>= 3.2)
1111
License: MIT + file LICENSE
1212
URL: https://rsquaredacademy.github.io/inferr/, https://github.com/rsquaredacademy/inferr
1313
BugReports: https://github.com/rsquaredacademy/inferr/issues

R/RcppExports.R

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
33

44
nsignC <- function(x) {
5-
.Call(`_inferr_nsignC`, x)
5+
.Call(`_inferr_nsignC`, x)
66
}
77

88
gvar <- function(ln, ly) {
9-
.Call(`_inferr_gvar`, ln, ly)
9+
.Call(`_inferr_gvar`, ln, ly)
1010
}
11+

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inferr: Inferential statistics with R <img src="hex_inferr.png" align="right" />
1818
**Author:** [Aravind Hebbali](http://www.aravindhebbali.com)<br/>
1919
**License:** [MIT](https://opensource.org/licenses/MIT)
2020

21-
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/inferr)](https://cran.r-project.org/package=inferr) [![Travis-CI Build Status](https://travis-ci.org/rsquaredacademy/inferr.svg?branch=master)](https://travis-ci.org/rsquaredacademy/inferr) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rsquaredacademy/inferr?branch=master&svg=true)](https://ci.appveyor.com/project/rsquaredacademy/inferr) [![Coverage status](https://codecov.io/gh/rsquaredacademy/inferr/branch/master/graph/badge.svg)](https://codecov.io/github/rsquaredacademy/inferr?branch=master) [![](https://cranlogs.r-pkg.org/badges/grand-total/inferr)](https://cran.r-project.org/package=inferr) ![](https://img.shields.io/badge/lifecycle-maturing-blue.svg)
21+
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/inferr)](https://cran.r-project.org/package=inferr) [![cran checks](https://cranchecks.info/badges/summary/inferr)](https://cran.r-project.org/web/checks/check_results_inferr.html) [![Travis-CI Build Status](https://travis-ci.org/rsquaredacademy/inferr.svg?branch=master)](https://travis-ci.org/rsquaredacademy/inferr) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rsquaredacademy/inferr?branch=master&svg=true)](https://ci.appveyor.com/project/rsquaredacademy/inferr) [![Coverage status](https://codecov.io/gh/rsquaredacademy/inferr/branch/master/graph/badge.svg)](https://codecov.io/github/rsquaredacademy/inferr?branch=master) [![](https://cranlogs.r-pkg.org/badges/grand-total/inferr)](https://cran.r-project.org/package=inferr) ![](https://img.shields.io/badge/lifecycle-maturing-blue.svg)
2222

2323
## Overview
2424

README.md

+41-55
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,43 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
3+
inferr: Inferential statistics with R <img src="hex_inferr.png" align="right" />
4+
--------------------------------------------------------------------------------
35

4-
## inferr: Inferential statistics with R <img src="hex_inferr.png" align="right" />
6+
**Author:** [Aravind Hebbali](http://www.aravindhebbali.com)<br/> **License:** [MIT](https://opensource.org/licenses/MIT)
57

6-
**Author:** [Aravind Hebbali](http://www.aravindhebbali.com)<br/>
7-
**License:**
8-
[MIT](https://opensource.org/licenses/MIT)
8+
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/inferr)](https://cran.r-project.org/package=inferr) [![cran checks](https://cranchecks.info/badges/summary/inferr)](https://cran.r-project.org/web/checks/check_results_inferr.html) [![Travis-CI Build Status](https://travis-ci.org/rsquaredacademy/inferr.svg?branch=master)](https://travis-ci.org/rsquaredacademy/inferr) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rsquaredacademy/inferr?branch=master&svg=true)](https://ci.appveyor.com/project/rsquaredacademy/inferr) [![Coverage status](https://codecov.io/gh/rsquaredacademy/inferr/branch/master/graph/badge.svg)](https://codecov.io/github/rsquaredacademy/inferr?branch=master) [![](https://cranlogs.r-pkg.org/badges/grand-total/inferr)](https://cran.r-project.org/package=inferr) ![](https://img.shields.io/badge/lifecycle-maturing-blue.svg)
99

10-
[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/inferr)](https://cran.r-project.org/package=inferr)
11-
[![Travis-CI Build
12-
Status](https://travis-ci.org/rsquaredacademy/inferr.svg?branch=master)](https://travis-ci.org/rsquaredacademy/inferr)
13-
[![AppVeyor Build
14-
Status](https://ci.appveyor.com/api/projects/status/github/rsquaredacademy/inferr?branch=master&svg=true)](https://ci.appveyor.com/project/rsquaredacademy/inferr)
15-
[![Coverage
16-
status](https://codecov.io/gh/rsquaredacademy/inferr/branch/master/graph/badge.svg)](https://codecov.io/github/rsquaredacademy/inferr?branch=master)
17-
[![](https://cranlogs.r-pkg.org/badges/grand-total/inferr)](https://cran.r-project.org/package=inferr)
18-
![](https://img.shields.io/badge/lifecycle-maturing-blue.svg)
10+
Overview
11+
--------
1912

20-
## Overview
21-
22-
Inferential statistics allows us to make generalizations about
23-
populations using data drawn from the population. We use them when it is
24-
impractical or impossible to collect data about the whole population
25-
under study and instead, we have a sample that represents the population
26-
under study and using inferential statistics technique, we make
27-
generalizations about the population from the sample.
13+
Inferential statistics allows us to make generalizations about populations using data drawn from the population. We use them when it is impractical or impossible to collect data about the whole population under study and instead, we have a sample that represents the population under study and using inferential statistics technique, we make generalizations about the population from the sample.
2814

2915
The **inferr** package:
3016

31-
- builds upon the statistical tests provided in **stats**
32-
- provides additional and flexible input options
33-
- more detailed and structured test results
34-
35-
As of version 0.1, **inferr** includes a select set of parametric and
36-
non-parametric statistical tests which are listed below:
37-
38-
- One Sample t Test
39-
- Paired Sample t Test
40-
- Independent Sample t Test
41-
- One Sample Proportion Test
42-
- Two Sample Proportion Test
43-
- One Sample Variance Test
44-
- Two Sample Variance Test
45-
- Binomial Test
46-
- ANOVA
47-
- Chi Square Goodness of Fit Test
48-
- Chi Square Independence Test
49-
- Levene’s Test
50-
- Cochran’s Q Test
51-
- McNemar Test
52-
- Runs Test for Randomness
53-
54-
## Installation
17+
- builds upon the statistical tests provided in **stats**
18+
- provides additional and flexible input options
19+
- more detailed and structured test results
20+
21+
As of version 0.1, **inferr** includes a select set of parametric and non-parametric statistical tests which are listed below:
22+
23+
- One Sample t Test
24+
- Paired Sample t Test
25+
- Independent Sample t Test
26+
- One Sample Proportion Test
27+
- Two Sample Proportion Test
28+
- One Sample Variance Test
29+
- Two Sample Variance Test
30+
- Binomial Test
31+
- ANOVA
32+
- Chi Square Goodness of Fit Test
33+
- Chi Square Independence Test
34+
- Levene's Test
35+
- Cochran's Q Test
36+
- McNemar Test
37+
- Runs Test for Randomness
38+
39+
Installation
40+
------------
5541

5642
``` r
5743
# install inferr from CRAN
@@ -62,16 +48,18 @@ install.packages("inferr")
6248
devtools::install_github("rsquaredacademy/inferr")
6349
```
6450

65-
## Shiny App
51+
Shiny App
52+
---------
6653

6754
Use `infer_launch_shiny_app()` to explore the package using a shiny app.
6855

69-
## Vignettes
56+
Vignettes
57+
---------
7058

71-
- [Introduction to
72-
inferr](http://www.rsquaredacademy.com/inferr/articles/index.html)
59+
- [Introduction to inferr](http://www.rsquaredacademy.com/inferr/articles/index.html)
7360

74-
## Usage
61+
Usage
62+
-----
7563

7664
##### One Sample t Test
7765

@@ -141,7 +129,7 @@ infer_chisq_assoc_test(hsb, female, schtyp)
141129
#> ----------------------------------------------------
142130
```
143131

144-
##### Levenes Test
132+
##### Levene's Test
145133

146134
``` r
147135
infer_levene_test(hsb, read, group_var = race)
@@ -166,7 +154,7 @@ infer_levene_test(hsb, read, group_var = race)
166154
#> -------------------------------------------------------------------------
167155
```
168156

169-
##### Cochrans Q Test
157+
##### Cochran's Q Test
170158

171159
``` r
172160
infer_cochran_qtest(exam, exam1, exam2, exam3)
@@ -224,6 +212,4 @@ infer_mcnemar_test(hb, himath, hiread)
224212
#> ----------------------
225213
```
226214

227-
Please note that this project is released with a [Contributor Code of
228-
Conduct](CONDUCT.md). By participating in this project you agree to
229-
abide by its terms.
215+
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.

inst/application/ui/ui_dataoptions.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
tabPanel('Data Sources', value = 'tab_datasources',
22

3-
fluidPage(
3+
fluidPage(theme = shinytheme('cerulean'),
44

55
includeCSS("mystyle.css"),
66

0 commit comments

Comments
 (0)