-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
83 lines (82 loc) · 2.15 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Generated by roxygen2: do not edit by hand
S3method(fitted,tinyVAST)
S3method(logLik,tinyVAST)
S3method(predict,tinyVAST)
S3method(print,tinyVAST)
S3method(residuals,tinyVAST)
S3method(summary,tinyVAST)
S3method(vcov,tinyVAST)
export(add_predictions)
export(delta_gamma)
export(delta_lognormal)
export(deviance_explained)
export(integrate_output)
export(lognormal)
export(make_dsem_ram)
export(make_eof_ram)
export(make_sem_ram)
export(reload_model)
export(rmvnorm_prec)
export(rotate_pca)
export(sample_variable)
export(sfnetwork_evaluator)
export(sfnetwork_mesh)
export(simulate_sfnetwork)
export(tinyVAST)
export(tinyVASTcontrol)
export(tweedie)
import(methods)
importFrom(Matrix,Cholesky)
importFrom(Matrix,Diagonal)
importFrom(Matrix,Matrix)
importFrom(Matrix,solve)
importFrom(Matrix,sparseMatrix)
importFrom(TMB,MakeADFun)
importFrom(TMB,sdreport)
importFrom(abind,abind)
importFrom(checkmate,assertClass)
importFrom(checkmate,assertDataFrame)
importFrom(checkmate,checkInteger)
importFrom(checkmate,checkNumeric)
importFrom(corpcor,pseudoinverse)
importFrom(fmesher,fm_evaluator)
importFrom(fmesher,fm_fem)
importFrom(fmesher,fm_mesh_2d)
importFrom(igraph,as_adjacency_matrix)
importFrom(igraph,ecount)
importFrom(methods,as)
importFrom(methods,is)
importFrom(sdmTMB,lognormal)
importFrom(sdmTMB,tweedie)
importFrom(sem,specifyEquations)
importFrom(sem,specifyModel)
importFrom(sf,st_as_sf)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_geometry)
importFrom(sf,st_length)
importFrom(sf,st_nearest_feature)
importFrom(sfnetworks,activate)
importFrom(stats,.getXlevels)
importFrom(stats,Gamma)
importFrom(stats,binomial)
importFrom(stats,fitted)
importFrom(stats,gaussian)
importFrom(stats,lm)
importFrom(stats,logLik)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.offset)
importFrom(stats,model.response)
importFrom(stats,na.omit)
importFrom(stats,nlminb)
importFrom(stats,optimHess)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,terms)
importFrom(stats,update.formula)
importFrom(stats,vcov)
importFrom(units,drop_units)
useDynLib(tinyVAST, .registration = TRUE)