[Vegan-commits] r2752 - pkg/permute

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Nov 24 17:30:09 CET 2013


Author: gsimpson
Date: 2013-11-24 17:30:09 +0100 (Sun, 24 Nov 2013)
New Revision: 2752

Modified:
   pkg/permute/NAMESPACE
Log:
export the setFoo() functions; change all to quotes rather than back ticks

Modified: pkg/permute/NAMESPACE
===================================================================
--- pkg/permute/NAMESPACE	2013-11-24 14:50:17 UTC (rev 2751)
+++ pkg/permute/NAMESPACE	2013-11-24 16:30:09 UTC (rev 2752)
@@ -1,148 +1,157 @@
 ### Visible functions:
-export(`allPerms`, `Blocks`, `numPerms`, `check`, `permCheck`,
-       `permControl`, `permute`, `shuffle`, `Within`, `Plots`,
-       `shuffleFree`, `shuffleSeries`, `shuffleGrid`, `shuffleStrata`,
-       `getBlocks`, `getWithin`, `getStrata`, `getType`, `getMirror`,
-       `getConstant`, `getPlots`, `getRow`, `getCol`, `getDim`,
-       `getNperm`,`getMaxperm`, `getMinperm`, `getComplete`, `getMake`,
-       `getObserved`, "setBlocks<-", `shuffleSet`, `how`)
+export("allPerms", "Blocks", "numPerms", "check", "permCheck",
+       "permControl", "permute", "shuffle", "Within", "Plots",
+       "shuffleFree", "shuffleSeries", "shuffleGrid", "shuffleStrata",
+       "getBlocks", "getWithin", "getStrata", "getType", "getMirror",
+       "getConstant", "getPlots", "getRow", "getCol", "getDim",
+       "getNperm","getMaxperm", "getMinperm", "getComplete", "getMake",
+       "getObserved", "shuffleSet", "how",
+       "setBlocks<-",
+       "setNperm<-",
+       "setMaxperm<-",
+       "setMinperm<-",
+       "setComplete<-",
+       "setMake<-",
+       "setObserved<-",
+       "setAllperms<-"
+       )
 
 ### Imports: nobs() only exists in R 2.13.0 for import. We define the
 ### same nobs() generic in permute for export in older R.
 if (getRversion() >= "2.13.0") {
-    importFrom(`stats`, `nobs`)
+    importFrom("stats", "nobs")
 } else {
     export(nobs)
 }
 
 ### S3 Methods
-S3method(`as.matrix`, `permutationMatrix`)
-S3method(`update`, `how`)
-S3method(`update`, `Plots`)
+S3method("as.matrix", "permutationMatrix")
+S3method("update", "how")
+S3method("update", "Plots")
 ## print methods
-S3method(`print`, `allPerms`)
-S3method(`print`, `check`)
-S3method(`print`, `how`)
-S3method(`print`, `permControl`)
-S3method(`print`, `permutationMatrix`)
-S3method(`print`, `summary.allPerms`)
-S3method(`print`, `summary.check`)
+S3method("print", "allPerms")
+S3method("print", "check")
+S3method("print", "how")
+S3method("print", "permControl")
+S3method("print", "permutationMatrix")
+S3method("print", "summary.allPerms")
+S3method("print", "summary.check")
 ## summary methods
-S3method(`summary`, `allPerms`)
-S3method(`summary`, `check`)
+S3method("summary", "allPerms")
+S3method("summary", "check")
 ## nobs() methods
-S3method(`nobs`, `numeric`)
-S3method(`nobs`, `integer`)
-S3method(`nobs`, `matrix`)
-S3method(`nobs`, `data.frame`)
+S3method("nobs", "numeric")
+S3method("nobs", "integer")
+S3method("nobs", "matrix")
+S3method("nobs", "data.frame")
 ## getFoo methods
