Skip to contents
kickstartR 0.1.0
- Initial release of kickstartR package
- Added
initialize_project()
function for creating standardized R project structures
- Features include:
- Organized directory structure (data, scripts, output, models, notebooks)
- Boilerplate files (README.md, .gitignore, starter R script)
- RStudio project integration (.Rproj files)
- Flexible configuration options
- Template files for consistent project setup
- Support for the
here
package for robust path management
- Comprehensive test suite with 28 tests
- Complete documentation with roxygen2
- Package website with pkgdown
- Getting started vignette with examples and best practices