Skip to content

Commit

Permalink
Update version number and minor change in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-gallas committed Jul 9, 2019
1 parent a83e0ab commit 4e9a179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rpackage/iMRMC/DESCRIPTION
@@ -1,7 +1,7 @@
Package: iMRMC
Type: Package
Title: Multi-Reader, Multi-Case Analysis Methods (ROC, Agreement, and Other Metrics)
Version: 1.2.0
Version: 1.2.1
Author: Brandon Gallas
Maintainer: Brandon Gallas <Brandon.Gallas@fda.hhs.gov>
Description:
Expand Down
2 changes: 1 addition & 1 deletion Rpackage/iMRMC/R/utils.R
Expand Up @@ -4,7 +4,7 @@
#' @param inDF An MRMC dataframe with reading study results in \code{inDFtype} format
#' @param inDFtype A string indicating the format type of the input MRMC data frame
#' @param outDFtype A string indicating the format type of the output MRMC data frame.
#' @param readers A character array holding the readerIDs
#' @param readers A character array holding the column names (readerIDs) corresponding to the data from different readers
#' @param nameTruthColumn The column name holding the truth labels
#'
#' @return An MRMC dataframe with reading study results in \code{outDFtype} format
Expand Down

0 comments on commit 4e9a179

Please sign in to comment.