Skip to content

Using import in description file vs @importFrom in R function files #16

@akuyper

Description

@akuyper

Need to make changes:

  • use @importFrom for repeatedly used functions so you don't need to use pkg_name::function(), you can use function()
  • For rarely used functions include package in description import and then use pkg_name::function()

Metadata

Metadata

Assignees

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