Skip to content
Prev 10393 / 63424 Next

setClass question

I've now rerun R CMD check SparseM on today's R-devel and I'm happy to
report that things look much better after the changes made last night.

I now get:

* checking for missing documentation entries ... WARNING
Undocumented code objects:
  %x% as.matrix diag diag<- diff t
Undocumented S4 methods:
  \S4method{coerce}{vector,matrix.diag.csr}
  \S4method{diff}{matrix.csr}
All user-level objects in a package (including S4 classes and methods)

Obviously the S4methods are items I should deal with...I'm still
uncertain what to do about the Undocumented code objects.

url:	www.econ.uiuc.edu/~roger/my.html	Roger Koenker
email	rkoenker@uiuc.edu			Department of Economics
vox: 	217-333-4558				University of Illinois
fax:   	217-244-6678				Champaign, IL 61820
On Mon, 25 Aug 2003, John Chambers wrote: