Skip to content

Commit

Permalink
Merge branch 'release/v0.9.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Saito, Takaya authored and Saito, Takaya committed Jan 7, 2021
2 parents bac70d6 + 735cc9e commit f66d342
Show file tree
Hide file tree
Showing 35 changed files with 84 additions and 65 deletions.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ r:
- release
- devel
cache: packages
sudo: false
warnings_are_errors: true
sudo: required

apt_packages:
- r-cran-rjava

# https://travis-ci.community/t/configuring-a-travis-yml-for-a-package-that-depends-on-rjava/9983
before_install:
- sudo $(which R) CMD javareconf

matrix:
exclude:
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: prcbench
Type: Package
Title: Testing Workbench for Precision-Recall Curves
Version: 0.9.0
Date: 2021-01-04
Version: 0.9.1
Date: 2021-01-07
Authors@R: c(
person("Takaya", "Saito", email = "takaya.saito@outlook.com", role = c("aut", "cre")),
person("Marc", "Rehmsmeier", email = "marc.rehmsmeier@ii.uib.no", role = c("aut")))
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# precrec 0.9.1

* Update Travis configurations for rJava

# precrec 0.9

* Improve code quality using the results from lintr and CodeFactor.io
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ res <- run_benchmark(testset, toolset)
knitr::kable(res$tab, digits = 2)
```

| testset | toolset | toolname | min | lq | mean | median | uq | max | neval |
| :------ | :------ | :------------ | ---: | ---: | ----: | -----: | ----: | -----: | ----: |
| b10 | auc5 | AUCCalculator | 3.29 | 3.91 | 11.29 | 5.91 | 8.09 | 35.26 | 5 |
| b10 | auc5 | PerfMeas | 0.07 | 0.08 | 92.09 | 0.08 | 0.10 | 460.11 | 5 |
| b10 | auc5 | precrec | 7.13 | 8.14 | 40.73 | 8.34 | 13.89 | 166.15 | 5 |
| b10 | auc5 | PRROC | 0.22 | 0.23 | 1.60 | 0.23 | 0.25 | 7.09 | 5 |
| b10 | auc5 | ROCR | 2.52 | 2.63 | 20.91 | 3.12 | 42.51 | 53.74 | 5 |
| testset | toolset | toolname | min | lq | mean | median | uq | max | neval |
| :------ | :------ | :------------ | ---: | ---: | -----: | -----: | ----: | -----: | ----: |
| b10 | auc5 | AUCCalculator | 3.64 | 5.32 | 12.23 | 5.69 | 7.10 | 39.42 | 5 |
| b10 | auc5 | PerfMeas | 0.10 | 0.11 | 117.44 | 0.12 | 0.14 | 586.76 | 5 |
| b10 | auc5 | precrec | 5.60 | 6.74 | 49.48 | 8.54 | 21.37 | 205.13 | 5 |
| b10 | auc5 | PRROC | 0.25 | 0.26 | 4.48 | 0.31 | 0.31 | 21.27 | 5 |
| b10 | auc5 | ROCR | 2.88 | 3.85 | 24.01 | 6.20 | 49.66 | 57.46 | 5 |

### Evaluation of precision-recall curves

Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
## Version 0.9.0
## Version 0.9.1
This is a submission for updating the already published package - prcbench.

In this version I have:

* Improve code quality using the results from lintr and CodeFactor.io

* Updated the version.
* 0.8.2 -> 0.9.0
* 0.8.2 -> 0.9.1

## Test environments
* local macOS High Sierra, R 4.0.3
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions docs/articles/introduction.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ pkgdown: 1.6.1
pkgdown_sha: ~
articles:
introduction: introduction.html
last_built: 2021-01-07T03:42Z
last_built: 2021-01-07T07:10Z

2 changes: 1 addition & 1 deletion docs/reference/C1DATA.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/C2DATA.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/C3DATA.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/C4DATA.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/TestDataB.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/TestDataC.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/ToolAUCCalculator.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/ToolIFBase.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/ToolPRROC.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/ToolPerfMeas.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/ToolROCR.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/Toolprecrec.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/autoplot.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/reference/create_example_func.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/create_testset.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/create_toolset.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/create_usrdata.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/create_usrtool.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/reference/prcbench.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f66d342

Please sign in to comment.