Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • airGRiwrm airGRiwrm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IN-WOP
  • airGRiwrmairGRiwrm
  • Issues
  • #65

Closed
Open
Created Dec 13, 2021 by Dorchies David@david.dorchiesOwner

pkgdown: wrong documentation for methods CreateRunOptions and CreateCalibOptions

Got these warnings in pkgdown:

Warning: Failed to parse usage:
S3method(`CreateCalibOptions`, `GRiwrmInputsModel`)(x, ...)
CreateCalibOptions(x, ...)
S3method(`CreateCalibOptions`, `InputsModel`)(x, ...)
S3method(`CreateCalibOptions`, `character`)(x, ...)
S3method(`CreateCalibOptions`, ``function``)(x, ...)
Warning: Failed to parse usage:
S3method(`CreateRunOptions`, `GRiwrmInputsModel`)(x, IniStates = NULL, ...)
CreateRunOptions(x, ...)
S3method(`CreateRunOptions`, `InputsModel`)(x, ...)
S3method(`CreateRunOptions`, `character`)(x, ...)
S3method(`CreateRunOptions`, ``function``)(x, ...)

The issue comes from the double back-ticks on methods for function objects.

This is related to a bug in roxygen2 https://github.com/r-lib/roxygen2/issues/906 but it seems to have been already fixed...

Edited Dec 13, 2021 by Dorchies David
Assignee
Assign to
Time tracking