search for: bayesfactorpcl

Displaying 1 result from an estimated 1 matches for "bayesfactorpcl".

2013 Apr 01
1
missing exported methods when compiling vignettes in R 3.0.0 RC
...which.max for a class (I've defined both S3 and S4 methods for the class "BFBayesFactor") in my package. I've exported the S4 class using exportMethods, and declared the S3 method with S3method. You can see the NAMESPACE file here: https://r-forge.r-project.org/scm/viewvc.php/pkg/BayesFactorPCL/NAMESPACE?view=markup&root=bayesfactorpcl and the methods here: https://r-forge.r-project.org/scm/viewvc.php/pkg/BayesFactorPCL/R/methods-BFBayesFactor.R?view=markup&root=bayesfactorpcl I have code in a vignette that calls the which.max method on a BFBayesFactor object. However, when tha...