Rvision icon indicating copy to clipboard operation
Rvision copied to clipboard

Fail installation

Open cwy20030 opened this issue 1 year ago • 1 comments

installing source package 'Rvision' ... ** using non-staged installation via StagedInstall field

  • set -e
  • C:/PROGRA~1/R/R-44~1.1/bin/x64/Rscript.exe -e 'if (nzchar(Sys.getenv('''CI''')) & !ROpenCVLite::isOpenCVInstalled()) ROpenCVLite::installOpenCV(batch = TRUE)'
  • C:/PROGRA~1/R/R-44~1.1/bin/x64/Rscript.exe -e 'if (nzchar(Sys.getenv('''CI''')) & ROpenCVLite::isOpenCVInstalled() & unlist(strsplit(as.character(utils::packageVersion('''ROpenCVLite''')), '''[.]'''))[3] != gsub('''[^0-9]''', '''''', ROpenCVLite::opencvVersion())) ROpenCVLite::installOpenCV(batch = TRUE)' Erreur dans ROpenCVLite::opencvVersion() : OpenCV is not installed on this system. Please use installOpenCV() to install it. Appels : gsub -> is.factor -> <Anonymous> Exécution arrêtée ERROR: configuration failed for package 'Rvision'
  • removing '/AppData/Local/R/win-library/4.4/Rvision'

cwy20030 avatar Aug 13 '24 17:08 cwy20030

@cwy20030 Have you completed section 1.1.2 of the installation instructions? https://swarm-lab.github.io/Rvision/articles/z1_install.html

sjmgarnier avatar Aug 13 '24 17:08 sjmgarnier