-
Internal utility
r2f()print method now shows the generatedc_bridgefor translated subroutines. -
Added support for
nrow(),ncol()anddim()(#21, @mikmart). -
Added support for
while,repeat,break,next. -
Added support for
%%and%/%. -
Added support for expression return values.
-
Fix passing a scalar (rank-0) arg to reduction intrinsics (min, max, prod, sum).
-
Fixed an issue where
/might perform integer division if one of the operands is an integer type (#33, #41). -
Fixed an issue with dll symbol registration when
quick()is used in a package (#19). -
Fixed segfault encountered on Windows with variable sized arrays.
- Initial CRAN submission.