Last week I asked for help with a function name duplication problem.  I had
renamed the project and renamed the functions in the project.  Example:
needed mvn() from the package MVN, but mvn() is also in thle package mgcv,
from which I needed a different function.  Using importFrom, or including
the package only under IMPORT: in DESCRIPTION and package::function() in the
code did not solve the problem.  The initial project was listed in the set
of files under the Packages tab.  Deleting it solved the problem.


        [[alternative HTML version deleted]]

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to