# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "rectpacker" in publications use:' type: software license: MIT title: 'rectpacker: Rectangle Packing' version: 1.0.0.9000 doi: 10.32614/CRAN.package.rectpacker abstract: 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" . A function is also included for determining a good small-sized box for containing a given set of rectangles. authors: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com - family-names: Barrett given-names: Sean repository: https://coolbutuseless.r-universe.dev repository-code: https://github.com/coolbutuseless/rectpacker commit: 3e4a8b6a0fcb664285d62944f7bc9e876aa5d173 url: https://github.com/coolbutuseless/rectpacker contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com