Skip to content
View ek-g's full-sized avatar

Block or report ek-g

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. covid19de covid19de Public

    A Shiny app to track the Covid-19 in Germany using data from Risklayer

    R

  2. TweetScreeneR TweetScreeneR Public

    A simple Shiny App to manually screen or categorize Tweets downloaded with the `rweet`-package from the Twitter API. Developed for my Master's thesis.

    R

  3. htmlq htmlq Public

    Forked from aproxima/htmlq

    Q-method surveys in pure HTML5

    JavaScript

  4. Git version tagging in R with a cust... Git version tagging in R with a custom function
    1
    ![preview](https://user-images.githubusercontent.com/52879993/83411636-eec0bb00-a418-11ea-9088-9504989a0abc.gif)
    2
    
                  
    3
    # How to use
    4
    
                  
    5
    The function `git_new_version()` either creates a new tag (`v0.1`, `v1.0`) if there are no older tags available or adds incremental minor version numbers (0.1 -> 0.2 -> 0.3 etc.). With `major = TRUE` the minor version is set to 0 and a tag with `v1.0` is created, or +1 is added to the major version number. The function prints out the generated ouput and asks for confirmation before tagging.
  5. PRISMAstatement PRISMAstatement Public

    Forked from jackwasey/PRISMAstatement

    Plot Flow Charts According to the PRISMA Statement

    R