Skip to content

Commit 626d878

Browse files
Merge pull request #22 from rsquaredacademy/develop
prep for cran release
2 parents d374947 + ee992cb commit 626d878

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: inferr
22
Type: Package
33
Title: Inferential Statistics
4-
Version: 0.2.0.9000
4+
Version: 0.3.0
55
Authors@R: person("Aravind", "Hebbali", email = "[email protected]", role = c("aut", "cre"))
66
Description: Select set of parametric and non-parametric statistical tests. 'inferr' builds upon the solid set of
77
statistical tests provided in 'stats' package by including additional data types as inputs, expanding and

NAMESPACE

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,4 @@ importFrom(stats,var)
112112
importFrom(tibble,as_data_frame)
113113
importFrom(tibble,tibble)
114114
importFrom(tidyr,gather)
115-
useDynLib(inferr)
115+
useDynLib(inferr, .registration = TRUE)

R/RcppExports.R

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

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

88
gvar <- function(ln, ly) {
9-
.Call('_inferr_gvar', PACKAGE = 'inferr', ln, ly)
9+
.Call(`_inferr_gvar`, ln, ly)
1010
}
1111

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ knitr::opts_chunk$set(
1212
)
1313
```
1414

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

1818
**Author:** [Aravind Hebbali](http://www.aravindhebbali.com)<br/>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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

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

66
**Author:** [Aravind Hebbali](http://www.aravindhebbali.com)<br/>
77
**License:**

docs/index.html

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)