Re: [R-pkg-devel] Different behavior from devtools::check and install.packages() under Linux and Windows

2021-12-14 Thread Ivan Krylov
On Tue, 14 Dec 2021 08:48:23 -0500 Steve Gutreuter wrote: > Error in set_makevars(.new, .path, makevars_file, assignment = > .assignment) : >   Multiple results for CXX11FLAGS found, something is wrong.FALSE set_makevars is a function from the "withr" package: https://github.com/r-lib/withr/bl

[R-pkg-devel] Different behavior from devtools::check and install.packages() under Linux and Windows

2021-12-14 Thread Steve Gutreuter
I have an R package that completes devtools::check() without errors, warnings or notes running under Linux Mint, so I thought that all was well.  Everything works as expected when the package is installed on the Linux box from GitHub. However, when I attempt to install it on a Windows box I ge