search for: winbuild

Displaying 20 results from an estimated 55 matches for "winbuild".

Did you mean: winebuild
2016 Sep 29
2
winbuilder down
Dear all, winbuilder is down. Given current inspection results and circumstances, I expect a downtime of *at least* 24 hours. This applies to on-demand check services, CRAN check service results and CRAN binary builds for Windows. Best, Uwe Ligges
2016 Sep 30
0
winbuilder down
On 29.09.2016 22:57, Uwe Ligges wrote: > Dear all, > > winbuilder is down. > > Given current inspection results and circumstances, I expect a downtime > of *at least* 24 hours. > > This applies to on-demand check services, CRAN check service results and > CRAN binary builds for Windows. > > Best, > Uwe Ligges Winbuilder is operation...
2017 Dec 29
3
winbuilder warning message wrt function pointers
...????????? double *bmat, double *rmat, ??????????????????? int nfrail,?? double *y) { ??? static void (*fun)() = NULL; ??? if (fun==NULL) ??? fun = (void (*)) R_GetCCallable("bdsmatrix", "bdsmatrix_prod4"); ??? fun(nrow, nblock, bsize, bmat, rmat, nfrail, y); ??? } .. The winbuilder run is flagging all of these with bdsmatrix_stub.h:22:6: warning: ISO C forbids assignment between function pointer and 'void *' [-Wpedantic] ? fun = (void (*)) R_GetCCallable("bdsmatrix", "bdsmatrix_prod4"); Ignore?? Or should these lines have been written in a di...
2017 Dec 29
0
winbuilder warning message wrt function pointers
...int nfrail, double *y) { > static void (*fun)() = NULL; > if (fun==NULL) > fun = (void (*)) R_GetCCallable("bdsmatrix", "bdsmatrix_prod4"); > fun(nrow, nblock, bsize, bmat, rmat, nfrail, y); > } > > .. > > The winbuilder run is flagging all of these with > > bdsmatrix_stub.h:22:6: warning: ISO C forbids assignment between function > pointer and 'void *' [-Wpedantic] > fun = (void (*)) R_GetCCallable("bdsmatrix", "bdsmatrix_prod4"); > > Ignore? Or should these lines...
2011 May 09
0
winbuilder temporary down
Due to a failure of our air condition, winbuilder is out of service for at least 12 hours until 10:30 am CEST tomorrow morning. Best, Uwe Ligges
2017 Dec 29
0
winbuilder warning message wrt function pointers
...void (*fun)() = NULL; >>> if (fun==NULL) >>> fun = (void (*)) R_GetCCallable("bdsmatrix", "bdsmatrix_prod4"); >>> fun(nrow, nblock, bsize, bmat, rmat, nfrail, y); >>> } >>> >>> .. >>> >>> The winbuilder run is flagging all of these with >>> >>> bdsmatrix_stub.h:22:6: warning: ISO C forbids assignment between >>> function pointer and 'void *' [-Wpedantic] >>> fun = (void (*)) R_GetCCallable("bdsmatrix", "bdsmatrix_prod4"); >>...
2017 Dec 29
1
winbuilder warning message wrt function pointers
...ouble *y) { >> static void (*fun)() = NULL; >> if (fun==NULL) >> fun = (void (*)) R_GetCCallable("bdsmatrix", "bdsmatrix_prod4"); >> fun(nrow, nblock, bsize, bmat, rmat, nfrail, y); >> } >> >> .. >> >> The winbuilder run is flagging all of these with >> >> bdsmatrix_stub.h:22:6: warning: ISO C forbids assignment between function >> pointer and 'void *' [-Wpedantic] >> fun = (void (*)) R_GetCCallable("bdsmatrix", "bdsmatrix_prod4"); >> >> Ignore...
2013 Sep 12
6
declaring package dependencies
I received the following email note re: the vcdExtra package > A vcd update has shown that packages TIMP and vcdExtra are not > declaring their dependence on colorspace/MASS: see > > http://cran.r-project.org/web/checks/check_results_vcdExtra.html But, I can't see what to do to avoid this, nor understand what has changed in R devel. Sure enough, CRAN now reports errors in
2010 Sep 08
1
winbuilder warnings and errors
Hello, I have been developing a package for phylogenetic analysis which I plan to submit to CRAN soon. It passes R CMD check with no warnings on my linux and Mac OS X machines. I don't have much experience with Windows and have been using the win-builder service to see how the package compiles on Windows. (Thank you for this service, Uwe, it is a huge time saver for me!) I have tried
2012 Dec 24
1
How to ensure -O3 on Win64
Hi, Similar questions have come up before on the list and elsewhere but I haven't found a solution yet. winbuilder's install.out shows data.table's .c files compiled with -O3 on Win32 but -O2 on Win64. The same happens on R-Forge. I gather that some packages don't work with -O3 so the default is -O2. I've tried this in data.table's Makevars (entire contents) : ==== MAKEFLAGS="CFLA...
2015 Apr 07
1
Package compilation woes on submission.
...e package last week and was asked to resubmit with few changes in the description file. However upon resubmission today, the C code failed to compile in the reviewer's system throwing several errors. I rechecked the package with windows 7 and ubuntu as before and there were no errors. I tried winbuilder with R-release as well as R 3.2.0 beta again without any errors. The only difference that I could understand was that the compiler used by me as well as winbuilder is gcc while that in case of the reviewer is clang. In such a case, how should I proceed with the submission? -- J.Aravind Germpl...
2018 May 04
2
Debugging "SETLENGTH() cannot be applied to an ALTVEC object."?
Hi all, I wish to push a new version of a package (heatmaply). I sent it to winbuild with no issues but after submitting it to CRAN I got an update that it breaks on Debian, see: package heatmaply_0.15.0.tar.gz does not pass the incoming checks automatically, please see the following pre-tests: Windows: <https://win-builder.r-project.org/incoming_pretest/ heatmaply_0.15.0_20180...
2018 Jul 08
2
consider running tools::compactPDF(gs_quality = "ebook")
Dear all, I run R CMD build --compact-vignettes="both" gRbase and/or R CMD build --compact-vignettes="gs+qpdf" gRbase and in the log from r-devel (on winbuilder) I get * checking sizes of PDF files under 'inst/doc' ... WARNING 'gs+qpdf' made some significant size reductions: compacted 'gRbase-arrays.pdf' from 421Kb to 115Kb consider running tools::compactPDF(gs_quality = "ebook") on these files According to &q...
2018 Jul 08
2
consider running tools::compactPDF(gs_quality = "ebook")
Dear all, I run R CMD build --compact-vignettes="both" gRbase and/or R CMD build --compact-vignettes="gs+qpdf" gRbase and in the log from r-devel (on winbuilder) I get * checking sizes of PDF files under 'inst/doc' ... WARNING 'gs+qpdf' made some significant size reductions: compacted 'gRbase-arrays.pdf' from 421Kb to 115Kb consider running tools::compactPDF(gs_quality = "ebook") on these files According to &q...
2017 Nov 29
1
Un-informative Error in re-building vignettes
I am getting the following on CRAN windows and winbuilder https://www.r-project.org/nosvn/R.check/r-devel-windows-ix86+x86_64/penaltyLearning-00check.html Apparently there is an error in re-building vignettes, but I do not have any idea what it is, because all that is listed is three dots (...). Is this a bug in R CMD check? If not, the only solution...
2010 Jul 14
1
Precompiled vignette on CRAN
Hello, my package passes R CMD check without any warnings on my local machine (Mac OS), as well as on Uwe Ligges' Winbuilder. On RForge, however, we sometimes run into problems building the Sweave vignettes. Now here's my question: is it necessary for a CRAN submission that the Sweave vignettes can be compiled on CRAN, or is it possible to provide the (locally compiled) pdf vignette to be included in the package?...
2011 Nov 21
1
testing on platforms, was Fortran error
I think the poster is interested in being able to try the build/check on a Mac in the fashion that Winbuilder does. That is, rather than have CRAN do all the platform checks, is there a way to submit a package to be tested for just one platform? It may be useful to have such a facility so package builders can test before submission, and from my own experience I believe would help to render packages more...
2019 May 08
4
openblas
Hello, macosx 10.13.6, Rdevel r76458 I'm trying to compile against openblas to reproduce an error on the CRAN check page (my package is clean under winbuilder and all but one of the checks). I've downloaded and installed openblas 0.3.7 but I am not 100% sure that it is being used by R. Using ./configure --with-blas="-lopenblas" Then running R to discover the PID I get: Rd % lsof -p 17960|egrep -i blas R 17960 rhankin txt...
2014 Nov 02
1
Building R package: “Found 'rand', possibly from 'rand' (C)” NOTE when checking package
...a package that makes a simple visualization. A part of the code is in C++, and utilizes the functions srand() and rand() for purposes not related to statistics (introducing random noise in the visualization). The package compiles without problems on my workstation(s), but when I submitted it to the winbuilder service, I got the following weird message: * checking compiled code ... NOTE File 'tagcloud/libs/i386/tagcloud.dll': Found 'rand', possibly from 'rand' (C) Object: 'overlap.o' Found 'srand', possibly from 'srand' (C) Object: 'overl...
2018 Jul 08
2
[R] consider running tools::compactPDF(gs_quality = "ebook")
Dear all, I run R CMD build --compact-vignettes="both" gRbase and/or R CMD build --compact-vignettes="gs+qpdf" gRbase and in the log from r-devel (on winbuilder) I get * checking sizes of PDF files under 'inst/doc' ... WARNING 'gs+qpdf' made some significant size reductions: compacted 'gRbase-arrays.pdf' from 421Kb to 115Kb consider running tools::compactPDF(gs_quality = "ebook") on these files According to &q...