Skip to content
Avatar
πŸ“¦
Making your R code easier to reuse
πŸ“¦
Making your R code easier to reuse

Achievements

Achievements

Highlights

  • 1 discussion answered

Organizations

@EBI-predocs
Block or Report

Block or report klmr

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.

Report abuse

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

Report abuse

Pinned

  1. box Public

    Write reusable, composable and modular R code

    R 501 29

  2. Named operators for C++

    C++ 457 34

  3. Range-based for loops to iterate over a range of numbers or values

    C++ 263 32

  4. thesis Public

    My PhD thesis, β€œInvestigating the link between tRNA and mRNA abundance in mammals”

    TeX 35 4

  5. minted is a LaTeX package that provides syntax highlighting using the Pygments library. Highlighted source code can be customized using fancyvrb.

    TeX 1.4k 115

  6. 1
    def fib(n: int) -> int:
    2
        def fib(n, a, b):
    3
            if n == 0: return a
    4
            if n == 1: return b
    5
            return fib(n - 1, b, a + b)

512 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri
Activity overview
Contributed to klmr/box, r-universe/klmr, highlightjs/highlight.js and 5 other repositories

Contribution activity

October 2021

Created 2 commits in 1 repository
Opened 1 issue in 1 repository

Seeing something unexpected? Take a look at the GitHub profile guide.