Skip to content
View vincent-van-hoef's full-sized avatar
  • NBIS
  • Stockholm

Block or report vincent-van-hoef

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. How to loop over an external .qmd file. How to loop over an external .qmd file.
    1
    ```{r, echo=FALSE, results='asis', cache=FALSE}
    2
    temp_code <- mapply(function(group1, group2, lim, comp) {
    3
      knitr::knit_expand("Scripts/Analysis_CompPromoters_template.qmd")}, 
    4
      c("fx", "bmd", "fx", "bmd", "fx"), 
    5
      c("den", "den", "thk", "thk", "bmd"),
  2. How to add an image to a gist? How to add an image to a gist?
    1
    # seems to be buggy
    2
    
                  
    3
    ![image](https://gist.github.com/vincent-van-hoef/3c022881949c3bb54ff356f8b933cff5/raw/images---Fri_Feb_10_2023_1676033205338.png)
  3. Run a github action to render and en... Run a github action to render and encrypt a qmd file to gh-pages
    1
    on:
    2
      workflow_dispatch:
    3
      push:
    4
        branches: main
    5
      pull_request:
  4. How to host a static html page locally. How to host a static html page locally.
    1
    # If there is an ‘index.html’ under this directory, it will be displayed; otherwise the list of files is displayed, with links on their names. After we run this function, we can go to ‘http://localhost:port’ to browse the web pages either created from R or read from HTML files.
    2
    if (!require(servr)){
    3
    install.packages("servr")
    4
    library(servr)
    5
    }
  5. duckdb-in-ojs duckdb-in-ojs Public

    Forked from hrbrmstr/duckdb-in-ojs

    use duckdb in quarto ojs blocks

    JavaScript

  6. epi_course_2021 epi_course_2021 Public

    Material for Epi 2021 Course

    Dockerfile