Skip to content

Commit

Permalink
build version++
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhock committed Aug 25, 2017
1 parent bfad014 commit 4864886
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,4 +1,5 @@
.Rhistory
*-Ex.R
*~
auto
auto
build.sh
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: WeightedROC
Maintainer: Toby Dylan Hocking <toby.hocking@r-project.org>
Author: Toby Dylan Hocking
Version: 2017.07.24
Version: 2017.08.25
License: GPL-3
Title: Fast, Weighted ROC Curves
Description: Fast computation of
Expand Down
4 changes: 4 additions & 0 deletions NEWS
@@ -1,3 +1,7 @@
2017.08.25

comparisons with PRROC.

2017.07.24

if(require(microbenchmark)) in ROC example for CRAN.
Expand Down
9 changes: 9 additions & 0 deletions build.sh
@@ -0,0 +1,9 @@
#!/bin/bash
cd ..
rm -rf WeightedROC-release
cp -r WeightedROC WeightedROC-release
##grep -v WeightedROCData WeightedROC/DESCRIPTION | grep -v Remotes > WeightedROC-release/DESCRIPTION
##rm WeightedROC-release/tests/testthat/test-WeightedROCData.R
PKG_TGZ=$(R CMD build WeightedROC-release|grep building|sed 's/.*‘//'|sed 's/’.*//')
R CMD INSTALL $PKG_TGZ
R CMD check --as-cran $PKG_TGZ

0 comments on commit 4864886

Please sign in to comment.