Rdocumentation
powered by
Learn R Programming
RcppOctave (version 0.18.1)
.isPlatformCompatible: Platform Compatibility Check for RcppOctave
Description
Checks if the current platform supports RcppOctave.
Usage
.isPlatformCompatible(details = FALSE)
Arguments
details
logical that indicates if the checks' details should be returned as well, in which case, the result is a list.
Details
The following checks are performed:
platform must be either non-Windows or Windows-i386;
The Octave version to be loaded is the same one as the one against which RcppOctave libraries and modules were compiled.