Rename identity() to seq.identity()

Issue #25 resolved
Barry Grant created an issue

Lets get rid of the annoying startup message about the identity() function by reluctantly re-naming to seq.ide() or seq.identity(). I guess the later would be best...

> library(bio3d)

Attaching package:bio3dThe following object is masked frompackage:base:

    identity

Also need to track down all calls to identity() in the example sections of Rd files and vignettes/tutorials.

Comments (3)

  1. Barry Grant reporter
    • changed status to open

    Sorry, need to rename to "seqidentity()"

    • checking Rd \usage sections ... NOTE S3 methods shown with full name in documentation object 'seq.identity': ‘seq.identity’
  2. Log in to comment