Re: [R-pkg-devel] Retrieving versioned csv datasets for use in an R package

2025-04-05 Thread Sean Davis
Hi, all. Zenodo does offer storage (I believe limited to 50GB per submission) and is backed by CERN with a guarantee of storage for at least 20 years (the life of CERN, could be extended). I agree that Github is a viable alternative to Zenodo and one can use the two together easily. On github,

Re: [R-pkg-devel] DOI for archived package?

2020-09-10 Thread Sean Davis
t; seems stupid.) > > > > Thanks, > >Kevin > > > > [[alternative HTML version deleted]] > > > > __ > > R-package-devel@r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/

Re: [R-pkg-devel] Wrapping a third-party c++ library

2016-08-23 Thread Sean Davis
Thanks for the reply and feedback, Dirk. > On Aug 23, 2016, at 10:59 AM, Dirk Eddelbuettel wrote: > > > hi Sean, > > On 23 August 2016 at 09:13, Sean Davis wrote: > | I am trying to wrap a third-party toolkit that provides a C++ API. The > code is open source and

[R-pkg-devel] Wrapping a third-party c++ library

2016-08-23 Thread Sean Davis
I am trying to wrap a third-party toolkit that provides a C++ API. The code is open source and includes a license that allows me to include it directly in an R package. Right now, I am happy if I can get ANY build (linux, windows, or Mac) working. The rough build process looks like that given