Skip to content

Commit

Permalink
try again to add miissing 'ae' for latex
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoBosh committed Feb 28, 2021
1 parent 6a1f717 commit 6c159ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -41,10 +41,8 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v1

- uses: r-lib/actions/setup-tinytex@master

- name: Query dependencies
run: |
run: |
install.packages('remotes')
saveRDS(remotes::dev_package_deps(dependencies = TRUE), ".github/depends.Rds", version = 2)
writeLines(sprintf("R-%i.%i", getRversion()$major, getRversion()$minor), ".github/R-version")
Expand All @@ -70,7 +68,6 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
remotes::install_cran("rcmdcheck")
tinytex::parse_install( text = "! LaTeX Error: File ae.sty' not found.")
shell: Rscript {0}

- name: Check
Expand All @@ -87,4 +84,3 @@ jobs:
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check

3 changes: 2 additions & 1 deletion README.md
@@ -1,8 +1,9 @@
<!-- badges: start -->
<!-- badges: start -->
[![CRANStatusBadge](http://www.r-pkg.org/badges/version/sarima)](https://cran.r-project.org/package=sarima)
[![Build Status](https://travis-ci.com/GeoBosh/sarima.svg?branch=master)](https://travis-ci.com/GeoBosh/sarima)
[![Coverage Status](https://coveralls.io/repos/github/GeoBosh/sarima/badge.svg?branch=master)](https://coveralls.io/github/GeoBosh/sarima?branch=master)
[![R-CMD-check](https://github.com/GeoBosh/sarima/workflows/R-CMD-check/badge.svg)](https://github.com/GeoBosh/sarima/actions)
[![R-CMD-check](https://github.com/GeoBosh/sarima/workflows/R-CMD-check/badge.svg)](https://github.com/GeoBosh/sarima/actions)
<!-- badges: end -->


Expand Down

0 comments on commit 6c159ea

Please sign in to comment.