You can use the function getClassDefto get the class definition from a specific package, and then call it new(). for instance
new(getClassDef("dgCMatrix", getNamespace("Matrix")))
new(getClassDef("dgCMatrix", "Matrix")) , , , , documtation , where .