Skip to content

Commit

Permalink
more pkgdown updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkimbrel committed Sep 29, 2023
1 parent d038eb0 commit f785b87
Show file tree
Hide file tree
Showing 10 changed files with 102 additions and 6 deletions.
4 changes: 4 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Generated by roxygen2: do not edit by hand

export(abundance_validation)
export(add_gradient_pos_rel_amt)
export(add_isotopolog_label)
export(add_taxonomy)
export(get_sample_counts)
export(gradient_pos_density_validation)
export(gradient_position_validation)
export(isotope_validation)
export(plot_sample_curves)
export(qsip_feature_data)
export(qsip_sample_data)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#' @return Returns `NULL` if the values are valid, or a printed error
#'
#' @export
#' @keywords internal


abundance_validation = function(data, id) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#' @return Returns `NULL` if the density values are valid, or a printed error
#'
#' @export
#' @keywords internal

gradient_pos_density_validation = function(gradient_pos_density, low = 1.55, high = 1.8) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#'
#' @export
#'
#' @keywords internal

gradient_position_validation = function(gradient_position) {
if (is.numeric(gradient_position)) {
Expand Down
2 changes: 0 additions & 2 deletions R/internal/isotope_validation.R → R/isotope_validation.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#'
#' @return Returns `NULL` if the isotope strings are valid, or a printed error
#'
#' @keywords internal
#'
#' @export
#'
#' @note The isotope_list may change if isotopolog_label stays a thing. Only the "heavy" isotopes will be allowed.
Expand Down
5 changes: 4 additions & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ reference:
- has_keyword("data")
- title: internal
contents:
- has_keyword("internal")
- abundance_validation
- gradient_pos_density_validation
- gradient_position_validation
- isotope_validation

articles:
- title: Learn qSIP
Expand Down
29 changes: 29 additions & 0 deletions man/abundance_validation.Rd

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

21 changes: 21 additions & 0 deletions man/gradient_pos_density_validation.Rd

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

19 changes: 19 additions & 0 deletions man/gradient_position_validation.Rd

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

25 changes: 25 additions & 0 deletions man/isotope_validation.Rd

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

0 comments on commit f785b87

Please sign in to comment.