neuroc_ci_template_path: Neuroconductor CI Template Paths

View source: R/neuroc_ci_template_path.R

neuroc_ci_template_pathR Documentation

Neuroconductor CI Template Paths

Description

Neuroconductor CI Template Paths

Usage

neuroc_ci_template_path(
  ci = c("travis", "appveyor", "travis_pkgdown", "autoci", "tic", "autoci_pkgdown"),
  ants = FALSE,
  dev = FALSE,
  user = NULL,
  deployment = FALSE,
  ...
)

neuroc_travis_template_path(...)

neuroc_appveyor_template_path(...)

Arguments

ci

Which continuous integration system

ants

Does the package depend on ANTs or ANTsR

dev

Development Site vs. not?

user

GitHub username for repos

deployment

indicator if this is a release, not standard running. Just deployment.

...

not used

Value

File path of YAML file

Examples

neuroc_ci_template_path()
neuroc_ci_template_path(ci = "autoci")
neuroc_appveyor_template_path()
neuroc_ci_template_path(ants = TRUE)
neuroc_travis_template_path()
neuroc_travis_template_path(ants = TRUE)
neuroc_appveyor_template_path()
neuroc_appveyor_template_path(ants = TRUE)

muschellij2/neuroc.deps documentation built on June 9, 2025, 5:19 p.m.