Skip to content

Commit 5c33d10

Browse files
committed
fix pkgdown site build issues
1 parent f7d4812 commit 5c33d10

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

R/metadata_clean.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#'
1111
#' @examples #pat_vec <- c(Swine='hog|swine|sow'); pdtools:::return_ag_match(pattern_vec=pat_vec, 'Hog')
1212
#' @noRd
13-
#'
1413
matches_from_vector_of_patterns <-
1514

1615
function(pattern_vec, search_string){

_pkgdown.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ reference:
1414
- title: Metadata manipulations
1515
- contents:
1616
- extract_consensus_ag_species
17-
- return_earliest_year
17+
- extract_earliest_year
1818
- extract_collection_agency
19+
- extract_country
1920
- title: Pangenome tools
2021
- contents:
2122
- build_ppanggolin_file_fastas
@@ -25,6 +26,7 @@ reference:
2526
- get_pangenome_representatives
2627
- get_pangenome_representatives2
2728
- remove_strict_core
28-
- title: Example data
29+
- title: Data
2930
- contents:
3031
- klebsiella_example_dat
32+
- country_vector

man/matches_from_vector_of_patterns.Rd

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)