Supplement to documentation

Issue #258 resolved
Paul Pearson created an issue

Hi,

In order to get dssp and bio3d working in R on windows 7, I needed to use

bio3d::dssp()

instead of just

dssp()

Perhaps you would consider updating the documentation for dssp() to mention the explicit call bio3d::dssp() as an option to try for the sake of inexperienced R users.

Thanks!

Paul Pearson Hope College

Comments (2)

  1. Xinqiu Yao

    Hi Paul,

    It should have no problem just typing dssp() or any other bio3d functions. Make sure you have library(bio3d) on the top of your commands.

  2. Log in to comment