Skip to content

Commit

Permalink
Re-roxygenize
Browse files Browse the repository at this point in the history
  • Loading branch information
wch committed Dec 15, 2012
1 parent 4cd8610 commit a5099b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions man/run_onload.Rd
Expand Up @@ -18,5 +18,13 @@
A variable called \code{onLoad} is created in the
package's devtools metdata to indicate that it's
attached.
When a package is loaded with \code{library()} it calls
\code{.onLoad(libpath, pkg)}, where \code{libpath} is the
library path for package, and \code{pkg} is the name of
the package. Because in-development packages are not
installed to a library, this function can't call
\code{.onLoad} with a proper libpath, so it uses
\code{NULL} instead.
}

0 comments on commit a5099b0

Please sign in to comment.