renozao / NMF

NMF: A Flexible R package for Nonnegative Matrix Factorization
139 stars 41 forks source link

Could you please export the function of ccRamp? #159

Closed xlucpu closed 4 years ago

xlucpu commented 4 years ago

Sorry this may sound brusque.

I am writing an R package and using NMF:::ccRamp to generate continous color vector.

This function is unbelievable convenient and I love it so much. However, when building my package I kept getting warning because Unexported object imported by a ':::' call: 'NMF:::ccRamp'.

Thus, I wonder if you could export this function?

Many thanks advanced!