diff --git a/.Rbuildignore b/.Rbuildignore index cff14dd..9c3dbbe 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -8,7 +8,6 @@ ^logs$ ^spark-warehouse$ ^man-roxygen$ -^NEWS\.md$ ^\.github/ ^derby\.log$ ^\.github$ diff --git a/DESCRIPTION b/DESCRIPTION index 4474800..2a930af 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: sparkxgb Type: Package Title: Interface for 'XGBoost' on 'Apache Spark' -Version: 0.2 +Version: 0.2.0 Authors@R: c(person("Kevin", "Kuo", email = "kevin.kuo@rstudio.com", role = "aut", comment = c(ORCID = "0000-0001-7803-7901")), person("Yitao", "Li", email = "yitaoli1990@gmail.com", @@ -15,7 +15,6 @@ Description: A 'sparklyr' extension that provides an R 'XGBoost' is an optimized distributed gradient boosting library. License: Apache License (>= 2.0) Encoding: UTF-8 -LazyData: true Depends: R (>= 3.1.2) Imports: