Revision 205e6c12bdcc4e86755a45d43d094a25629d54dc authored by Takaya Saito on 07 April 2017, 16:58:00 UTC, committed by cran-robot on 07 April 2017, 16:58:00 UTC
1 parent 322e3a5
Raw File
NEWS.md
# precrec 0.7.1

* Add precrec_init.c to avoid CRAN warnings

# precrec 0.7

* Add reduce_points option to autoplot

# precrec 0.6.2

* Fix mdat print

# 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