mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-25 22:26:34 +00:00
+ cleans up Stan model compilation by switching over to the rstantools-based workflow (see https://mc-stan.org/rstantools/articles/minimal-rstan-package.html for more info) + minor documentation change: {devtools} -> {remotes}, which is better for end-users + adds RStudio project file which makes it easier for community to get started with contributing to the package
16 lines
327 B
R
16 lines
327 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/data.R
|
|
\docType{data}
|
|
\name{generated_holidays}
|
|
\alias{generated_holidays}
|
|
\title{holidays table}
|
|
\format{
|
|
A data frame with five variables: ds, holiday, country, year
|
|
}
|
|
\usage{
|
|
generated_holidays
|
|
}
|
|
\description{
|
|
holidays table
|
|
}
|
|
\keyword{datasets}
|