-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from simonpcouch/v0.2.2-prep
v0.2.2 release
- Loading branch information
Showing
3 changed files
with
23 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: xrf | ||
Title: eXtreme RuleFit | ||
Version: 0.2.1 | ||
Version: 0.2.2 | ||
Authors@R: person("Karl", "Holub", email = "[email protected]", role = c("aut", "cre")) | ||
Description: An implementation of the RuleFit algorithm as described in Friedman & Popescu | ||
(2008) <doi:10.1214/07-AOAS148>. eXtreme Gradient Boosting ('XGBoost') is used | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
## Submission | ||
This is a patch of `xrf` from 0.2.0 to 0.2.1. Changes: | ||
|
||
* Cleared xgboost unused parameters warning | ||
* Replaced use of deprecated xgboost objective function | ||
|
||
## Test environments | ||
|
||
* macOS Catalina, R-release | ||
* Debian Linux, R-devel (https://builder.r-hub.io/status/xrf_0.2.1.tar.gz-9af3f255b2c706689b5ce8a9df3eea24) | ||
* Windows, R-release (https://win-builder.r-project.org/94M9t7445SVe/00check.log) | ||
* macOS, R-release (via GitHub Actions) | ||
* Ubuntu Linux, R-devel, release, oldrel-1, and oldrel-2 (via GitHub Actions) | ||
* Windows, R-devel (via win-builder) and R-release (via GitHub Actions) | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs on all platforms. | ||
|
||
win-builder contained NOTEs on example code runtime & an HTTP 500 in DOI lookup, which appear environment-specific. | ||
There were no ERRORs, WARNINGs, or NOTEs on all platforms. | ||
|
||
## Reverse Dependencies | ||
Were tested on macOS Catalina using `tools::check_packages_in_dir`; no ERRORs or WARNINGs were found. | ||
|
||
This package has one CRAN dependency, `rules`. Comparing R CMD check results across CRAN and dev versions of this package, we saw no new problems. |