Rectangle packing is a packing problem where rectangles are placed into a larger rectangular region (without overlapping) in order to maximise the use 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.
| Version: | 1.0.0 | 
| Suggests: | testthat (≥ 3.0.0) | 
| Published: | 2024-12-05 | 
| DOI: | 10.32614/CRAN.package.rectpacker | 
| Author: | Mike Cheng [aut, cre, cph], Sean Barrett [aut, cph] (Author of included stb_rect_pack.h library) | 
| Maintainer: | Mike Cheng <mikefc at coolbutuseless.com> | 
| BugReports: | https://github.com/coolbutuseless/rectpacker/issues | 
| License: | MIT + file LICENSE | 
| Copyright: | The included 'stb_rect_pack.h' header (v1.01) is Copyright
(c) 2017 Sean Barrett and licensed under the MIT license. See
COPYRIGHTS file for more details. rectpacker copyright details | 
| URL: | https://github.com/coolbutuseless/rectpacker | 
| NeedsCompilation: | yes | 
| Materials: | NEWS | 
| CRAN checks: | rectpacker results | 
| Reference manual: | rectpacker.html , rectpacker.pdf | 
| Package source: | rectpacker_1.0.0.tar.gz | 
| Windows binaries: | r-devel: rectpacker_1.0.0.zip, r-release: rectpacker_1.0.0.zip, r-oldrel: rectpacker_1.0.0.zip | 
| macOS binaries: | r-release (arm64): rectpacker_1.0.0.tgz, r-oldrel (arm64): rectpacker_1.0.0.tgz, r-release (x86_64): rectpacker_1.0.0.tgz, r-oldrel (x86_64): rectpacker_1.0.0.tgz | 
Please use the canonical form https://CRAN.R-project.org/package=rectpacker to link to this page.