Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 426 Bytes

cran-comments.md

File metadata and controls

8 lines (4 loc) · 426 Bytes

R CMD check results

0 errors | 0 warnings | 0 notes

  • removed non-API calls to R: ‘R_curErrorBuf’, ‘SET_TYPEOF’
  • As explained in the first submission, the need for the Unix OS stems from the package's implementation of a database that utilizes shared memory files, which involves numerous Unix-specific system calls. Furthermore, the package employs parallel algorithms that depend on the Unix forking method.