diff --git a/DESCRIPTION b/DESCRIPTION
index 5dc1950..56035bd 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -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 = "hebbali.aravind@gmail.com", 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
diff --git a/NAMESPACE b/NAMESPACE
index c1e2680..20080fb 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -112,4 +112,4 @@ importFrom(stats,var)
importFrom(tibble,as_data_frame)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
-useDynLib(inferr)
+useDynLib(inferr, .registration = TRUE)
diff --git a/R/RcppExports.R b/R/RcppExports.R
index 49b3de1..97c2d3a 100644
--- a/R/RcppExports.R
+++ b/R/RcppExports.R
@@ -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)
}
diff --git a/README.Rmd b/README.Rmd
index e74932d..5f38a94 100644
--- a/README.Rmd
+++ b/README.Rmd
@@ -12,7 +12,7 @@ knitr::opts_chunk$set(
)
```
-inferr: Inferential statistics with R
+inferr: Inferential statistics with R
-------------
**Author:** [Aravind Hebbali](http://www.aravindhebbali.com)
diff --git a/README.md b/README.md
index 314cada..19459e7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-## inferr: Inferential statistics with R
+## inferr: Inferential statistics with R
**Author:** [Aravind Hebbali](http://www.aravindhebbali.com)
**License:**
diff --git a/docs/index.html b/docs/index.html
index 7c764ea..6a6e697 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -85,8 +85,7 @@
Author: Aravind Hebbali
License: MIT