Name of the package providing the class documentation,
referenced as ?{doc_pkg}::{class}, where {class} is the class name.
Examples
BASE$..doc_pkg..
#> [1] "bandicoot"
DEMO <- new_class(BASE, class_name = "DEMO", doc_pkg = "test")
DEMO$..doc_pkg..
#> [1] "test"