Skip to content

Commit e0a6ee2

Browse files
committed
Create structToolbox.R
1 parent 73c1238 commit e0a6ee2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

R/structToolbox.R

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#' struct.toolbox: Examples of tools built using the Statistics in R Using Class Templates (struct) package
2+
#'
3+
#' This package extends the classes defined in the struct package
4+
#'
5+
#' @docType package
6+
#' @name structToolbox
7+
#' @import struct
8+
#' @import methods
9+
#' @import stats
10+
NULL
11+
## NULL

0 commit comments

Comments
 (0)