Skip to content

Defining an assignment function fails checks unless @usage is defined... #119

@talgalili

Description

@talgalili

Code for reproducing the bug:

' @title fo<- assignment operator

' @param object a variable

' @param ... parameters passed

' @param value a value

' @return dendrogram with updated order leaves values

' @export

"fo<-" <- function(object,..., value) x

Creates:
fo(object, ..., value) <- value

in the fo-set.Rd file.

Which results in an error in the package checks.
To fix it, I must add:

' @Usage

' fo(object, ...) <- value

And that would fix the problem.

Thanks :)
Tal

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