Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prep for cran release #22

Merged
merged 4 commits into from
Feb 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: inferr
Type: Package
Title: Inferential Statistics
Version: 0.2.0.9000
Version: 0.3.0
Authors@R: person("Aravind", "Hebbali", email = "[email protected]", role = c("aut", "cre"))
Description: Select set of parametric and non-parametric statistical tests. 'inferr' builds upon the solid set of
statistical tests provided in 'stats' package by including additional data types as inputs, expanding and
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ importFrom(stats,var)
importFrom(tibble,as_data_frame)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
useDynLib(inferr)
useDynLib(inferr, .registration = TRUE)
4 changes: 2 additions & 2 deletions R/RcppExports.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

nsignC <- function(x) {
.Call('_inferr_nsignC', PACKAGE = 'inferr', x)
.Call(`_inferr_nsignC`, x)
}

gvar <- function(ln, ly) {
.Call('_inferr_gvar', PACKAGE = 'inferr', ln, ly)
.Call(`_inferr_gvar`, ln, ly)
}

2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ knitr::opts_chunk$set(
)
```

inferr: Inferential statistics with R <img src="hex_inferr.png" align="right" />
inferr: Inferential statistics with R
-------------

**Author:** [Aravind Hebbali](http://www.aravindhebbali.com)<br/>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

## inferr: Inferential statistics with R <img src="hex_inferr.png" align="right" />
## inferr: Inferential statistics with R

**Author:** [Aravind Hebbali](http://www.aravindhebbali.com)<br/>
**License:**
Expand Down
3 changes: 1 addition & 2 deletions docs/index.html

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