Package: rectpacker 1.0.0.9000

rectpacker: Rectangle Packing

Rectangle packing is a packing problem where rectangles are placed into a larger rectangular region (without overlapping) in order to maximise the use of space. Rectangles are packed using the skyline heuristic as discussed in Lijun et al (2011) "A Skyline-Based Heuristic for the 2D Rectangular Strip Packing Problem" <doi:10.1007/978-3-642-21827-9_29>. A function is also included for determining a good small-sized box for containing a given set of rectangles.

Authors:Mike Cheng [aut, cre, cph], Sean Barrett [aut, cph]

rectpacker_1.0.0.9000.tar.gz
rectpacker_1.0.0.9000.zip(r-4.5)rectpacker_1.0.0.9000.zip(r-4.4)rectpacker_1.0.0.9000.zip(r-4.3)
rectpacker_1.0.0.9000.tgz(r-4.4-x86_64)rectpacker_1.0.0.9000.tgz(r-4.4-arm64)rectpacker_1.0.0.9000.tgz(r-4.3-x86_64)rectpacker_1.0.0.9000.tgz(r-4.3-arm64)
rectpacker_1.0.0.9000.tar.gz(r-4.5-noble)rectpacker_1.0.0.9000.tar.gz(r-4.4-noble)
rectpacker_1.0.0.9000.tgz(r-4.4-emscripten)rectpacker_1.0.0.9000.tgz(r-4.3-emscripten)
rectpacker.pdf |rectpacker.html
rectpacker/json (API)
NEWS

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

Peer review:

Bug tracker:https://github.com/coolbutuseless/rectpacker/issues

On CRAN:

3.30 score 2 stars 3 scripts 141 downloads 2 exports 0 dependencies

Last updated 2 days agofrom:3e4a8b6a0f. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKDec 24 2024
R-4.5-win-x86_64OKDec 24 2024
R-4.5-linux-x86_64OKDec 24 2024
R-4.4-win-x86_64OKDec 24 2024
R-4.4-mac-x86_64OKDec 24 2024
R-4.4-mac-aarch64OKDec 24 2024
R-4.3-win-x86_64OKDec 24 2024
R-4.3-mac-x86_64OKDec 24 2024
R-4.3-mac-aarch64OKDec 24 2024

Exports:calc_small_boxpack_rects

Dependencies: