Package: binpackr 0.1.1.9000

binpackr: Fast 1d Bin Packing

Implements the First Fit Decreasing algorithm to achieve one dimensional heuristic bin packing. Runtime is of order O(n log(n)) where n is the number of items to pack. See "The Art of Computer Programming Vol. 1" by Donald E. Knuth (1997, ISBN: 0201896834) for more details.

Authors:Lukas Schneiderbauer [aut, cre, cph]

binpackr_0.1.1.9000.tar.gz
binpackr_0.1.1.9000.zip(r-4.5)binpackr_0.1.1.9000.zip(r-4.4)binpackr_0.1.1.9000.zip(r-4.3)
binpackr_0.1.1.9000.tgz(r-4.4-x86_64)binpackr_0.1.1.9000.tgz(r-4.4-arm64)binpackr_0.1.1.9000.tgz(r-4.3-arm64)binpackr_0.1.1.9000.tgz(r-4.3-x86_64)
binpackr_0.1.1.9000.tar.gz(r-4.5-noble)binpackr_0.1.1.9000.tar.gz(r-4.4-noble)
binpackr_0.1.1.9000.tgz(r-4.4-emscripten)binpackr_0.1.1.9000.tgz(r-4.3-emscripten)
binpackr.pdf |binpackr.html
binpackr/json (API)
NEWS

# Install 'binpackr' in R:
install.packages('binpackr', repos = c('https://lschneiderbauer.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/lschneiderbauer/binpackr/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

1 exports 1 stars 1.10 score 1 dependencies 3 scripts 212 downloads

Last updated 9 months agofrom:00cc6d8e8c. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 05 2024
R-4.5-win-x86_64OKSep 05 2024
R-4.5-linux-x86_64OKSep 05 2024
R-4.4-win-x86_64OKSep 05 2024
R-4.4-mac-x86_64OKSep 05 2024
R-4.4-mac-aarch64OKSep 05 2024
R-4.3-win-x86_64OKSep 05 2024
R-4.3-mac-aarch64OKSep 05 2024
R-4.3-mac-x86_64OKAug 06 2024

Exports:bin_pack_ffd

Dependencies:cpp11