webR 0.3.3
New features
-
A
webR.version
property has been added, containing the current version and build information (#409). -
An
RObject.class()
method has been added, returning anRCharacter
object with the names of the classes from which the given R object inherits. This has been implemented using R'sclass()
function, and so the implicit class is similarly returned when the R object has noclass
attribute. -
WebR now sets the environment variable
WEBR
equal to"1"
andWEBR_VERSION
equal to the webR version string in the WebAssembly environment (#414). -
Dev tools: Running
make help
now prints valid targets and their descriptions (#410).