diff --git a/R-package/LICENSE b/R-package/LICENSE index b9f38c38a..bc1c21d59 100644 --- a/R-package/LICENSE +++ b/R-package/LICENSE @@ -1,9 +1,9 @@ -Copyright (c) 2014 by Tianqi Chen and Contributors +Copyright (c) 2014-2023, Tianqi Chen and XBGoost Contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software diff --git a/R-package/R/xgb.plot.tree.R b/R-package/R/xgb.plot.tree.R index dc2656170..a11790c25 100644 --- a/R-package/R/xgb.plot.tree.R +++ b/R-package/R/xgb.plot.tree.R @@ -34,7 +34,7 @@ #' The branches that also used for missing values are marked as bold #' (as in "carrying extra capacity"). #' -#' This function uses \href{http://www.graphviz.org/}{GraphViz} as a backend of DiagrammeR. +#' This function uses \href{https://www.graphviz.org/}{GraphViz} as a backend of DiagrammeR. #' #' @return #' diff --git a/R-package/man/xgb.plot.tree.Rd b/R-package/man/xgb.plot.tree.Rd index 8fd7196af..d419eb76a 100644 --- a/R-package/man/xgb.plot.tree.Rd +++ b/R-package/man/xgb.plot.tree.Rd @@ -67,7 +67,7 @@ The "Yes" branches are marked by the "< split_value" label. The branches that also used for missing values are marked as bold (as in "carrying extra capacity"). -This function uses \href{http://www.graphviz.org/}{GraphViz} as a backend of DiagrammeR. +This function uses \href{https://www.graphviz.org/}{GraphViz} as a backend of DiagrammeR. } \examples{ data(agaricus.train, package='xgboost')