MD-Anderson-Bioinformatics / NGCHM-R

An R library for creating Next-Generation Clustered Heat Maps (NG-CHM)
http://bioinformatics.mdanderson.org/main/NG-CHM-V2:Overview
7 stars 3 forks source link

Remove shaidy server example from package documentation #58

Open marohrdanz opened 2 weeks ago

marohrdanz commented 2 weeks ago

The package documentation examples, in package.R, include commands that will only work if a shaidy server is configured:

chmSetCollection("//server/collection")
chmInstall(chm)

Most users won't have, need, or want a shaidy server configured, and the resulting error messages will be confusing. So remove these from the example.