https://github.com/cran/precrec
Raw File
Tip revision: bcfdce5e7fce107219327c68535515c0aa1b5231 authored by Takaya Saito on 22 November 2016, 08:07:09 UTC
version 0.6.1
Tip revision: bcfdce5
NEWS.md
# precrec 0.6.1

* Improve github pages

# precrec 0.6

* Improve as.data.frame with Rcpp

* Create github pages with pkgdown

# precrec 0.5.2

* Update README

# precrec 0.5

* Add partial AUCs

# precrec 0.4

* Add new measures
    * Matthews correlation coefficient
    * F-score
    
* New generic function
    * as.data.frame works on precrec S3 objects

# precrec 0.3

* Improved the testing enviroment
    * unit tests
    * codecov
    
* Improved several documents


# precrec 0.2

* Improved several documents
    * several help files (.Rd)
    * package vignette
    * README

# precrec 0.1

* The first release version of `precrec`

* The package offers five functions
    * evalmod
    * mmdata
    * join\_scores
    * join\_labels
    * create\_sim\_samples
back to top