tylermorganwall / rayvertex

3D Software Rasterizer for R
https://www.rayvertex.com
65 stars 2 forks source link

Can't seem to install rayvertex, I get the following: #4

Closed NeilKaye closed 3 years ago

NeilKaye commented 3 years ago

install.packages("rayvertex") Package which is only available in source form, and may need compilation of C/C++/Fortran: ‘rayvertex’ These will not be installed

tylermorganwall commented 3 years ago

Either wait a few days for CRAN to build the package binaries, or install RTools (if you're on windows) to compile the package yourself:

https://cran.r-project.org/bin/windows/Rtools/