-S3method(`getBlocks`, `default`)
-S3method(`getBlocks`, `how`)
-S3method(`getBlocks`, `permControl`)
-S3method(`getPlots`, `default`)
-S3method(`getPlots`, `how`)
-S3method(`getPlots`, `permControl`)
-S3method(`getWithin`, `default`)
-S3method(`getWithin`, `how`)
-S3method(`getWithin`, `permControl`)
-S3method(`getStrata`, `default`)
-S3method(`getStrata`, `how`)
-S3method(`getStrata`, `permControl`)
-S3method(`getStrata`, `Plots`)
-S3method(`getType`, `default`)
-S3method(`getType`, `how`)
-S3method(`getType`, `permControl`)
-S3method(`getType`, `Plots`)
-S3method(`getType`, `Within`)
-S3method(`getMirror`, `default`)
-S3method(`getMirror`, `how`)
-S3method(`getMirror`, `permControl`)
-S3method(`getMirror`, `Plots`)
-S3method(`getMirror`, `Within`)
-S3method(`getConstant`, `default`)
-S3method(`getConstant`, `how`)
-S3method(`getConstant`, `permControl`)
-S3method(`getConstant`, `Within`)
-S3method(`getNperm`, `default`)
-S3method(`getNperm`, `how`)
-S3method(`getNperm`, `permControl`)
-S3method(`getMaxperm`, `default`)
-S3method(`getMaxperm`, `how`)
-S3method(`getMaxperm`, `permControl`)
-S3method(`getMinperm`, `default`)
-S3method(`getMinperm`, `how`)
-S3method(`getMinperm`, `permControl`)
-S3method(`getComplete`, `default`)
-S3method(`getComplete`, `how`)
-S3method(`getComplete`, `permControl`)
-S3method(`getRow`, `default`)
-S3method(`getRow`, `how`)
-S3method(`getRow`, `permControl`)
-S3method(`getRow`, `Plots`)
-S3method(`getRow`, `Within`)
-S3method(`getCol`, `default`)
-S3method(`getCol`, `how`)
-S3method(`getCol`, `permControl`)
-S3method(`getCol`, `Plots`)
-S3method(`getCol`, `Within`)
-S3method(`getDim`, `default`)
-S3method(`getDim`, `how`)
-S3method(`getDim`, `permControl`)
-S3method(`getDim`, `Plots`)
-S3method(`getDim`, `Within`)
-S3method(`getMake`, `default`)
-S3method(`getMake`, `how`)
-S3method(`getObserved`, `default`)
-S3method(`getObserved`, `how`)
+S3method("getBlocks", "default")
+S3method("getBlocks", "how")
+S3method("getBlocks", "permControl")
+S3method("getPlots", "default")
+S3method("getPlots", "how")
+S3method("getPlots", "permControl")
+S3method("getWithin", "default")
+S3method("getWithin", "how")
+S3method("getWithin", "permControl")
+S3method("getStrata", "default")
+S3method("getStrata", "how")
+S3method("getStrata", "permControl")
+S3method("getStrata", "Plots")
+S3method("getType", "default")
+S3method("getType", "how")
+S3method("getType", "permControl")
+S3method("getType", "Plots")
+S3method("getType", "Within")
+S3method("getMirror", "default")
+S3method("getMirror", "how")
+S3method("getMirror", "permControl")
+S3method("getMirror", "Plots")
+S3method("getMirror", "Within")
+S3method("getConstant", "default")
+S3method("getConstant", "how")
+S3method("getConstant", "permControl")
+S3method("getConstant", "Within")
+S3method("getNperm", "default")
+S3method("getNperm", "how")
+S3method("getNperm", "permControl")
+S3method("getMaxperm", "default")
+S3method("getMaxperm", "how")
+S3method("getMaxperm", "permControl")
+S3method("getMinperm", "default")
+S3method("getMinperm", "how")
+S3method("getMinperm", "permControl")
+S3method("getComplete", "default")
+S3method("getComplete", "how")
+S3method("getComplete", "permControl")
+S3method("getRow", "default")
+S3method("getRow", "how")
+S3method("getRow", "permControl")
+S3method("getRow", "Plots")
+S3method("getRow", "Within")
+S3method("getCol", "default")
+S3method("getCol", "how")
+S3method("getCol", "permControl")
+S3method("getCol", "Plots")
+S3method("getCol", "Within")
+S3method("getDim", "default")
+S3method("getDim", "how")
+S3method("getDim", "permControl")
+S3method("getDim", "Plots")
+S3method("getDim", "Within")
+S3method("getMake", "default")
+S3method("getMake", "how")
+S3method("getObserved", "default")
+S3method("getObserved", "how")
 ## setFoo methods
