Re: [R-pkg-devel] The correct way to put additional DLLs on windows?

2019-07-02 Thread Jialin Ma
Sorry, it was a mistake. CC the list. 于 2019年7月2日 GMT-07:00 上午12:17:01, Jeff Newmiller 写到: >I recommend that you "reply-all" to keep the mailing list included. > > >On July 1, 2019 11:30:23 PM PDT, Jialin Ma wrote: >>Hi Jeff, >> >>Thanks for your rep

[R-pkg-devel] The correct way to put additional DLLs on windows?

2019-07-01 Thread Jialin Ma
tice for my case, or I am safe to ignore this warning (suppose I am planing for a CRAN submission). I know many packages will download static library and link them at compile time. But I haven't see any example with additional DLL files. Thanks. Jialin Ma ___

[R-pkg-devel] Does win-builder restrict where binaries can be downloaded from?

2018-03-02 Thread Jialin Ma
Dear all, I have the following error on win-builder, which says the url from anaconda.org can not be opened. The url is valid, does win-builder restrict the domain where binaries can be downloaded? I have previously tried download from github, where it works. * installing *source* package 'symeng

[R-pkg-devel] CMake on win-builder

2018-02-12 Thread Jialin Ma
Dear all, I am trying to create a R interface to a C++ library which itself uses cmake as its build tool. For experimenting the idea, I copy the entire source of the library to a sub-directory of "inst" and call "cmake" in the "configure" script, then call "make", which generates a static librar