Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 958 Bytes

index.md

File metadata and controls

35 lines (22 loc) · 958 Bytes
layout
page

Improving computational performance with algorithm engineering

R packages

Windows users need Rtools for some of the packages.

  • Weighted random sampling without replacement: wrswoR

    devtools::install_github("krlmlr/wrswoR")
    
  • Similarity-based statistical matching: mangow

    devtools::install_github(c("krlmlr/RANN1", "krlmlr/mangow"))
    

Package webs: Reproducible research from raw data

Needs make.

  • Companion package: rpkgweb

    devtools::install_github(c("krlmlr/MakefileR", "krlmlr/wrswoR"))