Skip to content

Commit 624100b

Browse files
authored
Add fastpolicytree link to README (#177)
1 parent 3c414d5 commit 624100b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
R CMD INSTALL .
4040
4141
# Use pkgdown v1.5
42-
sudo Rscript -e "install.packages(c('fs', 'highlight', 'httr', 'memoise', 'openssl', 'purrr', 'rmarkdown', 'rstudioapi', 'whisker', 'xml2', 'yaml'))"
42+
sudo Rscript -e "install.packages(c('fs', 'highlight', 'httr', 'memoise', 'openssl', 'purrr', 'rmarkdown', 'rstudioapi', 'whisker', 'xml2', 'yaml', 'rematch2', 'fansi'))"
4343
sudo Rscript -e "install.packages('https://cran.r-project.org/src/contrib/Archive/pkgdown/pkgdown_1.5.1.tar.gz', repos = NULL, type = 'source')"
4444
4545
# Build site

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Some helpful links for getting started:
99

1010
* The [R package documentation](https://grf-labs.github.io/policytree/) contains usage examples and method references.
1111
* For community questions and answers around usage, see the GitHub [issues page](https://github.com/grf-labs/policytree/issues).
12-
* The package [sparse policytree](https://github.com/Yale-Medicaid/sparsepolicytree) uses an alternate solver that may be faster on large datasets with sparse categorical features.
12+
* The packages [fastpolicytree](https://CRAN.R-project.org/package=fastpolicytree) and [sparsepolicytree](https://github.com/beniaminogreen/sparsepolicytree) implement modified solvers that may offer improved performance on larger datasets.
1313

1414
### Installation
1515

0 commit comments

Comments
 (0)