Skip to content

useDynLib(x, .registration = TRUE) #124

@kenahoo

Description

@kenahoo

Using roxygen2, how do I specify .registration = TRUE for @useDynLib? I tried:

@useDynLib rmongodb .registration=TRUE

but then I end up with

useDynLib(rmongodb,".registration=TRUE")

in the NAMESPACE file, i.e. it quotes the input to make it a single argument.

Alternatively, is there some way to just add some raw text to NAMESPACE when it's being managed by roxygen?

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