Skip to content

Commit

Permalink
Merge pull request #6 from astamm/origin/simulator
Browse files Browse the repository at this point in the history
Work on simulator packages
  • Loading branch information
Marie Etienne authored Aug 23, 2024
2 parents 9fd4cf3 + a7eee79 commit c7603f1
Show file tree
Hide file tree
Showing 895 changed files with 1,169 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/pr_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ jobs:
build:
name: Build website with rmarkdown
runs-on: ubuntu-latest
container: stateofther/r-finistr2024:0.1
container: stateofther/r-finistr2024:0.2

steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Additional R packages
run: |
Rscript -e "install.packages(c('tictoc', 'nimble', 'ggmcmc', 'compareMCMCs', 'nimbleHMC', 'mvtnorm'))"
Rscript -e "install.packages(c('ggplot2', 'dplyr', 'simulator', 'simpr', 'SimEngine', 'DT', 'withr', 'bench'))"
- name: Additional Python packages
run: |
pip install torch torch_geometric
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ _site/
*_cache/
01_nimble.html
local_nimble*.R

_site
3 changes: 2 additions & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ website:
href: python_practice.qmd
- text: C++ depuis Python
href: c_python.qmd
- text: Simulations
href: simulator.qmd
- text: Développement
menu:
- text: Pre-commit avec R
Expand All @@ -31,7 +33,6 @@ website:
menu:
- text: Déploiement Shiny
href: shiny-deployment.qmd

aria-label: GitHub
format:
html:
Expand Down
Loading

0 comments on commit c7603f1

Please sign in to comment.