diff --git a/DESCRIPTION b/DESCRIPTION index 36fd5efc..14087e31 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -29,7 +29,7 @@ Suggests: spelling, tidyselect License: CC0 -URL: https://CRAN.R-project.org/package=FFTrees, https://ndphillips.github.io/FFTrees/ +URL: https://CRAN.R-project.org/package=FFTrees, https://www.nathanieldphillips.co/FFTrees/ BugReports: https://github.com/ndphillips/FFTrees/issues VignetteBuilder: knitr RoxygenNote: 7.3.2 diff --git a/NEWS.md b/NEWS.md index af1bf0bf..09a9575d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -514,6 +514,6 @@ Thus, the main tree building function is now `FFTrees()` and the new tree object ------ -[File `NEWS.md` last updated on 2025-09-02.] +[File `NEWS.md` last updated on 2025-09-03.] diff --git a/R/FFTreesdata_doc.R b/R/FFTreesdata_doc.R index cabce4e7..ac227df9 100644 --- a/R/FFTreesdata_doc.R +++ b/R/FFTreesdata_doc.R @@ -350,7 +350,7 @@ #' #' @seealso \code{\link{heartdisease}} data. #' -#' @source \url{https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/costs/} +#' @source \code{https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/costs/} #' "heart.cost" @@ -688,7 +688,7 @@ #' Dawson, Robert J. MacG. (1995). #' The ‘Unusual Episode’ Data Revisited. #' \emph{Journal of Statistics Education}, \emph{3}. -#' \url{https://doi.org/10.1080/10691898.1995.11910499}. +#' \doi{10.1080/10691898.1995.11910499}. #' #' @source \url{https://www.encyclopedia-titanica.org} #' @@ -789,7 +789,7 @@ #' P. Cortez, A. Cerdeira, F. Almeida, T. Matos and J. Reis (2009). #' Modeling wine preferences by data mining from physicochemical properties. #' \emph{Decision Support Systems}, \emph{47} (4), 547--553. -#' \url{https://doi.org/10.1016/j.dss.2009.05.016} +#' \doi{10.1016/j.dss.2009.05.016} #' "wine" diff --git a/README.Rmd b/README.Rmd index 778f19d7..337bfae1 100644 --- a/README.Rmd +++ b/README.Rmd @@ -21,7 +21,7 @@ knitr::opts_chunk$set(collapse = FALSE, url_pkg_CRAN <- "https://CRAN.R-project.org/package=FFTrees" url_pkg_GitHub <- "https://github.com/ndphillips/FFTrees" url_pkg_issues <- "https://github.com/ndphillips/FFTrees/issues" -url_doc_GitHub <- "https://ndphillips.github.io/FFTrees/" +url_doc_GitHub <- "https://www.nathanieldphillips.co/FFTrees/" url_app_shiny <- "https://econpsychbasel.shinyapps.io/shinyfftrees/" url_JDM_issue <- "https://journal.sjdm.org/vol12.4.html" @@ -308,7 +308,6 @@ Age at diagnosis, but not HPV type, is strongly associated with clinical course _PloS One_, _14_(6). doi\ [10.1371/journal.pone.0216697](https://doi.org/10.1371/journal.pone.0216697) - ---- diff --git a/README.md b/README.md index 648db48f..8784f834 100644 --- a/README.md +++ b/README.md @@ -272,7 +272,7 @@ available: |:---|:---|:---| | A. **FFTrees** (R package): | [Release version](https://CRAN.R-project.org/package=FFTrees) | | |   | [Development version](https://github.com/ndphillips/FFTrees) | | -| B. Other resources: | [Online documentation](https://ndphillips.github.io/FFTrees/) | | +| B. Other resources: | [Online documentation](https://www.nathanieldphillips.co/FFTrees/) | | |   | [Online demo](https://econpsychbasel.shinyapps.io/shinyfftrees/) (running v1.3.3) | | @@ -344,6 +344,6 @@ for the full list). Examples include: ------------------------------------------------------------------------ -\[File `README.Rmd` last updated on 2025-09-02.\] +\[File `README.Rmd` last updated on 2025-09-03.\] diff --git a/_pkgdown.yml b/_pkgdown.yml index 7f84f02a..ebd0159b 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,15 +1,15 @@ -## _pkgdown.yml FFTrees | 2024 05 21 +## _pkgdown.yml FFTrees | 2025 09 02 ## --------------------------------- -url: https://ndphillips.github.io/FFTrees/ +url: https://www.nathanieldphillips.co/FFTrees/ development: - mode: devel # devel OR release + mode: release # devel OR release template: bootstrap: 5 - # bootswatch: litera # release - bootswatch: spacelab # devel + bootswatch: litera # release + # bootswatch: spacelab # devel toc: depth: 3 diff --git a/man/FFTrees-package.Rd b/man/FFTrees-package.Rd index 0870528d..7d9a4614 100644 --- a/man/FFTrees-package.Rd +++ b/man/FFTrees-package.Rd @@ -13,7 +13,7 @@ Create, visualize, and test fast-and-frugal decision trees (FFTs) using the algo Useful links: \itemize{ \item \url{https://CRAN.R-project.org/package=FFTrees} - \item \url{https://ndphillips.github.io/FFTrees/} + \item \url{https://www.nathanieldphillips.co/FFTrees/} \item Report bugs at \url{https://github.com/ndphillips/FFTrees/issues} } diff --git a/man/heart.cost.Rd b/man/heart.cost.Rd index 69b4d66a..5521b193 100644 --- a/man/heart.cost.Rd +++ b/man/heart.cost.Rd @@ -9,7 +9,7 @@ A list of length 13 containing the cost of each cue in the \code{\link{heartdise Each list element is a single (positive numeric) value. } \source{ -\url{https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/costs/} +\code{https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/costs/} } \usage{ heart.cost diff --git a/man/titanic.Rd b/man/titanic.Rd index fb50e841..efd4db04 100644 --- a/man/titanic.Rd +++ b/man/titanic.Rd @@ -32,7 +32,7 @@ the same data (in a 4-dimensional \code{table}). Dawson, Robert J. MacG. (1995). The ‘Unusual Episode’ Data Revisited. \emph{Journal of Statistics Education}, \emph{3}. -\url{https://doi.org/10.1080/10691898.1995.11910499}. +\doi{10.1080/10691898.1995.11910499}. } \seealso{ Other datasets: diff --git a/man/wine.Rd b/man/wine.Rd index 528542c1..f4a71c6d 100644 --- a/man/wine.Rd +++ b/man/wine.Rd @@ -36,7 +36,7 @@ Chemical and tasting data from wines in Northern Portugal. P. Cortez, A. Cerdeira, F. Almeida, T. Matos and J. Reis (2009). Modeling wine preferences by data mining from physicochemical properties. \emph{Decision Support Systems}, \emph{47} (4), 547--553. - \url{https://doi.org/10.1016/j.dss.2009.05.016} + \doi{10.1016/j.dss.2009.05.016} } \seealso{ Other datasets: