swarm-lab / trackR

trackR - A simple video tracking software for R
https://swarm-lab.github.io/trackR/
GNU General Public License v3.0
30 stars 9 forks source link

trackR installation issues #17

Closed goldenbrowntoast closed 5 years ago

goldenbrowntoast commented 5 years ago
Detailed description

<I'm pretty new to R programming, so I'm sorry if my question is relatively dumb. I have ROpenCVLite installed and have gone through the long process to install OpenCV. Once I try to install trackR, I run into the following error:

Downloading GitHub repo swarm-lab/Rvision@master ✔ checking for file ‘/private/var/folders/rs/ksdxj0510fvg695s67wzynth0000gn/T/RtmpCevo4C/remotes162ee62f2f285/swarm-lab-Rvision-f793cb3/DESCRIPTION’ ... ─ preparing ‘Rvision’: ✔ checking DESCRIPTION meta-information ... ─ cleaning src ─ checking for LF line-endings in source and make files and shell scripts (363ms) ─ checking for empty or unneeded directories Removed empty directory ‘Rvision/man/figures’ ─ building ‘Rvision_0.3.5.tar.gz’

ARGUMENT '~+~~+~ROpenCVLite::installOpenCV(force~+~=~+~TRUE)' ignored

ARGUMENT '}' ignored

Error: unexpected end of input Execution halted ERROR: configuration failed for package ‘Rvision’

Any insight onto why OpenCV isn't registering as installed? I get the same issue when I try to install just Rvision. Thanks for your time!>

sjmgarnier commented 5 years ago

@goldenbrowntoast It looks like you're using an old R version. Can you try with the latest version?

goldenbrowntoast commented 5 years ago

Haha, yeah, this got me through that error. I can't believe I didn't notice the "Rvision for 3.5". Sorry about that.