Skip to content

Commit dd19d76

Browse files
committed
Addresses warning from release attempt
1 parent dd2a0a5 commit dd19d76

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.Rbuildignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
^logs$
99
^spark-warehouse$
1010
^man-roxygen$
11-
^NEWS\.md$
1211
^\.github/
1312
^derby\.log$
1413
^\.github$

DESCRIPTION

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: sparkxgb
22
Type: Package
33
Title: Interface for 'XGBoost' on 'Apache Spark'
4-
Version: 0.2
4+
Version: 0.2.0
55
Authors@R: c(person("Kevin", "Kuo", email = "kevin.kuo@rstudio.com",
66
role = "aut", comment = c(ORCID = "0000-0001-7803-7901")),
77
person("Yitao", "Li", email = "yitaoli1990@gmail.com",
@@ -15,7 +15,6 @@ Description: A 'sparklyr' <https://spark.posit.co/> extension that provides an R
1515
'XGBoost' is an optimized distributed gradient boosting library.
1616
License: Apache License (>= 2.0)
1717
Encoding: UTF-8
18-
LazyData: true
1918
Depends:
2019
R (>= 3.1.2)
2120
Imports:

0 commit comments

Comments
 (0)