Displaying 2 results from an estimated 2 matches for "otherfun".
2014 Dec 21
0
loadNamespace and versionChecking and the otherpackage::otherfun syntax
...it's too long please don't waste your
time
- just ignore it. To try and make it slightly more digestible
it is divided into sections, as follows
SCENARIO
THE QUERY
MY OWN ATTEMPTS TO UNDERSTAND
AN ASIDE ABOUT loadNamespace AND Depends:
VERSION CHECKS ON otherpackage::otherfun AT LOAD TIME?
VERSION CHECKS ON otherpackage::otherfun AT EXECUTION TIME?
POSSIBLE ANSWER 1 - THIS IS TOO COMPLEX AND HYPOTHETICAL
POSSIBLE ANSWER 2 - THIS IS AN ISSUE FOR THE `::` FUNCTION
POSSIBLE ANSWER 3 - loadNamespace SHOULD BE VERSION AWARE EVEN WHEN
`::` IS USED
Many...
2007 Nov 14
4
library path in Rd link
Dear all,
When creating new functions in a package, there is a "See also" component in
the Rd file.
Usually one uses \link{otherfun}, if the other function is from the same
package, or \link[otherpackage]{otherfun} otherwise.
The trouble is that I install new packages not in the default R library
folder, but into some other subfolder in my home, so the link searches
for "otherpackage" in my home subfolder.
Is the...