From 4e9a179fa6e475272b9e57cbea7fec7bff75986a Mon Sep 17 00:00:00 2001 From: Brandon Gallas Date: Tue, 9 Jul 2019 15:24:03 -0400 Subject: [PATCH] Update version number and minor change in documentation. --- Rpackage/iMRMC/DESCRIPTION | 2 +- Rpackage/iMRMC/R/utils.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Rpackage/iMRMC/DESCRIPTION b/Rpackage/iMRMC/DESCRIPTION index 0b9347d1..16e5e946 100644 --- a/Rpackage/iMRMC/DESCRIPTION +++ b/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 Description: diff --git a/Rpackage/iMRMC/R/utils.R b/Rpackage/iMRMC/R/utils.R index ebc4f24d..8b34c727 100644 --- a/Rpackage/iMRMC/R/utils.R +++ b/Rpackage/iMRMC/R/utils.R @@ -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