Skip to content

Commit

Permalink
added NAMESPACE file to git
Browse files Browse the repository at this point in the history
  • Loading branch information
karchjd committed May 9, 2018
1 parent b6c5177 commit f0408f0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.Ruserdata
README.html
.DS_Store
NAMESPACE
*.pdf
*.tex
vignettes/cache
Expand Down
35 changes: 35 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Generated by roxygen2: do not edit by hand

S3method(coef,GPPM)
S3method(confint,GPPM)
S3method(fit,GPPM)
S3method(fitted,GPPM)
S3method(logLik,GPPM)
S3method(nobs,GPPM)
S3method(predict,GPPM)
S3method(print,summary.GPPM)
S3method(simulate,GPPM)
S3method(variable.names,GPPM)
S3method(vcov,GPPM)
export(SE)
export(accuracy)
export(covf)
export(datas)
export(fit)
export(getIntern)
export(gppm)
export(gppmControl)
export(maxntime)
export(meanf)
export(npar)
export(npred)
export(nstime)
export(paramEsts)
export(plot.LongData)
export(preds)
export(summary.GPPM)
import(MASS)
import(Rcpp)
import(ggplot2)
import(mvtnorm)
import(rstan)

0 comments on commit f0408f0

Please sign in to comment.