Skip to content

Commit

Permalink
update reference organization
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkimbrel committed Sep 19, 2023
1 parent ca3ebd6 commit 8527f1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/qsip_abundance_object.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#'
#' @export
#'
#' @keywords sample_data
#' @keywords object

qsip_abundance_object <- S7::new_class(
"qsip_abundance_object",
Expand Down
2 changes: 1 addition & 1 deletion R/qsip_sample_object.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#'
#' @export
#'
#' @keywords sample_data
#' @keywords object

qsip_sample_object <- S7::new_class(
"qsip_sample_object",
Expand Down
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ template:
bootswatch: sandstone

reference:
- title: qSIP Objects
contents:
- has_keyword("object")
- title: Sample Data
contents:
- has_keyword("sample_data")
Expand Down

0 comments on commit 8527f1f

Please sign in to comment.