I noticed that my package BayesFactor (http://cran.r-project.org/web/packages/BayesFactor/index.html) is not available on Mac OS, and the note says to see the check log. The only issue in the check log is a note: checking R code for possible problems ... NOTE all.Nways.env.mc : <local>: no visible binding for global variable 'i' all.Nways.env.mc: no visible binding for global variable 'i' This is due to the fact that I'm using the foreach package. Do I need to change something to get the OSX binary on CRAN?
On 14.10.2012 15:33, Richard D. Morey wrote:> I noticed that my package BayesFactor > (http://cran.r-project.org/web/packages/BayesFactor/index.html) is not > available on Mac OS, and the note says to see the check log. The only > issue in the check log is a note: > > checking R code for possible problems ... NOTE > all.Nways.env.mc : <local>: no visible binding for global variable 'i' > all.Nways.env.mc: no visible binding for global variable 'i' > > This is due to the fact that I'm using the foreach package. Do I need to > change something to get the OSX binary on CRAN?It seems to be there when I follow that link. Uwe Ligges> ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
On Oct 14, 2012, at 9:33 AM, Richard D. Morey wrote:> I noticed that my package BayesFactor (http://cran.r-project.org/web/packages/BayesFactor/index.html) is not available on Mac OS, and the note says to see the check log.Are you sure you're looking at the right page? CRAN says Downloads: Package source: BayesFactor_0.8.3.tar.gz MacOS X binary: BayesFactor_0.8.3.tgz Windows binary: BayesFactor_0.8.3.zip Cheers, Simon> The only issue in the check log is a note: > > checking R code for possible problems ... NOTE > all.Nways.env.mc : <local>: no visible binding for global variable 'i' > all.Nways.env.mc: no visible binding for global variable 'i' > > This is due to the fact that I'm using the foreach package. Do I need to change something to get the OSX binary on CRAN? > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > >
Seemingly Similar Threads
- paths and Rook problems only in OSX CRAN binary package?
- missing exported methods when compiling vignettes in R 3.0.0 RC
- as.zoo question
- foreach with registerDoMC on R 2.12.0 OSX 10.6 --- errors and warnings
- [compiler-rt] r329776 - [XRay][compiler-rt] Fix osx-based builds