Skip to content

Commit

Permalink
updated NEWS and README
Browse files Browse the repository at this point in the history
  • Loading branch information
brandmaier committed Mar 26, 2024
1 parent 31c0348 commit f439b98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

- added an error handler for score-based tests when the vcov matrix cannot be computed (e.g., models with Heywood cases)
- leaner package imports: removed dependency on bitops and stringr package
- prefer `semforest_control()` over `semforest.control()`
- added heuristics for choosing `mtry` in forests (if `NULL`) and for choosing `min.N` and `min.bucket` (if `NULL`)
- moved dependency on ctsemOMX to suggested package

# semtree 0.9.19 (2023)

Expand Down
4 changes: 1 addition & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install.packages("semtree")
To install the latest semtree package directly from GitHub, copy the following line into R:
```{r, eval=FALSE}
library(devtools)
devtools::install_github("semtree/brandmaier")
devtools::install_github("brandmaier/semtree")
# even better: install with package vignette (extra documentation)
devtools::install_github("brandmaier/semtree",force=TRUE, build_opts = c())
Expand All @@ -48,8 +48,6 @@ devtools::install_github("brandmaier/semtree",force=TRUE, build_opts = c())

Package documentation and use-cases with runnable R code can be found on our github pages: [https://brandmaier.github.io/semtree/](https://brandmaier.github.io/semtree/).

You may also want to visit the semtree website: [https://brandmaier.de/semtree](https://brandmaier.de/semtree)

Package vignettes (shipped with the package) contain documentation on how to use the package. Simply type this in R once you have loaded the package:

```{r eval=FALSE}
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ To install the latest semtree package directly from GitHub, copy the
following line into R:

library(devtools)
devtools::install_github("semtree/brandmaier")
devtools::install_github("brandmaier/semtree")

# even better: install with package vignette (extra documentation)
devtools::install_github("brandmaier/semtree",force=TRUE, build_opts = c())
Expand All @@ -49,9 +49,6 @@ following line into R:
Package documentation and use-cases with runnable R code can be found on
our github pages: <https://brandmaier.github.io/semtree/>.

You may also want to visit the semtree website:
<https://brandmaier.de/semtree>

Package vignettes (shipped with the package) contain documentation on
how to use the package. Simply type this in R once you have loaded the
package:
Expand Down

0 comments on commit f439b98

Please sign in to comment.