Skip to content

Commit

Permalink
Update topics for website
Browse files Browse the repository at this point in the history
  • Loading branch information
zenalapp committed Nov 20, 2023
1 parent 10ba077 commit a6dbda5
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@ check_heights <- function(heights, peak_thresh) {
#' @inheritParams bistro
#'
#' @return number of alleles in a complete profile
#'
#' @keywords internal
check_create_db_input <- function(bloodmeal_profiles, kit, peak_thresh, rm_markers) {
check_colnames(
bloodmeal_profiles,
Expand Down
2 changes: 2 additions & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ ignore_unused_imports <- function() {
#' @param version required package version
#'
#' @return nothing or error if package version too old
#'
#' @keywords internal
check_pkg_version <- function(pkg, curr_version, version) {
vers <- utils::compareVersion(as.character(curr_version), version)
if (vers == -1) {
Expand Down
6 changes: 6 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ reference:
- match_similarity
- match_static_thresh

- title: Create a human database from bloodmeal profiles
desc: >
Create a human database from single-source bloodmeals with complete STR profiles
contents:
- create_db_from_bloodmeals

- title: Other functions
desc: >
Sub-functions used by `bistro()`
Expand Down
1 change: 1 addition & 0 deletions man/check_create_db_input.Rd

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

1 change: 1 addition & 0 deletions man/check_pkg_version.Rd

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

Binary file added pkgdown/favicon/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-60x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pkgdown/favicon/favicon.ico
Binary file not shown.

0 comments on commit a6dbda5

Please sign in to comment.