Skip to content

Commit

Permalink
Remove line of reference to GitHub when importing validation data
Browse files Browse the repository at this point in the history
  • Loading branch information
sdgamboa committed Apr 1, 2024
1 parent e08266a commit 30f8a92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/bugphyzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ getTaxonSignatures <- function(tax, bp, ...) {

.validationData <- function() {
fname <- system.file("extdata", "validation_summary.tsv", package = "bugphyzz")
# url <- "https://raw.githubusercontent.com/waldronlab/taxPProValidation/main/validation_summary.tsv"
utils::read.table(
file = fname, header = TRUE, sep = "\t", row.names = NULL
) |>
Expand Down

0 comments on commit 30f8a92

Please sign in to comment.