swarm-lab / Rvision

Basic computer vision library for R
https://swarm-lab.github.io/Rvision/
GNU General Public License v3.0
142 stars 34 forks source link

Added Remotes field #1

Closed muschellij2 closed 7 years ago

muschellij2 commented 7 years ago

This should allow people to install Rvision without having to ROpenCVLite separately - this will be done automatically.

sjmgarnier commented 7 years ago

@muschellij2 Thanks for this. I had no idea of this field. I'm learning everyday :-)

muschellij2 commented 7 years ago

No problem. Just be sure to remove it before building a source tarball if you plan on moving to CRAN.

We are trying to incorporate imaging packages over at https://neuroconductor.org/ if you'd like to submit over there.

Best, John

John

On Tue, Jun 27, 2017 at 3:27 PM, Simon Garnier notifications@github.com wrote:

@muschellij2 https://github.com/muschellij2 Thanks for this. I had no idea of this field. I'm learning everyday :-)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/swarm-lab/Rvision/pull/1#issuecomment-311460007, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBnrqhkF46LVbHnbH3rFdRXej2Glg60ks5sIVeOgaJpZM4OHE-E .

sjmgarnier commented 7 years ago

@muschellij2 I don't think RVision is ready for CRAN prime time yet. I want to add more basic computer vision functionalities, the possibility to save videos, better display of frames, etc. But I don't know when I'll have the time for this unfortunately :-( Also I'm sure CRAN will cringe at ROpenCVLite given that it is not really self-contained (it downloads the sources of OpenCV).

Thanks for the link to neuroconductor. I will try to submit RVision and ROpenCVLite this week.

Cheers!