problem install package geomorph using devtools

Hi everyone, I'm trying to install Geomorph package using devtools, but the interface is stopped in

The downloaded binary packages are in
/var/folders/sq/p6z1nq_d10g3yzw1p5rr5c340000gn/T//RtmpswTd6m/downloaded_packages
✓ checking for file ‘/private/var/folders/sq/p6z1nq_d10g3yzw1p5rr5c340000gn/T/RtmpswTd6m/remotes346179fb592/geomorphR-geomorph-248e1cd/DESCRIPTION’ (1.7s)
─ preparing ‘geomorph’: (3.3s)
✓ checking DESCRIPTION meta-information ...
─ installing the package to build vignettes (1.6s)

somebody have idea what is going on? How can I solve this?

Are you trying to install the current version or the stable version.

This is, are you doing:

devtools::install_github("geomorphR/geomorph", ref = "Stable", build_vignettes = TRUE)

or:

devtools::install_github("geomorphR/geomorph", ref = "Develop", build_vignettes = TRUE)

I'm trying to instal the stable version

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.