Skip to content
View susrei's full-sized avatar

Block or report susrei

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. project-template project-template Public template

    Forked from NBISweden/project_template

    An example of how to organize files for a research project to increase reproducibility

    Python

  2. Utility function to initialize env v... Utility function to initialize env vars from .env file in R
    1
    # Find .env file
    2
    
                  
    3
    > **UPDATE:** `r-dotenv` package is not yet supported for `osx-arm64`. This gist includes the content of the file `https://github.com/gaborcsardi/dotenv/blob/main/R/dotenv-package.r`.
    4
    5
    Create a `.env` file in the project root directory, and add your environment variables. You can check out this [page](https://hexdocs.pm/dotenvy/dotenv-file-format.html) for a detailed explanation of _dotenv_ files.