error could not find function cnapath

Issue #218 resolved
Former user created an issue

Hi I am using bio3d and i want to use cnapath function, but seems that I dont have it, though I did normal instalation. Could you please help me?

Thanks,

Stefan

Comments (4)

  1. Lars Skjærven

    Hi Stefan, Check that you have a recent version of Bio3D (i.e. 2.2). Use sessionInfo() to check which version is loaded:

    > sessionInfo()
    R version 3.1.1 (2014-07-10)
    Platform: x86_64-apple-darwin13.1.0 (64-bit)
    
    locale:
    [1] C/UTF-8/C/C/C/C
    
    attached base packages:
    [1] stats     graphics  grDevices utils     datasets  methods   base     
    
    other attached packages:
    [1] bio3d_2.2-1
    
    loaded via a namespace (and not attached):
    [1] grid_3.1.1     parallel_3.1.1 tools_3.1.1   
    

    Lars

  2. Log in to comment