
Package index
-
use_box_lintr() - Use lintr with box.linters in your project
-
box_default_linters - Box-compatible default linters
-
rhino_default_linters - Rhino default linters
-
box_alphabetical_calls_linter() boxlibrary alphabetical module and function imports linter
-
box_func_import_count_linter() boxlibrary function import count linter
-
box_mod_fun_exists_linter() boxlibrary attached function exists and exported by called module linter
-
box_pkg_fun_exists_linter() boxlibrary attached function exists and exported by package linter
-
box_separate_calls_linter() boxlibrary separate packages and module imports linter
-
box_trailing_commas_linter() boxlibrary trailing commas linter
-
box_universal_import_linter() boxlibrary universal import linter
-
box_unused_att_mod_obj_linter() boxlibrary unused attached module object linter
-
box_unused_att_pkg_fun_linter() boxlibrary unused attached package function linter
-
box_unused_attached_mod_linter() boxlibrary unused attached module linter
-
box_unused_attached_pkg_linter() boxlibrary unused attached package linter
-
box_usage_linter() boxlibrary-aware object usage linter
-
r6_usage_linter() - R6 class usage linter
-
unused_declared_object_linter() - Unused declared function and data objects linter
-
namespaced_function_calls() - Check that
namespace::function()calls except forbox::*()are not made.
-
style_box_use_text() - Style the box::use() calls of source code text
-
style_box_use_file() - Style the box::use() calls of a source code
-
style_box_use_dir() - Style the box::use() calls for a directory
-
is_treesitter_installed() - Check if treesitter and dependencies are installed