Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
schalkdaniel committed Mar 28, 2023
1 parent 8a92391 commit cf8f77e
Show file tree
Hide file tree
Showing 9 changed files with 155 additions and 171 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Expand Up @@ -6,7 +6,7 @@ Authors@R: c(
person(given = "Daniel", family = "Schalk", email = "schalkdaniel242@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0950-1947")),
person(given = "Janek", family = "Thomas", email = "janek.thomas@stat.uni-muenchen.de", role = "aut", comment = c(ORCID = "0000-0003-4511-6245")),
person(given = "Bernd", family = "Bischl", email = "bernd_bischl@gmx.net", role = "aut", comment = c(ORCID = "0000-0001-6002-6980")))
Maintainer: Daniel Schalk <daniel.schalk@stat.uni-muenchen.de>
Maintainer: Daniel Schalk <schalkdaniel242@gmail.com>
Description: Efficient implementation of component-wise gradient boosting.
The package applies the boosting framework to statistical models, e.g.,
general additive models using component-wise smoothing splines.
Expand All @@ -18,7 +18,7 @@ BugReports: https://github.com/schalkdaniel/compboost/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE, r6 = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.2.3
Depends:
R (>= 3.4.0)
Imports:
Expand Down
1 change: 1 addition & 0 deletions R/RcppExports.R
Expand Up @@ -1466,6 +1466,7 @@ NULL

#' @title Internal Compboost Class
#'
#' @description
#' This class is the raw `C++` pendant and still at a very high-level.
#' It is the base for the [Compboost] [R6] class and provides
#' many convenient wrapper to access data and execute methods by calling
Expand Down
13 changes: 1 addition & 12 deletions cran-comments.md
Expand Up @@ -13,7 +13,7 @@ Remote environments via GitHub Actions, checks are run with `--as-cran`
## R CMD check results
There were no ERRORs or WARNINGs.

There was 2 NOTE:
There were 2 NOTEs:

```
checking installed package size ... NOTE
Expand All @@ -26,14 +26,3 @@ sub-directories of 1Mb or more:
* This is a new release.
* Shared object created by Rcpp is greater than 1Mb.
* Using math equations in the vignettes increases the size of two vignettes to ~800 kB and ~600 kB.

```
checking HTML version of manual ... [10s] NOTE
Found the following HTML validation problems:
mlr_learners.compboost.html:63:6 (mlr_learners.compboost.Rd:27): Warning: missing </span> before <p>
mlr_learners.compboost.html:63:92 (mlr_learners.compboost.Rd:27): Warning: inserting implicit <span>
mlr_learners.compboost.html:66:6 (mlr_learners.compboost.Rd:28): Warning: missing </span> before <p>
...
```

* I was not able to reproduce the error on my machine. Hence it is tough to debug the problem here.
144 changes: 72 additions & 72 deletions man/Compboost.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions man/Compboost_internal.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cf8f77e

Please sign in to comment.