Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • airGRiwrm airGRiwrm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • 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

La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.

  • IN-WOP
  • airGRiwrmairGRiwrm
  • Issues
  • #65
Closed
Open
Issue 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