You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in if (class(try(dfv[, column.nums], silent = TRUE)) == "try-error") stop("column.nums must contain valid indexes for choosing columns in dfv") :
the condition has length > 1
My R version is 4.2.1 (2022-06-23), and I am not sure if that matters but I had to install MINOTAUR with build_vignettes = FALSE, because I would get this error message otherwise:
E creating vignettes (29.1s)
--- re-building ‘MINOTAUR.Rmd’ using rmarkdown
Quitting from lines 124-149 [unnamed-chunk-4] (MINOTAUR.Rmd)
Error: processing vignette 'MINOTAUR.Rmd' failed with diagnostics:
the condition has length > 1
--- failed re-building ‘MINOTAUR.Rmd’
SUMMARY: processing the following file failed:
‘MINOTAUR.Rmd’
Error: Vignette re-building failed.
Execution halted
Error: Failed to install 'MINOTAUR' from GitHub:
Thanks for your help
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use MINOTAUR for the first time, and I immediatly ran into an error while running the following example:
which gave me this message:
My R version is 4.2.1 (2022-06-23), and I am not sure if that matters but I had to install MINOTAUR with build_vignettes = FALSE, because I would get this error message otherwise:
Thanks for your help
The text was updated successfully, but these errors were encountered: