I've thrown together a bunch of my utility functions into a package. However, I can't seem to access them after I've installed the package. I get errors of the form Error: object 'function_name' not found
- Building the package, there are no error messages
- Installing the package from source, there are no error messages
- Loading the package, there are no error messages (library() nor require())
- The package documentation is accessible once loaded
- I'm using roxygen2 to generate documentation and the namespace
Any thoughts?