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:
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')) |
Bug tracker:https://github.com/coolbutuseless/rectpacker/issues
Last updated 2 days agofrom:3e4a8b6a0f. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Dec 24 2024 |
R-4.5-win-x86_64 | OK | Dec 24 2024 |
R-4.5-linux-x86_64 | OK | Dec 24 2024 |
R-4.4-win-x86_64 | OK | Dec 24 2024 |
R-4.4-mac-x86_64 | OK | Dec 24 2024 |
R-4.4-mac-aarch64 | OK | Dec 24 2024 |
R-4.3-win-x86_64 | OK | Dec 24 2024 |
R-4.3-mac-x86_64 | OK | Dec 24 2024 |
R-4.3-mac-aarch64 | OK | Dec 24 2024 |
Exports:calc_small_boxpack_rects
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Find the dimensions of a small box to store all the given rectangles | calc_small_box |
Pack rectangles into a box using the skyline algorithm | pack_rects |