Skip to content

Commit

Permalink
prep for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Dec 11, 2017
1 parent 1bbbaba commit 0e6984e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 22 deletions.
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)
}

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

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

**Author:** [Aravind Hebbali](http://www.aravindhebbali.com)<br/>
**License:** [MIT](https://opensource.org/licenses/MIT)
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->
inferr: Inferential statistics with R <img src="inferr.jpg" align="right" />
----------------------------------------------------------------------------
inferr: Inferential statistics with R

**Author:** [Aravind Hebbali](http://www.aravindhebbali.com)<br/> **License:** [MIT](https://opensource.org/licenses/MIT)

Expand Down
7 changes: 3 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
## Release Summary

* Registered native routines
* Fixed bugs related to error handling
* added shiny app for interactive analysis

## Test environments
* local Windows 10, R 3.4.0
* ubuntu 12.04 (on travis-ci), R 3.3.3, R 3.4.0, R-devel
* local Windows 10, R 3.4.3
* ubuntu 12.04 (on travis-ci), R 3.3.3, R 3.4.3, R-devel
* win-builder (devel and release)

## R CMD check results
Expand Down
Binary file removed inferr.jpg
Binary file not shown.
12 changes: 0 additions & 12 deletions vignettes/reference-media.Rmd

This file was deleted.

0 comments on commit 0e6984e

Please sign in to comment.