Type: Package Package: tic Title: Tasks Integrating Continuously: CI-Agnostic Workflow Definitions Version: 0.14.1 Authors@R: c( person("Eli", "Miller", , "eli@eli.dev", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2127-9456")), person("Patrick", "Schratz", role = c("aut"), comment = c(ORCID = "0000-0003-0748-6624")), person("Kirill", "Müller", role = "aut", comment = c(ORCID = "0000-0002-1416-3412")), person("Mika", "Braginsky", , "mika.br@gmail.com", role = "aut"), person("Karthik", "Ram", , "karthik.ram@gmail.com", role = "aut"), person("Jeroen", "Ooms", , "jeroenooms@gmail.com", role = "aut"), person("Max", "Held", role = "rev", comment = "Max reviewed the package for ropensci, see "), person("Anna", "Krystalli", role = "rev", comment = "Anna reviewed the package for ropensci, see "), person("Laura", "DeCicco", role = "rev", comment = "Laura reviewed the package for ropensci, see "), person("rOpenSci", role = "fnd", comment = c(ROR = "019jywm96")) ) Description: Provides a way to describe common build and deployment workflows for R-based projects: packages, websites (e.g. blogdown, pkgdown), or data processing (e.g. research compendia). The recipe is described independent of the continuous integration tool used for processing the workflow (e.g. 'GitHub Actions' or 'Circle CI'). This package has been peer-reviewed by rOpenSci (v0.3.0.9004). License: GPL (>= 2) URL: https://github.com/ropensci/tic BugReports: https://github.com/ropensci/tic/issues Depends: R (>= 3.2.0) Imports: cli (>= 3.2.0), crayon, git2r, lifecycle, magrittr, memoise, methods, pak, R6, remotes, rlang (>= 1.0.0), usethis, withr Suggests: base64enc, blogdown, bookdown, callr, circle, covr, desc, devtools, drat, fansi, gh (>= 1.1.0), knitr, openssl, pkgdepends, pkgdown, purrr, rcmdcheck, rmarkdown, rprojroot, sodium, stats, stringr, testthat (>= 2.1.0), utils VignetteBuilder: knitr RdMacros: lifecycle ByteCompile: No Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 SystemRequirements: sodium harfbuzz fribidi libgit2 Collate: 'base64.R' 'ci.R' 'circleci.R' 'droneci.R' 'dsl-storage.R' 'dsl.R' 'gh-actions.R' 'git2r.R' 'helpers_github.R' 'install.R' 'local.R' 'macro.R' 'macro-package-checks.R' 'macro-pkgdown.R' 'macro-blogdown.R' 'macro-bookdown.R' 'macro-drat.R' 'macro-readme-rmd.R' 'mock.R' 'print.R' 'repo.R' 'run.R' 'stage.R' 'steps-base.R' 'steps-blogdown.R' 'steps-bookdown.R' 'steps-code.R' 'steps-drat.R' 'steps-git.R' 'steps-install.R' 'steps-rcmdcheck.R' 'steps-pkgdown.R' 'steps-session-info.R' 'steps-ssh.R' 'steps-write-text-file.R' 'tic-package.R' 'update-yaml-helpers.R' 'update-yaml.R' 'use-badge.R' 'use-yaml.R' 'use_tic.R' 'utils.R' Config/pak/sysreqs: cmake libfribidi-dev git make libharfbuzz-dev libgit2-dev libuv1-dev libssl-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-02-09 17:54:07 UTC RemoteUrl: https://github.com/ropensci/tic RemoteRef: main RemoteSha: 14ca9a5ecf7771b8151e681c108fd9992a813858 NeedsCompilation: no Packaged: 2026-07-01 08:24:57 UTC; root Author: Eli Miller [aut, cre] (ORCID: ), Patrick Schratz [aut] (ORCID: ), Kirill Müller [aut] (ORCID: ), Mika Braginsky [aut], Karthik Ram [aut], Jeroen Ooms [aut], Max Held [rev] (Max reviewed the package for ropensci, see ), Anna Krystalli [rev] (Anna reviewed the package for ropensci, see ), Laura DeCicco [rev] (Laura reviewed the package for ropensci, see ), rOpenSci [fnd] (ROR: ) Maintainer: Eli Miller