P
piecenikr
ANALYTICS
Velocity0.0
R package piecenikr by piecepackr — release notes from GitHub.
Drops the vendor name for the icehouse standard, and adds a notation parser.
r-graphicsboard-gamesapi-renamenotation-parsingdeprecation
◆Current state
piecenikr draws icehouse-style game pieces for R graphics. The 0.2.1 release deprecates its two Looney-branded entry points in favour of generic icehouse_* names and adds four setup functions for common piece configurations. It also ships icehouse_parser(), which plugs the package into ppn::read_ppn() for portable game notation.
◆Where it's heading
The arc runs from a single-vendor drawing helper toward a general renderer for the icehouse piece standard. The two preview releases from 2020 were cosmetic - a colour tweak and the original function set - so almost the whole of the package's current shape arrived in one 2025 release. Naming, colour palette, and the games catalogue all moved together, which reads as a deliberate reset rather than accumulation.
◆Prediction
With the parser hook in place, the next visible step is more piece setups registered through icehouse_setup_by_name() and icehouse_games(); nothing in these entries points beyond that catalogue.
◆Recent moves
- 1y ago
Generic icehouse API replaces Looney-branded functions
⚡ SPARKThe release that gives the package its current shape: Looney-specific entry points become icehouse_* equivalents, three colours and a border option join the piece renderer, and a games catalogue lands alongside them.
View source ↗ - 5y ago
Piece colours tweaked so pips read more clearly
A palette tweak to the pre-rename looney_pyramids() configuration - the same visual concern the 2025 release revisits with a wider colour set.
View source ↗ - 6y ago
First piece configuration and Martian Chess setup
The original surface: looney_pyramids(), a grob helper, and df_martian_chess(). Both named functions here are the ones 0.2.1 later deprecates.
View source ↗