In mxOption, \link{omxDetectCores} is flagged as a bad link by check.
The function lives in MxDetectCores.R and is just a memoization of a core function "detectCores"
omxDetectCores <- memoize(detectCores)
the memoize work is borrowed from Hadley Wickham
Anyone see how to get this to link correctly?
Or we could just not link to it.
It works fine as ?omxDetectCores on the cmd line
#1
Can you link to detectCores? omxDetectCores should probably be deprecated.
Log in or register to post comments
#2
switched to detectCores
Log in or register to post comments
#3
Log in or register to post comments