Skip to content

Commit e8d62e9

Browse files
sbfnkclaude
andcommitted
Rename getting started vignette to forecastbaselines.Rmd for pkgdown integration
This allows pkgdown to automatically add the vignette as "Getting Started" to the menu bar. Updated all references to the vignette across documentation files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6ab1330 commit e8d62e9

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ scores_summary[, c("model", "ae_point", "se_point")]
112112

113113
For detailed guides and examples:
114114

115-
- `vignette("getting-started")` - Complete introduction with examples
115+
- `vignette("forecastbaselines")` - Complete introduction with examples
116116
- `vignette("forecast-models")` - Detailed guide to all 10 models
117117
- `vignette("transformations")` - Working with data transformations
118118

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ scores_summary[, c("model", "ae_point", "se_point")]
112112

113113
For detailed guides and examples:
114114

115-
- `vignette("getting-started")` - Complete introduction with examples
115+
- `vignette("forecastbaselines")` - Complete introduction with examples
116116
- `vignette("forecast-models")` - Detailed guide to all 10 models
117117
- `vignette("transformations")` - Working with data transformations
118118

vignettes/forecast-models.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ Fastest → Slowest:
10061006

10071007
## Further Reading
10081008

1009-
- See `vignette("getting-started")` for basic workflow
1009+
- See `vignette("forecastbaselines")` for basic workflow
10101010
- See `vignette("transformations")` for data preprocessing
10111011
- Check individual function help: `?ARMAModel`, `?forecast`, etc.
10121012

0 commit comments

Comments
 (0)