Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.]

<!-- eof. -->
6 changes: 3 additions & 3 deletions R/FFTreesdata_doc.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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}
#'
Expand Down Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)


<!-- footer: -->

----
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ available:
|:---|:---|:---|
| A. **FFTrees** (R package): | [Release version](https://CRAN.R-project.org/package=FFTrees) | <https://CRAN.R-project.org/package=FFTrees> |
|   | [Development version](https://github.com/ndphillips/FFTrees) | <https://github.com/ndphillips/FFTrees> |
| B. Other resources: | [Online documentation](https://ndphillips.github.io/FFTrees/) | <https://ndphillips.github.io/FFTrees/> |
| B. Other resources: | [Online documentation](https://www.nathanieldphillips.co/FFTrees/) | <https://www.nathanieldphillips.co/FFTrees/> |
|   | [Online demo](https://econpsychbasel.shinyapps.io/shinyfftrees/) (running v1.3.3) | <https://econpsychbasel.shinyapps.io/shinyfftrees/> |

<!-- Citation and references: -->
Expand Down Expand Up @@ -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.\]

<!-- eof. -->
10 changes: 5 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/FFTrees-package.Rd

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

2 changes: 1 addition & 1 deletion man/heart.cost.Rd

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

2 changes: 1 addition & 1 deletion man/titanic.Rd

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

2 changes: 1 addition & 1 deletion man/wine.Rd

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

Loading