Skip to content

Commit

Permalink
updated vignette and man files
Browse files Browse the repository at this point in the history
  • Loading branch information
brandmaier committed Nov 23, 2023
1 parent 052b7de commit 450924d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ README.Rmd
README.md
CONTRIBUTORS.md
CONTRIBUTE.md
NEWS.md
Makefile
^.*\.Rproj$
^\.Rproj\.user$
Expand All @@ -13,3 +14,4 @@ Makefile
^pkgdown$
^LICENSE\.md$
^\.travis\.yml$
misc
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
inst/doc
doc
Meta
/doc/
/Meta/
cran_comments.md
4 changes: 3 additions & 1 deletion man/semtree.control.Rd

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

4 changes: 2 additions & 2 deletions man/toTable.Rd

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

2 changes: 1 addition & 1 deletion vignettes/constraints.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ library(MASS)

`semtree` allows different constraints on the split evaluation (`global.invariance`, `local.invariance`, and `focus.parameters`). These can be set in the following object and then passed to the `semtree` command:

```{r eval=FALSE, message=FALSE, warning=FALSE}
```{r eval=FALSE, message=FALSE, warning=FALSE, results="hide"}
library(semtree)
cnst <- semtree.constraints(local.invariance=NULL,
Expand Down

0 comments on commit 450924d

Please sign in to comment.