aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2022-03-31 19:21:03 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2022-03-31 19:59:10 +0200
commit08465d77a6ca5a9656ac86047c6008f1e7f3e9c7 (patch)
treef27a775e146748881eb6526ed57298f4bdc40c2f /NAMESPACE
parentf4fcef8228ebd5a1a73bc6edc47b5efa259c2e20 (diff)
Fix URLs in README, convert to roxygenv0.2.3
- The roxygen conversion was done using Rd2roxygen - Also edit _pkgdown.yml to group the reference - Use markdown bullet lists for lod and loq docs
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE34
1 files changed, 21 insertions, 13 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 7ca061a..5f98a2a 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -1,14 +1,22 @@
-# Export all names
-exportPattern(".")
-S3method(calplot, default)
-S3method(calplot, lm)
-S3method(lod, default)
-S3method(lod, lm)
-S3method(loq, default)
-S3method(loq, lm)
-S3method(inverse.predict, default)
-S3method(inverse.predict, lm)
-S3method(inverse.predict, rlm)
+# Generated by roxygen2: do not edit by hand
-importFrom("graphics", "legend", "matlines", "plot", "points")
-importFrom("stats", "optimize", "predict", "qt")
+S3method(calplot,default)
+S3method(calplot,lm)
+S3method(inverse.predict,default)
+S3method(inverse.predict,lm)
+S3method(inverse.predict,rlm)
+S3method(lod,default)
+S3method(lod,lm)
+S3method(loq,default)
+S3method(loq,lm)
+export(calplot)
+export(inverse.predict)
+export(lod)
+export(loq)
+importFrom(graphics,legend)
+importFrom(graphics,matlines)
+importFrom(graphics,plot)
+importFrom(graphics,points)
+importFrom(stats,optimize)
+importFrom(stats,predict)
+importFrom(stats,qt)

Contact - Imprint