neuroc_ci_template_path: Neuroconductor CI Template Paths

Description Usage Arguments Value Examples

View source: R/neuroc_ci_template_path.R

Description

Neuroconductor CI Template Paths

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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

1
2
3
4
5
6
7
8

muschellij2/neuroc.deps documentation built on May 23, 2021, 12:21 a.m.