-S3method(`setBlocks<-`, `default`)
-S3method(`setBlocks<-`, `how`)
-S3method(`setBlocks<-`, `permControl`)
-## S3method(`setPlots`, `default`)
-## S3method(`setPlots`, `how`)
-## S3method(`setPlots`, `permControl`)
-## S3method(`setWithin`, `default`)
-## S3method(`setWithin`, `how`)
-## S3method(`setWithin`, `permControl`)
-## S3method(`setStrata`, `default`)
-## S3method(`setStrata`, `how`)
-## S3method(`setStrata`, `permControl`)
-## S3method(`setType`, `default`)
-## S3method(`setType`, `how`)
-## S3method(`setType`, `permControl`)
-## S3method(`setMirror`, `default`)
-## S3method(`setMirror`, `how`)
-## S3method(`setMirror`, `permControl`)
-## S3method(`setConstant`, `default`)
-## S3method(`setConstant`, `how`)
-## S3method(`setConstant`, `permControl`)
-S3method(`setNperm<-`, `default`)
-S3method(`setNperm<-`, `how`)
-S3method(`setNperm<-`, `permControl`)
-S3method(`setMaxperm<-`, `default`)
-S3method(`setMaxperm<-`, `how`)
-S3method(`setMaxperm<-`, `permControl`)
-S3method(`setMinperm<-`, `default`)
-S3method(`setMinperm<-`, `how`)
-S3method(`setMinperm<-`, `permControl`)
-S3method(`setComplete<-`, `default`)
-S3method(`setComplete<-`, `how`)
-S3method(`setComplete<-`, `permControl`)
-## S3method(`setRow`, `default`)
-## S3method(`setRow`, `how`)
-## S3method(`setRow`, `permControl`)
-## S3method(`setCol`, `default`)
-## S3method(`setCol`, `how`)
-## S3method(`setCol`, `permControl`)
-## S3method(`setDim`, `default`)
-## S3method(`setDim`, `how`)
-## S3method(`setDim`, `permControl`)
-S3method(`setMake<-`, `default`)
-S3method(`setMake<-`, `how`)
-S3method(`setMake<-`, `permControl`)
-S3method(`setObserved<-`, `default`)
-S3method(`setObserved<-`, `how`)
-S3method(`setObserved<-`, `permControl`)
-S3method(`setAllperms<-`, `default`)
-S3method(`setAllperms<-`, `how`)
-S3method(`setAllperms<-`, `permControl`)
+S3method("setBlocks<-", "default")
+S3method("setBlocks<-", "how")
+S3method("setBlocks<-", "permControl")
+## S3method("setPlots", "default")
+## S3method("setPlots", "how")
+## S3method("setPlots", "permControl")
+## S3method("setWithin", "default")
+## S3method("setWithin", "how")
+## S3method("setWithin", "permControl")
+## S3method("setStrata", "default")
+## S3method("setStrata", "how")
+## S3method("setStrata", "permControl")
+## S3method("setType", "default")
+## S3method("setType", "how")
+## S3method("setType", "permControl")
+## S3method("setMirror", "default")
+## S3method("setMirror", "how")
+## S3method("setMirror", "permControl")
+## S3method("setConstant", "default")
+## S3method("setConstant", "how")
+## S3method("setConstant", "permControl")
+S3method("setNperm<-", "default")
+S3method("setNperm<-", "how")
+S3method("setNperm<-", "permControl")
+S3method("setMaxperm<-", "default")
+S3method("setMaxperm<-", "how")
+S3method("setMaxperm<-", "permControl")
+S3method("setMinperm<-", "default")
+S3method("setMinperm<-", "how")
+S3method("setMinperm<-", "permControl")
+S3method("setComplete<-", "default")
+S3method("setComplete<-", "how")
+S3method("setComplete<-", "permControl")
+## S3method("setRow", "default")
+## S3method("setRow", "how")
+## S3method("setRow", "permControl")
+## S3method("setCol", "default")
+## S3method("setCol", "how")
+## S3method("setCol", "permControl")
+## S3method("setDim", "default")
+## S3method("setDim", "how")
+## S3method("setDim", "permControl")
+S3method("setMake<-", "default")
+S3method("setMake<-", "how")
+S3method("setMake<-", "permControl")
+S3method("setObserved<-", "default")
+S3method("setObserved<-", "how")
+S3method("setObserved<-", "permControl")
+S3method("setAllperms<-", "default")
+S3method("setAllperms<-", "how")
+S3method("setAllperms<-", "permControl")



More information about the Vegan-commits mailing list