KlausVigo / phangorn

Phylogenetic analysis in R
http://klausvigo.github.io/phangorn/
203 stars 38 forks source link

R is crashed when loading a phangorn library #154

Closed trilisser closed 11 months ago

trilisser commented 1 year ago

Hi there. During phangorn library loading R (or R stiduo) is crashed and a session is restarted.

R version 4.2.2

packageVersion("phangorn")
[1] ‘2.11.1’
KlausVigo commented 1 year ago

Which operating system are you using? Is it working if you use just R and not RStudio?

trilisser commented 12 months ago

Sorry. I use Windows 10 Pro. During installation it gives a warning:

WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:

But Rtools is installed (as I remember). I tried to install the newest version of Rtools and reinstall phangorn but it doesn't work.

KlausVigo commented 12 months ago

Maybe try the binaries from https://klausvigo.r-universe.dev/phangorn#

trilisser commented 11 months ago

Thank you for your answers. I solved the problem by installing Rtools in a default folder C:\Rootls. After that, phangorn is launched well!

KlausVigo commented 11 months ago

@trilisser, good to hear that it worked.