Skip to contents
arthelpers 0.0.1
New Features
- Added
setup_favicon() to automate logo download and favicon generation for pkgdown and Quarto sites
- Added
screenshot_app() to capture visual screenshots of Shiny apps using webshot2, shinytest2, or chromote methods
- Added
get_repo_index() to retrieve GitHub repository metadata for an organization
- Added
describe_env() to diagnose R environment, package dependencies, and system info
- Added
delete_artwork() and delete_artist() for cleaning up test data from database and CDN
Documentation
- Initial pkgdown site setup with three comprehensive vignettes
- Complete roxygen2 documentation for all exported functions
- README with package overview and quick examples
arthelpers 0.0.2
Documentation
- Enhanced roxygen2 documentation with explicit
@description blocks explaining WHY/WHEN to use each function
- Improved
@param documentation with Type + Format + Source + Purpose for all parameters
- Fixed environment variable naming in README and vignettes to match artcore canonical names (
ART_PG*)
arthelpers 0.0.3
New Features
-
Development helpers migrated from artcore:
arthelpers 0.0.4
New Features
-
Test fixture path utilities:
-
path_mocks() - Creates and returns path to mock fixture directory
-
path_extra() - Creates and returns path to extra fixture directory
- Both functions support subdirectories and automatically detect test context