Skip to content

Releases: ropensci/tic

tic 0.14.0

15 Dec 11:07
v0.14.0
1110378
Compare
Choose a tag to compare
  • Install {tic} via r-universe to avoid re-installation issues with {pak}
  • Switch to official actions/save and actions/restore actions after they support to always save and restore cache
  • Update all templates

Note: You might need to update your workflow files manually or do a fresh init via use_ghactions_yml() as there were too many changes for the automatic update logic to work.

tic 0.13.3

22 May 14:09
v0.13.3
379cf98
Compare
Choose a tag to compare
  • Updated actions/upload-artifact version to v3 to silence nodejs deprecation warnings

tic 0.13.2

23 Nov 21:26
v0.13.2
c34f9d0
Compare
Choose a tag to compare
  • Bump template revision: account for GHA deprecation warnings regarding set-output and save-state

tic 0.13.1

29 Aug 18:10
Compare
Choose a tag to compare
  • Circle CI: install pandoc in deploy stage
  • Do not use RSPM binarines on R-devel (no binaries available)
  • Bump templates to 2022-08-28

tic 0.13.0

29 Aug 18:10
v0.13.0
42b5253
Compare
Choose a tag to compare
  • Use {pak} for pkg installation and binaries on Linux (#327)
  • Update instructions for building {sf} and {terra} from source (#326)
  • use_*_yml(): change default template type to use only Linux runners
  • Add basic support for Drone CI (#325)

tic 0.12.0

01 Mar 22:42
Compare
Choose a tag to compare
  • Update Circle CI templates to 2022-03-01
    • Remove ccache parts
    • Run nightly builds also on main branch
  • Update GHA and Circle CI templates to 2022-03-01
    • Update to setup-tinytex@v2
    • Update to setup-r@v2
    • Update to setup-pandoc@v2
    • Update to checkout@v3
  • Only run one set of runners in pull requests. Previously, runners were triggered both by commits to a branch and the respective pull request
  • Fixed a bug in update_yml() which updated the wrong CI config file in certain situations

tic 0.11.4

28 Jan 08:52
Compare
Choose a tag to compare
  • Add compatibility for rlang >= v1.0.0

tic 0.11.3

22 Dec 10:00
Compare
Choose a tag to compare
  • do_pkgdown(): Fix accidental deployments from pull requests (#308)

tic 0.11.2

05 Dec 15:14
Compare
Choose a tag to compare
  • do_pkgdown() now always create a .nojekyll file for both release and developement deployments.
    Otherwise custom fonts starting with an underscore will not be loaded as Jekyll ignores this pattern.
    A .nojekyll file tells GitHub pages to not use Jekyll for serving the web page. (#307)

tic 0.11.1

27 Jun 08:31
Compare
Choose a tag to compare
  • Templates: install required system libs for {pkgdown} conditionally (accidentally removed in the previous template revision on 2021-06-26)