From 6d6c6404fd08e43819b04ab1373f7a7c5198c541 Mon Sep 17 00:00:00 2001 From: lugruber Date: Thu, 29 Aug 2024 21:52:07 +0200 Subject: [PATCH] add tinytex --- .github/workflows/rhub.yaml | 5 +++++ man/bvar.Rd | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rhub.yaml b/.github/workflows/rhub.yaml index 74ec7b0..90a1b4c 100644 --- a/.github/workflows/rhub.yaml +++ b/.github/workflows/rhub.yaml @@ -6,6 +6,11 @@ # # It is unlikely that you need to modify this file manually. +- name: Setup TeX Live + uses: teatimeguest/setup-texlive-action@v3 + with: + packages: scheme-basic + name: R-hub run-name: "${{ github.event.inputs.id }}: ${{ github.event.inputs.name || format('Manually run by {0}', github.triggering_actor) }}" diff --git a/man/bvar.Rd b/man/bvar.Rd index 61c5c75..c73a550 100644 --- a/man/bvar.Rd +++ b/man/bvar.Rd @@ -10,7 +10,7 @@ bvar( draws = 1000L, burnin = 1000L, thin = 1L, - prior_intercept = 100, + prior_intercept = 10, prior_phi = specify_prior_phi(data = data, lags = lags, prior = "HS"), prior_sigma = specify_prior_sigma(data = data, type = "factor", quiet = TRUE), sv_keep = "last", @@ -36,8 +36,8 @@ burnin} \item{prior_intercept}{Either \code{prior_intercept=FALSE} and no constant term (intercept) will be included. Or a numeric vector of length \eqn{M} -indicating the (fixed) prior variances on the constant term. A single number -will be recycled accordingly. Default is \code{prior_intercept=100}.} +indicating the (fixed) prior standard deviations on the constant term. A single number +will be recycled accordingly. Default is \code{prior_intercept=10}.} \item{prior_phi}{\code{bayesianVARs_prior_phi} object specifying prior for the reduced form VAR coefficients. Best use constructor