Displaying 5 results from an estimated 5 matches for "build_win".
Did you mean:
build_id
2015 Mar 05
2
Submit a package which use doParallel
...you're
> seeing.
Please don't do that. Use Imports.
Duncan Murdoch
>
>
>> 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 '%:%'...
2015 Mar 05
3
Submit a package which use doParallel
Hi,
I'm trying to submit my first package which depends on doParallel:
Depends: R (>= 3.0), igraph, doParallel
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 defini...
2015 Mar 06
0
Submit a package which use doParallel
Thanks for the quick reply.
Adding all the dependencies of doParallel (foreach, parallel, iterators) in
the DESCRIPTION and in import statements in NAMESPACE resolved the
build_win problems. Don't know why this is required for Windows build.
Thanks again.
2015-03-05 18:22 GMT-05:00 Duncan Murdoch <murdoch.duncan at gmail.com>:
> On 05/03/2015 6:16 PM, Brian G. Peterson wrote:
> > On Thu, 2015-03-05 at 18:03 -0500, Etienne Lord wrote:
> >> Hi,
&g...
2015 Jan 03
4
Potential cross-platform package building issue
I am using 32-bit R 3.1.2 on Windows 7.
I recently conducted an `R CMD check --as-cran` on a recently-developed
package and received only the 'New submission' note. Research on
StackOverflow and on R-devel suggested this could be ignored. I also used
devtools::build_win() and received no notes or warnings, other than the one
mentioned previously. Lastly, I conducted an `R CMD check` with the
development version of R. Further, I built the package locally with `R CMD
build` and `R CMD INSTALL --build` and everything worked as it should,
including the PDF manual.
U...
2015 Jan 03
0
Potential cross-platform package building issue
...ven Ranney wrote:
| I am using 32-bit R 3.1.2 on Windows 7.
|
| I recently conducted an `R CMD check --as-cran` on a recently-developed
| package and received only the 'New submission' note. Research on
| StackOverflow and on R-devel suggested this could be ignored. I also used
| devtools::build_win() and received no notes or warnings, other than the one
| mentioned previously. Lastly, I conducted an `R CMD check` with the
| development version of R. Further, I built the package locally with `R CMD
| build` and `R CMD INSTALL --build` and everything worked as it should,
| including the PDF ma...