NEWS


projr 0.0.8.9002

Breaking Changes

CRAN Compliance: Removed Automatic Package Installation

Bug Fixes and Improvements

Piggyback (GitHub Releases) Operations

Usage

To enable detailed debug output for piggyback operations:

# Set environment variable before running builds
Sys.setenv(PROJR_OUTPUT_LEVEL = "debug")
projr_build_patch()

# Or pass directly to build functions
projr_build_patch(output_level = "debug")

This will show detailed information about all GitHub release operations, making it much easier to diagnose issues with manifest.csv, VERSION file downloads, or release asset uploads.