diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-12-17 21:39:42 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-12-19 11:30:44 +0100 |
commit | 92d97ba99d7b90d95a67796cb5e68f28f752b70b (patch) | |
tree | 09fdc36f58686f04c932bde80283a9a9fc596870 /pkg/NAMESPACE |
Initial commit: R6 class for TOXSWA cwa files
Diffstat (limited to 'pkg/NAMESPACE')
-rw-r--r-- | pkg/NAMESPACE | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/NAMESPACE b/pkg/NAMESPACE new file mode 100644 index 0000000..4b55df5 --- /dev/null +++ b/pkg/NAMESPACE @@ -0,0 +1,6 @@ +# Generated by roxygen2 (4.1.0): do not edit by hand + +S3method(plot,TOXSWA_cwa) +export(TOXSWA_cwa) +export(read.TOXSWA_cwa) +importFrom(R6,R6Class) |