Re: [R-pkg-devel] How to update "SystemRequirements: C++11"?

2023-02-08 Thread Winston Chang
> > Now that I think about it some more, I think I can do the following: > > 1. In the DESCRIPTION file, remove "SystemRequirements: C++11". I believe > this field is used only for R CMD check, not for actually installing > packages. CRAN only runs R CMD check on r-oldrel, r-release, and r-devel, >

Re: [R-pkg-devel] How to update "SystemRequirements: C++11"?

2023-02-06 Thread Winston Chang
On Mon, Feb 6, 2023 at 6:44 PM Duncan Murdoch wrote: > On 06/02/2023 3:46 p.m., Winston Chang wrote: > > I recently submitted a package to CRAN with "SystemRequirements: C++11". > > This raises the following NOTE on R-devel, and I was asked to fix and > >

[R-pkg-devel] How to update "SystemRequirements: C++11"?

2023-02-06 Thread Winston Chang
I recently submitted a package to CRAN with "SystemRequirements: C++11". This raises the following NOTE on R-devel, and I was asked to fix and resubmit: * checking C++ specification ... NOTE Specified C++11: please update to current default of C++17 If I understand correctly, I have two options

Re: [R-pkg-devel] Check Results ERROR on Windows R release

2019-05-17 Thread Winston Chang
It looks like hacSIM imports pegas, which imports adegenet, which imports dplyr. -Winston On Fri, May 17, 2019 at 11:04 AM Jarrett Phillips wrote: > > Hello, > > On submitting an update of my R package (HACSim), checks fail on > r-release-windows-ix86+x86_64 >

Re: [R-pkg-devel] Error appearing only with check_win_devel() - could be ggplot2 R version?

2019-03-30 Thread Winston Chang
On Sat, Mar 30, 2019 at 5:06 PM Gábor Csárdi wrote: > I think this is temporary and will go away once R-devel is built with > this: > https://github.com/wch/r-source/commit/9542c3215a8f8cfee4a313b6c2fd03320e38e1de > > Before that commit (76285), I was getting a different error when I submitted a

[R-pkg-devel] Version of make on CRAN Windows build machines

2019-03-26 Thread Winston Chang
On Windows I have a package that builds just fine with any recent version of Rtools. But on win-builder it fails because the version of GNU make on that machine does not support if-else syntax. Support for this syntax was added in GNU make 3.81, which was released in 2006. The version of Rtools on

Re: [R-pkg-devel] download.file and https

2015-07-03 Thread Winston Chang
My downloader package was created to deal with https on various platforms: http://cran.r-project.org/web/packages/downloader/index.html The package dates back to before R had libcurl support. It's very simple: if you're on Windows, it uses setInternet2(), which enable https support, and if you'r

Re: [R-pkg-devel] Issue with closures & devtools::document/check

2015-06-28 Thread Winston Chang
This is a devtools-specific question, so it really belongs on the rdevtools mailing list: https://groups.google.com/forum/#!forum/rdevtools That said, this is probably happening because square.R is being processed before testClosure.R. By default, the files are processed in lexicographical orde

Re: [R-pkg-devel] R CMD check getting stalled

2015-05-29 Thread Winston Chang
ces. -v Show size (in KB) of intermediate directories. > Warning message: running command '"du"' had status 65535 -Winston On Thursday, May 28, 2015, Hadley Wickham > wrote: > Ok, it looks like it's actually quite a subtle problem. (Thanks to >