Skip to content
Prev 9964 / 12125 Next

[R-pkg-devel] Example files for functions reading binary files

Rafael,

I believe the issue is that packages cannot include binary *executables.* If
you have a binary file (such as a parquet file) in inst/extdata, I do not
think that would be a problem. It would be a good idea to ensure that that
file is small, though. I think downloading a file is a big no no to be ran
on CRAN machines. I would personally advise against downloading anything.

On Sun, Dec 3, 2023 at 9:54?AM Rafael Ayala Hernandez <
Rafael.AyalaHernandez at oist.jp> wrote: