MangoTheCat / functionMap

Draw the functions map for a R package
36 stars 8 forks source link

Handle S4 #5

Open gaborcsardi opened 9 years ago

gaborcsardi commented 9 years ago

Probably similarly to S3. We can scan the setClass, setGeneric and setMethod calls. Inheritance might complicate things, though. We might need to parse the class hierarchy as well.

gaborcsardi commented 8 years ago

23 was needed for this, actually