roxygen3 (version 0.1)

PackageBundle-class: [DEV] A bundle of files in a package.

Description

This function is aimed primarily at developers extending this package. You shouldn't need to use it for everyday operation.

The package class captures all the information about the package: its name, path, and all the Blocks that it contains.

Usage

PackageBundle(path, behaviour = default_behaviour())

Arguments

path
path of package root directory
behaviour
Behaviour object describing what tags, processors and writers to use

Generics with methods for PackageBundle