Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 757 Bytes

File metadata and controls

28 lines (16 loc) · 757 Bytes

quickr (development version)

  • Internal utility r2f() print method now shows the generated c_bridge for translated subroutines.

  • Added support for nrow(), ncol() and dim() (#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.

quickr 0.1.0

  • Initial CRAN submission.