[Rd] Submit a package which use doParallel

Brian G. Peterson brian at braverock.com
Fri Mar 6 00:16:47 CET 2015


On Thu, 2015-03-05 at 18:03 -0500, Etienne Lord wrote:
> Hi,
> 
> I'm trying to submit my first package which depends on doParallel:
> 
> Depends: R (>= 3.0), igraph, doParallel

add foreach to your Depends.  That should resolve the error you're
seeing.


> Running hadley devtools: devtools::check() and devtools::release() result
> in no problem (no ERROR nor NOTE on Linux, Mac and Windows).
> 
> However, when in use the devtools::build_win() command, it results in the
> following note:
> 
> * checking R code for possible problems ... NOTE
> 
> complete_network: no visible global function definition for '%dopar%'
> complete_network: no visible global function definition for '%:%'
> complete_network: no visible global function definition for 'foreach'

<...>

> 2) Installing the doParallel package "before" running any test on windows
> seems to remove this note. Is there any way to specify it in the
> DESCRIPTION?

-- 
Brian G. Peterson
http://braverock.com/brian/
Ph: 773-459-4973
IM: bgpbraverock



More information about the R-devel mailing list