Skip to content

Commit 6f53832

Browse files
committed
update README (to devel version)
1 parent a98c8ba commit 6f53832

4 files changed

Lines changed: 20 additions & 22 deletions

File tree

README.Rmd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ doi_JDM <- "10.1017/S1930297500006239"
3737
# FFTrees `r packageVersion("FFTrees")` <img src = "man/figures/logo.png" align = "right" alt = "FFTrees" width = "160" />
3838

3939
<!-- Devel badges start: -->
40-
<!-- [![CRAN status](https://www.r-pkg.org/badges/version/FFTrees)](https://CRAN.R-project.org/package=FFTrees) -->
41-
<!-- [![Downloads/month](https://cranlogs.r-pkg.org/badges/FFTrees?color="00a9e0")](https://www.r-pkg.org/pkg/FFTrees) -->
42-
<!-- [![Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/FFTrees?color="00a9e0")](https://www.r-pkg.org/pkg/FFTrees) -->
43-
<!-- [![R-CMD-check](https://github.com/ndphillips/FFTrees/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ndphillips/FFTrees/actions/workflows/R-CMD-check.yaml) -->
40+
[![CRAN status](https://www.r-pkg.org/badges/version/FFTrees)](https://CRAN.R-project.org/package=FFTrees)
41+
[![Downloads/month](https://cranlogs.r-pkg.org/badges/FFTrees?color="00a9e0")](https://www.r-pkg.org/pkg/FFTrees)
42+
[![Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/FFTrees?color="00a9e0")](https://www.r-pkg.org/pkg/FFTrees)
43+
[![R-CMD-check](https://github.com/ndphillips/FFTrees/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ndphillips/FFTrees/actions/workflows/R-CMD-check.yaml)
4444
<!-- Devel badges end. -->
4545

4646

4747
<!-- Release badges start: -->
48-
[![CRAN status](https://www.r-pkg.org/badges/version/FFTrees)](https://CRAN.R-project.org/package=FFTrees)
49-
[![Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/FFTrees?color="00a9e0")](https://www.r-pkg.org/pkg/FFTrees)
48+
<!-- [![CRAN status](https://www.r-pkg.org/badges/version/FFTrees)](https://CRAN.R-project.org/package=FFTrees) -->
49+
<!-- [![Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/FFTrees?color="00a9e0")](https://www.r-pkg.org/pkg/FFTrees) -->
5050
<!-- Release badges end. -->
5151

5252

@@ -112,7 +112,7 @@ library(FFTrees) # load package
112112

113113
A _fast-and-frugal tree_ (FFT) provides answers to binary prediction problems like:
114114

115-
- Which of 2 categories should I predict for each individual case in the data?
115+
- Which of 2 categories should we predict for each individual case in the data?
116116
- How successful is this prediction process for a sample of cases?
117117

118118
<!-- 1. Creating FFTs: -->

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,20 @@
77

88
<!-- Devel badges start: -->
99

10-
<!-- [![CRAN status](https://www.r-pkg.org/badges/version/FFTrees)](https://CRAN.R-project.org/package=FFTrees) -->
11-
12-
<!-- [![Downloads/month](https://cranlogs.r-pkg.org/badges/FFTrees?color="00a9e0")](https://www.r-pkg.org/pkg/FFTrees) -->
13-
14-
<!-- [![Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/FFTrees?color="00a9e0")](https://www.r-pkg.org/pkg/FFTrees) -->
15-
16-
<!-- [![R-CMD-check](https://github.com/ndphillips/FFTrees/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ndphillips/FFTrees/actions/workflows/R-CMD-check.yaml) -->
17-
18-
<!-- Devel badges end. -->
19-
20-
<!-- Release badges start: -->
21-
2210
[![CRAN
2311
status](https://www.r-pkg.org/badges/version/FFTrees)](https://CRAN.R-project.org/package=FFTrees)
12+
[![Downloads/month](https://cranlogs.r-pkg.org/badges/FFTrees?color=%2200a9e0%22)](https://www.r-pkg.org/pkg/FFTrees)
2413
[![Total
2514
downloads](https://cranlogs.r-pkg.org/badges/grand-total/FFTrees?color=%2200a9e0%22)](https://www.r-pkg.org/pkg/FFTrees)
15+
[![R-CMD-check](https://github.com/ndphillips/FFTrees/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ndphillips/FFTrees/actions/workflows/R-CMD-check.yaml)
16+
<!-- Devel badges end. -->
17+
18+
<!-- Release badges start: -->
19+
20+
<!-- [![CRAN status](https://www.r-pkg.org/badges/version/FFTrees)](https://CRAN.R-project.org/package=FFTrees) -->
21+
22+
<!-- [![Total downloads](https://cranlogs.r-pkg.org/badges/grand-total/FFTrees?color="00a9e0")](https://www.r-pkg.org/pkg/FFTrees) -->
23+
2624
<!-- Release badges end. -->
2725

2826
<!-- ALL badges start: -->
@@ -109,8 +107,8 @@ library(FFTrees) # load package
109107
A *fast-and-frugal tree* (FFT) provides answers to binary prediction
110108
problems like:
111109

112-
- Which of 2 categories should I predict for each individual case in the
113-
data?
110+
- Which of 2 categories should we predict for each individual case in
111+
the data?
114112
- How successful is this prediction process for a sample of cases?
115113

116114
<!-- 1. Creating FFTs: -->
@@ -364,6 +362,6 @@ for the full list). Examples include:
364362

365363
------------------------------------------------------------------------
366364

367-
\[File `README.Rmd` last updated on 2026-04-28.\]
365+
\[File `README.Rmd` last updated on 2026-05-02.\]
368366

369367
<!-- eof. -->
-12 Bytes
Loading
30 Bytes
Loading

0 commit comments

Comments
 (0)