for example, summary.pop_data (and probably other summary methods).
Adding this information would help some functions like pander::pander() figure out what to do with these classes.
Search for all instances of list( in the package; currently there aren't too many:
for example,
summary.pop_data
(and probably other summary methods). Adding this information would help some functions likepander::pander()
figure out what to do with these classes.Search for all instances of
list(
in the package; currently there aren't too many: