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'.
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!