Skip to content

definition modele negative binomial #6

definition modele negative binomial

definition modele negative binomial #6

Workflow file for this run

jobs:
build:
name: Build website with rmarkdown
runs-on: ubuntu-latest
container: stateofther/r-finistr2024:0.1
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Additional Packages
run: Rscript -e "install.packages(c('tictoc'))"
- name: Generate slides
run: "quarto render"