Re: [Rcpp-devel] Help reading libzma file

2022-06-23 Thread Roberto Spadim
Nice, thanks Dirk, I will test it! Em qui., 23 de jun. de 2022 às 21:28, Dirk Eddelbuettel escreveu: > > On 23 June 2022 at 20:46, Roberto Spadim wrote: > | Uhm, yes I see > | I testd with package, and linux, it works > | But with Windows it don't find the liblzma > > "Par for the course" as the

Re: [Rcpp-devel] Help reading libzma file

2022-06-23 Thread Dirk Eddelbuettel
On 23 June 2022 at 20:46, Roberto Spadim wrote: | Uhm, yes I see | I testd with package, and linux, it works | But with Windows it don't find the liblzma "Par for the course" as they say -- Windows has not standard library location so you will need an 'extra convention' as either the CRAN rules o

Re: [Rcpp-devel] Help reading libzma file

2022-06-23 Thread Roberto Spadim
Uhm, yes I see I testd with package, and linux, it works But with Windows it don't find the liblzma Em qui., 23 de jun. de 2022 às 07:59, Dirk Eddelbuettel escreveu: > > On 23 June 2022 at 10:05, Serguei Sokol wrote: > | Le 23/06/2022 à 04:07, Roberto Spadim a écrit : > | > Hi folks > | > > | >

Re: [Rcpp-devel] Help reading libzma file

2022-06-23 Thread Dirk Eddelbuettel
On 23 June 2022 at 10:05, Serguei Sokol wrote: | Le 23/06/2022 à 04:07, Roberto Spadim a écrit : | > Hi folks | > | > I have a .xz file and need to read it and "convert" to a DataFrame using | > Rcpp if possible. | > | > But... I'm with a problem (first time testing this) using liblzma with |

Re: [Rcpp-devel] Help reading libzma file

2022-06-23 Thread Serguei Sokol
Le 23/06/2022 à 04:07, Roberto Spadim a écrit : Hi folks I have a .xz file and need to read it and "convert" to a DataFrame using Rcpp if possible. But... I'm with a problem (first time testing this) using liblzma with Rcpp, I already know how to do this with CMakeLists.txt, but I don't kno