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.7)rectpacker_1.0.0.9000.zip(r-4.6)rectpacker_1.0.0.9000.zip(r-4.5)
rectpacker_1.0.0.9000.tgz(r-4.6-x86_64)rectpacker_1.0.0.9000.tgz(r-4.6-arm64)rectpacker_1.0.0.9000.tgz(r-4.5-x86_64)rectpacker_1.0.0.9000.tgz(r-4.5-arm64)
rectpacker_1.0.0.9000.tar.gz(r-4.7-arm64)rectpacker_1.0.0.9000.tar.gz(r-4.7-x86_64)rectpacker_1.0.0.9000.tar.gz(r-4.6-arm64)rectpacker_1.0.0.9000.tar.gz(r-4.6-x86_64)
rectpacker_1.0.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:3e4a8b6a0f. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 101 | ||
| linux-devel-x86_64 | OK | 102 | ||
| source / vignettes | OK | 158 | ||
| linux-release-arm64 | OK | 99 | ||
| linux-release-x86_64 | OK | 103 | ||
| macos-release-arm64 | OK | 80 | ||
| macos-release-x86_64 | OK | 159 | ||
| macos-oldrel-arm64 | OK | 97 | ||
| macos-oldrel-x86_64 | OK | 139 | ||
| windows-devel | OK | 128 | ||
| windows-release | OK | 72 | ||
| windows-oldrel | OK | 63 | ||
| wasm-release | OK | 92 |
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 |
