Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Havron-NOAA committed Jun 20, 2024
1 parent beb33f6 commit 047f0e1
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 1 deletion.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ LinkingTo:
Suggests:
testthat,
mvtnorm
RoxygenNote: 7.2.3
7 changes: 6 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Generated by roxygen2: do not edit by hand
useDynLib(ModularTMBExample, .registration=TRUE)
importFrom(Rcpp, evalCpp)

exportMethods(Math)
exportMethods(Ops)
exportMethods(Summary)
importFrom(methods,callGeneric)importFrom(Rcpp, evalCpp)
exportPattern("^[[:alpha:]]+")
18 changes: 18 additions & 0 deletions man/Math.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

62 changes: 62 additions & 0 deletions man/Ops.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions man/Summary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 047f0e1

Please sign in to comment.