Skip to content

Commit

Permalink
more internal function rearrangements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkimbrel committed Sep 29, 2023
1 parent 0db5669 commit 2a34c92
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 110 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: qSIP2
Title: qSIP Analysis
Version: 0.4.5.9006
Version: 0.4.5.9007
Authors@R:
person("Jeff", "Kimbrel", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
Expand Down
4 changes: 0 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# 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
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @return Returns `NULL` if the density values are valid, or a printed error
#'
#' @export
#' @keywords validation
#' @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,7 @@
#'
#' @export
#'
#' @keywords validation
#' @keywords internal

gradient_position_validation = function(gradient_position) {
if (is.numeric(gradient_position)) {
Expand Down
2 changes: 1 addition & 1 deletion R/isotope_validation.R → R/internal/isotope_validation.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#'
#' @return Returns `NULL` if the isotope strings are valid, or a printed error
#'
#' @keywords validation
#' @keywords internal
#'
#' @export
#'
Expand Down
7 changes: 3 additions & 4 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ template:
reference:
- title: qSIP Objects
contents:
- has_keyword("object")
- qsip_source_data
- qsip_sample_data
- qsip_feature_data
- title: Sample Data
contents:
- has_keyword("sample_data")
- title: Abundance Data
contents:
- has_keyword("abundance")
- title: Validation functions
contents:
- has_keyword("validation")
- title: Data
contents:
- has_keyword("data")
Expand Down
30 changes: 0 additions & 30 deletions man/abundance_validation.Rd

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 2a34c92

Please sign in to comment.