We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c1238 commit e0a6ee2Copy full SHA for e0a6ee2
R/structToolbox.R
@@ -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