# -------------------------------------------- # 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 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 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://CRAN.R-project.org/package=rectpacker repository-code: https://github.com/coolbutuseless/rectpacker url: https://github.com/coolbutuseless/rectpacker date-released: '2024-12-05' contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com