Rapporter / pander

An R Pandoc Writer: Convert arbitrary R objects into markdown
http://rapporter.github.io/pander/
Open Software License 3.0
294 stars 66 forks source link

pander.cph fails with rms version 5.0-0 #283

Closed kent37 closed 7 years ago

kent37 commented 7 years ago

In version 5.0-0 of the rms package, rms::reVector was renamed to rms::reListclean. This breaks pander.cph which uses rms::reVector. For example, using f as defined in help(cph):

> pander(f)
Error: 'reVector' is not an exported object from 'namespace:rms'
daroczig commented 7 years ago

Thanks for this report! I'm planning to remove these methods from the pander package and submitting pull requests to the related R package repos, so that the maintainers can update these if things change. Planning to do that in a few weeks, currently busy with some other projects.