Skip to content

Commit

Permalink
testthat now checks factor vs character column, need to update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekGierlinski committed Sep 6, 2022
1 parent db1310c commit bec3d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test_makePeptideTable.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ meta <- read.table("../testdata/data_makePeptide_meta.txt", header=TRUE, sep="\t
# make sure even if levels order is not correct, makePeptideTable sorts this out:
meta.ordered <- meta
meta.ordered$sample <- factor(meta.ordered$sample, levels=meta.ordered$sample)
meta.ordered$condition <- factor(meta.ordered$condition)

context("Casting evidence into peptide table")

Expand Down

0 comments on commit bec3d07

Please sign in to comment.