Skip to content

Commit 32da5cd

Browse files
committed
Updated CRAN comments and copyrights
1 parent 4df4278 commit 32da5cd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

cran-comments.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
## R CMD check results
22

3-
0 errors | 0 warnings | 3 notes
3+
0 errors | 0 warnings | 2 notes
44

5-
* This is a new release.
65
* Checking installed package size ... NOTE installed size is 46.3Mb (linux-only)
76
* Possibly misspelled words in DESCRIPTION: All of the words are proper nouns or technical terms (BCF, Carvalho, Chipman, McCulloch, XBART)
87

inst/COPYRIGHTS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
stochtree
22
Copyright 2023-2025 stochtree contributors
33

4-
Several stochtree C++ header and source files include or are inspired by code
4+
Several stochtree C++ header / source files and build files include or are inspired by code
55
in several open-source decision tree libraries: xgboost, LightGBM, and treelite.
66
Copyright and license information for each of these three projects are detailed
77
further below and in comments in each of the files.
@@ -13,6 +13,11 @@ File: src/include/stochtree/log.h [LightGBM]
1313
File: src/include/stochtree/meta.h [LightGBM]
1414
File: src/include/stochtree/partition_tracker.h [LightGBM, xgboost]
1515
File: src/include/stochtree/tree.h [xgboost, treelite]
16+
File: configure.ac [LightGBM]
17+
File: configure.win [LightGBM]
18+
File: cleanup [LightGBM]
19+
File: Makevars.in [LightGBM]
20+
File: Makevars.win.in [LightGBM]
1621

1722
This project includes software from the xgboost project (Apache, 2.0).
1823
* Copyright 2015-2024, XGBoost Contributors

0 commit comments

Comments
 (0)