Skip to content

Commit

Permalink
Update pkgdown references and news
Browse files Browse the repository at this point in the history
  • Loading branch information
tsostarics committed Oct 2, 2024
1 parent 0768b6b commit c81e5a6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
11 changes: 9 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# contrastable (development version)

* Added get started vignette, see `vignette("contrastable")`
Documentation:

* Added get started vignette (vignette name: "contrastable")
* Created pkgdown website, now linked in DESCRIPTION
* Citation updated following CRAN acceptance
* Citation and DOI updated following CRAN acceptance
* Docs for various functions tweaked

Bug fixes:

* Example for cumulative_split_code was incorrect due to recycled values

# contrastable 1.0.2

Expand Down
45 changes: 17 additions & 28 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,20 @@ template:
bootstrap: 5
light-switch: true

references:
- title: "Main functions"

desc: >
Functions for setting and summarizing contrast matrices
contents:
- matches("(set|enlist|glimpse)_contrasts")

- title: "Contrast-generating functions"

desc: >
Functions for creating contrast matrices given some number of levels
contents:
- ends_with("_code")

- title: "Miscellaneous"

desc: >
Functions for creating contrast matrices given some number of levels
contents:
- decompose_contrasts
- interpret_intercept
- starts_with("is.")
- as.unordered
- matches("use_contrasts")
reference:
- title: "Main functions"
desc: "Functions for setting and summarizing contrast matrices"
- contents:
- matches("(set|enlist|glimpse)_contrasts")
- title: "Contrast-generating functions"
desc: "Functions for creating contrast matrices given some number of levels"
- contents:
- ends_with("_code")
- title: "Miscellaneous"
desc: "Other utilities provided by the package"
- contents:
- decompose_contrasts
- interpret_intercept
- starts_with("is.")
- as.unordered
- matches("use_contrasts")

0 comments on commit c81e5a6

Please sign in to comment.