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

Sponsors

@teamreagan

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 663 39

  2. Named operators for C++

    C++ 477 33

  3. cpp11-range Public

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

    C++ 290 34

  4. thesis Public

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

    TeX 36 5

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

    TeX 1.6k 126

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

151 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri
Activity overview
Contributed to klmr/box, klmr/pylox, klmr/klmr.github.io and 14 other repositories

Contribution activity

December 2022

Created an issue in r-lib/remotes that received 4 comments

Is there a remote type for CRAN-like repositories?

I’m referring to the DESCRIPTION Remotes field dependency types. I can see remote types for Git, URL, local, etc. But nothing for a non-CRAN, CRAN-…

4 comments
Opened 1 other issue in 1 repository
Started 1 discussion in 1 repository
REditorSupport/languageserver
Answered 2 discussions in 2 repositories
klmr/box
REditorSupport/languageserver

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