insightsengineering / tlg-catalog

A catalog of Tables, Listings and Graphs (TLGs) created with NEST R packages
https://insightsengineering.github.io/tlg-catalog/
Other
20 stars 8 forks source link

tlg-catalog switch from staged-dependencies to setup-r-dependencies for deps install #277

Closed shajoezhu closed 1 week ago

shajoezhu commented 3 weeks ago

TODO:

  1. edit .github/worflows/check.yaml 1.1 adding line deps-installation-method: setup-r-dependencies under with: below these jobs,

    • roxygen
    • coverage
    • r-cmd-non-cran
    • r-cmd

    1.2 below deps-installation-method: setup-r-dependencies add its option if applicable (i.e. staged_dependencies.yaml has upstream entriex), e.g. for tern, it has upsteam rtables, formatters, and nestcolor

        insightsengineering/nestcolor
        insightsengineering/rtables
        insightsengineering/formatters

    make sure lookup-refs has the same indentation as deps-installation-method

  2. rm staged_dependencies.yaml

see this PR for example https://github.com/insightsengineering/formatters/pull/325/files

shajoezhu commented 1 week ago

see https://github.com/insightsengineering/tlg-catalog/pull/279

pawelru commented 1 week ago

completed via #279