eDDM not available for R version 3.6.3

Issue #798 resolved
Former user created an issue

Hello, I was trying to install eddm package using install.packages("bio3d.eddm")

But received the following error. package ‘bio3d.eddm’ is not available (for R version 3.6.3)

Please can someone help me in installing the bio3d.eddm package. Which version of R should I install for using the bio3d.eddm package?

Comments (3)

  1. Xinqiu Yao

    Hi,

    Please install bio3d.eddm using the following commands:

    install.packages("devtools")
    devtools::install_bitbucket("Grantlab/bio3d-eddm")
    

  2. Log in to comment