Skip to content

Commit

Permalink
submission fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjunhou committed Mar 15, 2019
1 parent 5e85a61 commit b4f0ca2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
^CRAN-RELEASE$
^\.travis\.yml$
^.*\.Rproj$
^\.Rproj\.user$
Expand Down
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Package: xgb2sql
Type: Package
Title: Convert Trained XGBoost Model to SQL Query
Title: Convert Trained 'XGBoost' Model to SQL Query
Version: 0.1.2
Description: This tool enables in-database scoring of XGBoost models built in R, by translating trained model objects into SQL query.
XGBoost <https://xgboost.readthedocs.io/en/latest/index.html> provides parallel tree boosting (also known as gradient boosting machine, or GBM) algorithms
Description: This tool enables in-database scoring of 'XGBoost' models built in R, by translating trained model objects into SQL query.
'XGBoost' <https://xgboost.readthedocs.io/en/latest/index.html> provides parallel tree boosting (also known as gradient boosting machine, or GBM) algorithms
in a highly efficient, flexible and portable way. GBM algorithm is introduced by Friedman (2001) <doi:10.1214/aos/1013203451>,
and more details on XGBoost can be found in Chen & Guestrin (2016) <doi:10.1145/2939672.2939785>.
and more details on 'XGBoost' can be found in Chen & Guestrin (2016) <doi:10.1145/2939672.2939785>.
Authors@R: c(
person("Chengjun", "Hou", role = c("aut", "cre"), email = "[email protected]"),
person("Abhishek", "Bishoyi", role = c("aut"), email = "[email protected]")
Expand Down
6 changes: 6 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# New Package Submission - xgb2sql

## Resubmission
This is a resubmission. In this version I have:
* Added single quotes to the word XGBoost as requested by the reviewer.
And according to other packages on CRAN, word SQL stands for the language, same as R.
So single quotes were not added to the word SQL.

## Resubmission
This is a resubmission. In this version I have:
* Revised URL of the CRAN page for a task view in canonical form
Expand Down

0 comments on commit b4f0ca2

Please sign in to comment.