NAMESPACE file in your documentation – Packages imported by the NAMESPACE are in your package’s search path – Code in your package can access functions in imported packages directly, just as you would in usual code after attaching a package • This file is edited by roxygen, and reflects the packages you import using @import • This also reflects the functions you export using @export; that is, which functions are visible to users when your package is attached NAMESPACE