Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • airGR airGR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 64
    • Issues 64
    • List
    • Boards
    • Service Desk
    • Milestones
  • Redmine
    • Redmine
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • 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 recommandons d'y créer tous vos nouveaux projets.

Suite à des défaillances matérielles sur l'hébergement historique de gitlab.irstea.fr, le service sera déplacé vers un nouvel hébergement. gitlab.irstea.fr et tous les services attachés (pages, registry, ...) seront indisponibles de 9h à 17h ce vendredi 28 novembre. Merci de votre compréhension.

  • HYCAR-HydroHYCAR-Hydro
  • airGRairGR
  • Issues
  • #201
Closed
Open
Issue created Nov 18, 2025 by Delaigue Olivier@olivier.delaigueOwner

Fix invalid height/width attributes in Rd figures

CRAN checks report a NOTE regarding the use of non-pixel height and width attributes in Rd figure options.

The NOTE highlights that the \figure{} directive in Rd files uses width or height attributes set in percentages or other units instead of pixels, violating the HTML5 standard.
Replace non-pixel attributes with CSS style attributes in the options: argument, as advised by CRAN.

Current code

\figure{diagramGR4J-EN.png}{options: width="60\%" alt="Figure: diagramGR4J-EN.png"}

Corrected code

\figure{diagramGR4J-EN.png}{options: style="width: 60\%;" alt="Figure: diagramGR4J-EN.png"}

Needs to be fixed for:

  • RunModel_GR2M.Rd
  • RunModel_GR4J.Rd
  • RunModel_GR5J.Rd
  • RunModel_GR6J.Rd
  • RunModel_GR5H.Rd
Assignee
Assign to
Time tracking