Package index
-
run()
- Run a Series of
R CMD check
s
-
check_design
R6
Checks Coordinator
-
check_dev_rev_deps()
- Run reverse dependency checks against a development version only
-
check_dir()
- Check all package source directories in current directory
-
check_pkgs()
- Check one or more package source directories
-
check_rev_deps()
- Check reverse dependencies
-
new_check_design()
new_rev_dep_check_design()
- Creating new Check Design Objects
-
check_task_spec()
- Create a task to run
R CMD check
-
checked-task-df
- Check schedule data frame
-
custom_install_task_spec()
- Create a custom install task
-
install_task_spec()
- Create a task to install a package and dependencies
-
rev_dep_check_tasks_df()
- Build Tasks for Reverse Dependency Checks Generates checks schedule data.frame appropriate for running reverse dependency check for certain source package. In such case
path
parameter should point to the source of the development version of the package andrepos
should be a repository for which reverse dependencies should be identified.
-
revdep_check_task_spec()
- Create a task to run reverse dependency checks
-
source_check_tasks_df()
- Create a Task to Check a Package from Source
-
task_spec()
- Task specification
-
package_spec()
package_spec_source()
package_spec_archive_source()
- Package specification
-
print(<checked_results>)
print(<checked_results_check_task_spec>)
print(<checked_results_revdep_check_task_spec>)
- Print checked results
-
results()
- Check results
-
results_to_file()
- Results to file
-
reporter_ansi_tty()
reporter_basic_tty()
reporter_default()
- Check Design Runner Reporters
-
options
- checked Options
-
options_params
- Checked Options