Skip to content

Commit

Permalink
Minor version increase and others
Browse files Browse the repository at this point in the history
  • Loading branch information
biodavidjm committed Sep 23, 2024
1 parent 2d83114 commit 857bc1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: MotrpacBicQC
Type: Package
Title: QC/QA functions for the MoTrPAC community
Version: 0.9.5
Date: 2024-05-22
Version: 0.9.51
Date: 2024-08-07
Author: MoTrPAC Bioinformatics Center
Maintainer: David Jimenez-Morales <davidjm@stanford.edu>
Description: R Package for the analysis of MoTrPAC datasets.
Expand Down
4 changes: 3 additions & 1 deletion R/validations.R
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,9 @@ validate_dates_times <- function(df, column_name, verbose = TRUE) {
#' validate_lc_column_id(df, column_name = "lc_column_id")
#'
#' @export
validate_lc_column_id <- function(df, column_name, verbose = TRUE) {
validate_lc_column_id <- function(df,
column_name,
verbose = TRUE) {

# issue counter
ic <- 0
Expand Down

0 comments on commit 857bc1a

Please sign in to comment.