Skip to content

help.zelig needs some attention #43

@izahn

Description

@izahn

This bug report applies to Zelig Version 4.1-2 on Linux.

The zelig function documentation says "Type ‘help.zelig("models")’
to see a list of currently supported models" but

help.zelig("models")

returns "no vignettes found". This is because the doc/index.html file is empty, but I guess this strategy will not work with the new system of splitting Zelig into ZeligGAM ZeligMixed etc. anyway.

The documentation includes list.zelig.models but

list.zelig.models()

returns 'Error: could not find function "list.zelig.models"' because this function is not exported. The list of models available can be obtained with

Zelig:::list.zelig.models()

so perhaps it will be useful to export this function, or modify help.zelig so that it calls this function instead of

print(do.call("vignette", list(package = "Zelig")))

as is currently done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions