Re: [R-pkg-devel] Using RC_fopen in a CRAN package

2021-04-02 Thread Dirk Eddelbuettel
On 2 April 2021 at 09:45, Duncan Murdoch wrote: | On 01/04/2021 9:06 p.m., David Cortes wrote: | > Is it allowed to use such functions in packages? I see a few packages | > currently in CRAN have the same note in the checks, such as "iotools", | > and am wondering if I should just email the CRAN

Re: [R-pkg-devel] Using RC_fopen in a CRAN package

2021-04-02 Thread Duncan Murdoch
On 01/04/2021 9:06 p.m., David Cortes wrote: I’d like to ask for clarification about CRAN policies regarding usage of functions that start with "RC_*", such as "RC_fopen". I'm trying to upload a package which is meant for reading and writing data from text files in a certain format, for which I

[R-pkg-devel] Using RC_fopen in a CRAN package

2021-04-02 Thread David Cortes
I’d like to ask for clarification about CRAN policies regarding usage of functions that start with "RC_*", such as "RC_fopen". I'm trying to upload a package which is meant for reading and writing data from text files in a certain format, for which I want to use a C file pointer which I obtain thr