mlverse / torchaudio

R interface to torchaudio
https://mlverse.github.io/torchaudio/
Other
26 stars 6 forks source link

release prep (WIP) #55

Closed skeydan closed 1 year ago

skeydan commented 1 year ago

TBD fix:

W  checking compiled code ...
   File ‘torchaudio/libs/torchaudio.so’:
     Found ‘abort’, possibly from ‘abort’ (C)
       Objects: ‘RcppExports.o’, ‘read_mp3.o’, ‘read_wav.o’
     Found ‘printf’, possibly from ‘printf’ (C)
       Objects: ‘RcppExports.o’, ‘read_mp3.o’, ‘read_wav.o’

   Compiled code should not call entry points which might terminate R nor
   write to stdout/stderr instead of to the console, nor use Fortran I/O
   nor system RNGs.