Skip to content

Commit 2a1fdfd

Browse files
authored
Merge pull request #234 from hneth/master
Minor fixes (to prepare for CRAN release of **FFTrees** version 2.1.0).
2 parents 9880b80 + 083152c commit 2a1fdfd

10 files changed

Lines changed: 17 additions & 18 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Suggests:
2929
spelling,
3030
tidyselect
3131
License: CC0
32-
URL: https://CRAN.R-project.org/package=FFTrees, https://ndphillips.github.io/FFTrees/
32+
URL: https://CRAN.R-project.org/package=FFTrees, https://www.nathanieldphillips.co/FFTrees/
3333
BugReports: https://github.com/ndphillips/FFTrees/issues
3434
VignetteBuilder: knitr
3535
RoxygenNote: 7.3.2

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,6 @@ Thus, the main tree building function is now `FFTrees()` and the new tree object
514514

515515
------
516516

517-
[File `NEWS.md` last updated on 2025-09-02.]
517+
[File `NEWS.md` last updated on 2025-09-03.]
518518

519519
<!-- eof. -->

R/FFTreesdata_doc.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
#'
351351
#' @seealso \code{\link{heartdisease}} data.
352352
#'
353-
#' @source \url{https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/costs/}
353+
#' @source \code{https://archive.ics.uci.edu/ml/machine-learning-databases/heart-disease/costs/}
354354
#'
355355

356356
"heart.cost"
@@ -688,7 +688,7 @@
688688
#' Dawson, Robert J. MacG. (1995).
689689
#' The ‘Unusual Episode’ Data Revisited.
690690
#' \emph{Journal of Statistics Education}, \emph{3}.
691-
#' \url{https://doi.org/10.1080/10691898.1995.11910499}.
691+
#' \doi{10.1080/10691898.1995.11910499}.
692692
#'
693693
#' @source \url{https://www.encyclopedia-titanica.org}
694694
#'
@@ -789,7 +789,7 @@
789789
#' P. Cortez, A. Cerdeira, F. Almeida, T. Matos and J. Reis (2009).
790790
#' Modeling wine preferences by data mining from physicochemical properties.
791791
#' \emph{Decision Support Systems}, \emph{47} (4), 547--553.
792-
#' \url{https://doi.org/10.1016/j.dss.2009.05.016}
792+
#' \doi{10.1016/j.dss.2009.05.016}
793793
#'
794794

795795
"wine"

README.Rmd

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ knitr::opts_chunk$set(collapse = FALSE,
2121
url_pkg_CRAN <- "https://CRAN.R-project.org/package=FFTrees"
2222
url_pkg_GitHub <- "https://github.com/ndphillips/FFTrees"
2323
url_pkg_issues <- "https://github.com/ndphillips/FFTrees/issues"
24-
url_doc_GitHub <- "https://ndphillips.github.io/FFTrees/"
24+
url_doc_GitHub <- "https://www.nathanieldphillips.co/FFTrees/"
2525
url_app_shiny <- "https://econpsychbasel.shinyapps.io/shinyfftrees/"
2626
2727
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
308308
_PloS One_, _14_(6).
309309
doi\ [10.1371/journal.pone.0216697](https://doi.org/10.1371/journal.pone.0216697)
310310

311-
312311
<!-- footer: -->
313312

314313
----

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ available:
272272
|:---|:---|:---|
273273
| A. **FFTrees** (R package): | [Release version](https://CRAN.R-project.org/package=FFTrees) | <https://CRAN.R-project.org/package=FFTrees> |
274274
|   | [Development version](https://github.com/ndphillips/FFTrees) | <https://github.com/ndphillips/FFTrees> |
275-
| B. Other resources: | [Online documentation](https://ndphillips.github.io/FFTrees/) | <https://ndphillips.github.io/FFTrees/> |
275+
| B. Other resources: | [Online documentation](https://www.nathanieldphillips.co/FFTrees/) | <https://www.nathanieldphillips.co/FFTrees/> |
276276
|   | [Online demo](https://econpsychbasel.shinyapps.io/shinyfftrees/) (running v1.3.3) | <https://econpsychbasel.shinyapps.io/shinyfftrees/> |
277277

278278
<!-- Citation and references: -->
@@ -344,6 +344,6 @@ for the full list). Examples include:
344344

345345
------------------------------------------------------------------------
346346

347-
\[File `README.Rmd` last updated on 2025-09-02.\]
347+
\[File `README.Rmd` last updated on 2025-09-03.\]
348348

349349
<!-- eof. -->

_pkgdown.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
## _pkgdown.yml FFTrees | 2024 05 21
1+
## _pkgdown.yml FFTrees | 2025 09 02
22
## ---------------------------------
33

4-
url: https://ndphillips.github.io/FFTrees/
4+
url: https://www.nathanieldphillips.co/FFTrees/
55

66
development:
7-
mode: devel # devel OR release
7+
mode: release # devel OR release
88

99
template:
1010
bootstrap: 5
11-
# bootswatch: litera # release
12-
bootswatch: spacelab # devel
11+
bootswatch: litera # release
12+
# bootswatch: spacelab # devel
1313

1414
toc:
1515
depth: 3

man/FFTrees-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/heart.cost.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/titanic.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/wine.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)