fail to install bio3D packages in Rstudio with R 4.1.1

Issue #835 resolved
Former user created an issue

Hi bio3D developers,

I fail to install bio3D packages ( bio3d.cna, bio3d.nma ) in Rstudio with R 4.1.1. the details are:

install.packages("bio3d.cna") Installing package into ‘/home/rulong/R/x86_64-pc-linux-gnu-library/4.1’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘bio3d.cna’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

install.packages("bio3d.nma") Installing package into ‘/home/rulong/R/x86_64-pc-linux-gnu-library/4.1’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘bio3d.nma’ is not available for this version of R

A version of this package for your version of R might be available elsewhere, see the ideas at https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages

could you help me fixt these?

Comments (2)

  1. Xinqiu Yao

    Those packages are not available on CRAN yet. To install them, follow the instruction in https://bitbucket.org/Grantlab/bio3d

    To install bio3d.core, scroll down to ‘Installing the bio3d.core package of the Bio3D family’.

    For other packages, click the link under ‘Other packages in the Bio3D family’ and follow the instruction.

  2. Log in to comment