koenderks / aRtsy

aRtsy is an R package that implements algorithms for making generative art in a straightforward and standardized manner using 'ggplot2'.
https://koenderks.github.io/aRtsy/
GNU General Public License v3.0
168 stars 21 forks source link

Error in canvas_mesh() : could not find function "canvas_mesh" #160

Closed JanBren closed 1 year ago

JanBren commented 1 year ago

Describe the bug The following function is not working: canvas_mesh() Error displayed: Error in canvas_mesh() : could not find function "canvas_mesh" Thanks

koenderks commented 1 year ago

Did you use library(aRtsy) before calling canvas_mesh()? It cannot reproduce this with the latest package from CRAN.

koenderks commented 1 year ago

Any luck with this? If this has worked, you can close this issue.