Skip to content
Snippets Groups Projects
Commit 87b30a0a authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Add table for objects types.

parent 527f029d
Branches
No related tags found
No related merge requests found
...@@ -17,6 +17,10 @@ library(devtools) ...@@ -17,6 +17,10 @@ library(devtools)
## Load the package (to make functions available). ## Load the package (to make functions available).
load_all() load_all()
## How many objects in each class.
table(sapply(ls("package:mcglm"),
function(x) class(eval(parse(text=x)))))
## Create/update NAMESPACE, *.Rd files. ## Create/update NAMESPACE, *.Rd files.
document() document()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment