File: test_path.Rd

package info (click to toggle)
r-cran-testthat 3.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,224 kB
  • sloc: cpp: 9,261; ansic: 37; sh: 15; makefile: 5
file content (18 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/test-path.R
\name{test_path}
\alias{test_path}
\title{Locate file in testing directory.}
\usage{
test_path(...)
}
\arguments{
\item{...}{Character vectors giving path component.}
}
\value{
A character vector giving the path.
}
\description{
This function is designed to work both interactively and during tests,
locating files in the \code{tests/testthat} directory
}