gertvv / gemtc

GeMTC R package: model generation for network meta-analysis
GNU General Public License v3.0
43 stars 25 forks source link

forest() and other funcs documentation out of date #39

Closed tommite closed 4 years ago

tommite commented 8 years ago

Documentation does not include use.description parameter

gertvv commented 8 years ago

forest() is an S3 generic, so the main documentation page for that is not under my control. The documentation for my version is under ?mtc.run, where it does have the use.description parameter. However there was a problem that made ?forest go to ?relative.effect if you chose the gemtc version, which I have now fixed.

What other docs are out of date?

tommite commented 8 years ago

Prob at least the function that I added the use.description, though that might be S3 generic as well (plot). No way to override documentation of those?

On Thu, Jun 2, 2016 at 9:52 AM, Gert van Valkenhoef < notifications@github.com> wrote:

forest() is an S3 generic, so the main documentation page for that is not under my control. The documentation for my version is under ?mtc.run, where it does have the use.description parameter. However there was a problem that made ?forest go to ?relative.effect if you chose the gemtc version, which I have now fixed.

What other docs are out of date?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gertvv/gemtc/issues/39#issuecomment-223233298, or mute the thread https://github.com/notifications/unsubscribe/AAFSvoo6xJNVK89slDnq9tQmOB-5KEXaks5qHpnegaJpZM4IsO-f .

Dr Tommi Tervonen tommi@smaa.fi tel. +44 77 88 237 412

gertvv commented 8 years ago

I added the docs for that one already. You can provide your own docs, but they don't really override the existing one. If you ?forest with gemtc loaded you should get an option for whether you want the one from meta or from gemtc.