diff --git a/R/IBCF.R b/R/IBCF.R index d99032f..195e234 100644 --- a/R/IBCF.R +++ b/R/IBCF.R @@ -104,7 +104,9 @@ IBCF <- function(object, dec = 4) { Data.Obs_tst <- getTidyForm(DataSet_tst) posTST <- which(complete.cases(Data.Obs_tst) == TRUE) - results <- rbind(results, data.frame(Partition = j, + + results <- rbind(results, data.frame(Position = posTST, + Partition = j, Environment = Data.Obs_tst$Env[posTST], Trait = Data.Obs_tst$Trait[posTST], Observed = round(Data.Obs_tst$Response[posTST],dec), diff --git a/R/methods.R b/R/methods.R index f42e6e4..920b92a 100644 --- a/R/methods.R +++ b/R/methods.R @@ -133,10 +133,10 @@ barplot.IBCFY <- function(height, select = 'Pearson', ...){ #' Print IBCF information object #' -#' @param x IBCF object. -#' @param ... Further arguments passed to or from other methods. +#' @param x IBCF object +#' @param ... Further arguments passed to or from other methods. #' -#' @return printable object +#' @return printeable object #' @importFrom utils head #' @export #' @@ -159,9 +159,9 @@ print.IBCF <- function(x, ...){ #' Print IBCFY information object #' #' @param x IBCFY object -#' @param ... Further arguments passed to or from other methods. +#' @param ... Further arguments passed to or from other methods. #' -#' @return printable object +#' @return printeable object #' @importFrom utils head #' @export #' diff --git a/cran-comments.md b/cran-comments.md index 66d0291..b69bd08 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,21 +1,10 @@ -## Test environments -* Linux - Manjaro R-base [3.4.3] -* Windows 10 R [3.4.3] -* win-builder (devel and release) - -## R CMD check results -There were no ERRORs or WARNINGs. - -There was 1 NOTE: - -* checking CRAN incoming feasibility ... NOTE -Maintainer: 'Francisco Javier Luna-Vazquez ' - -## Special Comments - -The last version have a several issue with the predictions, this new version has already corrected that detail. -Sorry for this detail. - -## Last round comments -For your next version: -Please do not capitalize "Item" in your description. [Solved] \ No newline at end of file +## Test environments +* Linux - Manjaro R-base [3.5.1] +* Windows 10 R [3.5.1] +* win-builder (devel and release) + +## R CMD check results + +0 errors | 0 warnings | 0 notes + +R CMD check succeeded