Re: [R-pkg-devel] Note about portable file names

2017-06-12 Thread Dirk Eddelbuettel
Konstantin, RcppMsgPack 0.1.1, containing MsgPack headers from msgpack-c 1.4.2, is now on CRAN. It should work for your purposes with a simple LinkingTo: RcppMsgPack. I turned of Windows builds; there is a weird interaction that may just be one of these include header order things but I haven't

Re: [R-pkg-devel] Note about portable file names

2017-06-11 Thread Dirk Eddelbuettel
On 11 June 2017 at 16:46, Konstantin Sorokin wrote: | On Sun, Jun 11, 2017 at 4:15 PM, Dirk Eddelbuettel wrote: | | | On 11 June 2017 at 15:18, Konstantin Sorokin wrote: | | Hello! | | | | When checking one of my packages I have following message: | | | | checking for

Re: [R-pkg-devel] Note about portable file names

2017-06-11 Thread Konstantin Sorokin
On Sun, Jun 11, 2017 at 4:15 PM, Dirk Eddelbuettel wrote: > > On 11 June 2017 at 15:18, Konstantin Sorokin wrote: > | Hello! > | > | When checking one of my packages I have following message: > | > | checking for portable file names ... NOTE > | Found the following non-portable file paths: > |

Re: [R-pkg-devel] Note about portable file names

2017-06-11 Thread Dirk Eddelbuettel
On 11 June 2017 at 15:18, Konstantin Sorokin wrote: | Hello! | | When checking one of my packages I have following message: | | checking for portable file names ... NOTE | Found the following non-portable file paths: | tarantoolr/src/third_party/msgpack-1.4.1/include/msgpack/preprocessor/faci

Re: [R-pkg-devel] Note about portable file names

2017-06-11 Thread Duncan Murdoch
On 11/06/2017 8:18 AM, Konstantin Sorokin wrote: Hello! When checking one of my packages I have following message: checking for portable file names ... NOTE Found the following non-portable file paths: tarantoolr/src/third_party/msgpack-1.4.1/include/msgpack/preprocessor/facilities/is_empty_

[R-pkg-devel] Note about portable file names

2017-06-11 Thread Konstantin Sorokin
Hello! When checking one of my packages I have following message: checking for portable file names ... NOTE Found the following non-portable file paths: tarantoolr/src/third_party/msgpack-1.4.1/include/msgpack/preprocessor/facilities/is_empty_variadic.hpp tarantoolr/src/third_party/msgpack-