Learn R Programming

test.assessr (version 1.1.1)

remove_run_unitTests_mapping: Remove mapping rows that point to run_unitTests.R

Description

Remove mapping rows that point to run_unitTests.R

Usage

remove_run_unitTests_mapping(mapping, test_pkg_data)

Value

The filtered mapping data.frame with run_unitTests.R rows removed.

Arguments

mapping

A data.frame with columns `source_file` and `test_file` returned by get_source_test_mapping_nstf().

test_pkg_data

A list or environment containing `bioc_run_ut_path`, e.g., "/tmp/.../BiocGenerics/tests/run_unitTests.R".