You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A strange observation: Using renv::install("fmesher") outside the renv project does work. And after that renv::install("fmesher") inside the packages works again. I had to apply that trick to several packages in order to install them in a renv project.
That's very odd. Does it matter where the project is located? (For example, does this also occur if your renv project is placed outside of your Google Drive?)
Installing
fmesher
inside an renv project withrenv 1.0.7
fails with a segfault.Using
install.pacakges("fmesher")
outside an renv project on the same machine worksThe text was updated successfully, but these errors were encountered: