From 4275369bb24af764dd024477c6b8031db867ac44 Mon Sep 17 00:00:00 2001 From: rsquaredin Date: Thu, 8 Feb 2018 20:39:46 +0530 Subject: [PATCH 1/4] update version --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From ba338b658ba13571dbc8e0cceab8967f84f549f7 Mon Sep 17 00:00:00 2001 From: rsquaredin Date: Thu, 8 Feb 2018 20:40:06 +0530 Subject: [PATCH 2/4] register native routines --- NAMESPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From 4fb26e6a2d5ab6387ade62ae53a777102ee3af04 Mon Sep 17 00:00:00 2001 From: rsquaredin Date: Thu, 8 Feb 2018 20:40:25 +0530 Subject: [PATCH 3/4] recompile c++ code --- R/RcppExports.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) } From ee992cb9dc706119170930e7d2420b649891d2fd Mon Sep 17 00:00:00 2001 From: rsquaredin Date: Thu, 8 Feb 2018 20:40:44 +0530 Subject: [PATCH 4/4] remove hex sticker --- README.Rmd | 2 +- README.md | 2 +- docs/index.html | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) 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 @@

-inferr: Inferential statistics with R -

+inferr: Inferential statistics with R

Author: Aravind Hebbali
License: MIT

CRAN_Status_Badge Travis-CI Build Status AppVeyor Build Status Coverage status