Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.21 KB

File metadata and controls

35 lines (23 loc) · 1.21 KB

Various improvment in the speed of our algorithm

aricode 1.1.0

  • Use original code for sorting pairs, which is faster than radix R implementation
  • Code linting and automation with precommit
  • various optimization in C++ and R code
  • changing function name (use deprecation)

Tested environments

  • tested locally on Ubuntu Linux 24.04.1 LTS, R-release, GCC

  • tested remotely with github-action

  • Linux ubuntu 24.04, R-release (github-action)
  • Linux ubuntu 24.04, R-oldrel (github-action)
  • Linux ubuntu 24.04, R-devel (github-action)
  • Windows Server 2022, R-release, 64 bit
  • macOS 12, R-release (github action)
  • Linux ubuntu 24.04, R-release, gcc + unit test with sanitizers (github-action)
  • Linux ubuntu 24.04, R-release, clang + unit test with sanitizers (github-action)
  • tested remotely with win-builder (R version 4.5.3, R unstable, R version 4.6.0)

all status OK

Local R CMD check results

── R CMD check results ──────────────────────────────────────────────────────────── aricode 1.1.0 ──── Duration: 32s

0 errors ✔ | 0 warnings ✔ | 0 notes ✔

R CMD check succeeded