You are here

\link{omxDetectCores} = missing in documentation object

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

Reporter: 
Created: 
Mon, 10/06/2014 - 07:19
Updated: 
Fri, 11/20/2015 - 16:06

Comments

Can you link to detectCores? omxDetectCores should probably be deprecated.

switched to detectCores