- feat: Functionality to add new routes
add_route()
- feat: Functionality to add hooks to pipework project
add_hooks()
- feat: Functionality to add entrypoint to root of project
add_entrypoint()
- feat: Functionality to setup logging for pipework project
add_logging()
- feat: Functionality to create location for routes
- test: Above feature
- feat: Functionality to copy templates to new package
- feat: Add template for generate_api funcs
- test: Test template copy
- build: Action for R package checks
- feat: Utilities for detecting pipework project
- feat: Function to add pipework lock file to build ignore
- test:
is_pipework()
,check_pipework()
andbuild_ignore_pipework()
- fix: Bug in test helper (with_tmp_package)
- feat: Functionality to create .pipework lock file
- feat: Test helpers for temporary package
- test: Lock creation
- build: GH Action for devtools test
- build: GH Action for checking lintr
- feat: Package skeleton