Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: rd links to external packages #275

@ijlyttle

Description

@ijlyttle

We have had a note come up in our CRAN checks, compelling us to fix:

  Found the following Rd file(s) with Rd \link{} targets missing package
  anchors:
    box_dir_diff.Rd: digest
    box_upload_new.Rd: httr
    boxr_S3_classes.Rd: as_tibble
  Please provide package anchors for all Rd \link{} targets not in the
  package itself and the base packages.

Adding in feedback from R CMD Check, I see three items:

  • update Roxygen to current release (7.3.2)
  • update to use "_PACKAGE" notation
  • fix links to external functions, using [pkg::func()] syntax

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