Making your R code easier to reuse
Geneticist 𧬠, computer scientist πΊ and software engineer π¨βπ» .
- Basel, CH
- http://klmr.me
- @klmr@mastodon.social
- @klmr
Block or Report
Block or report klmr
Report abuse
Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
gpoore/minted Public
minted is a LaTeX package that provides syntax highlighting using the Pygments library. Highlighted source code can be customized using fancyvrb.
-
1
def fib(n: int) -> int:
2def f(n, a, b):
3if n == 0: return a
4if n == 1: return b
5return f(n - 1, b, a + b)
130 contributions in the last year
Less
More
Activity overview
Contribution activity
February 2023
Created an issue in jalvesaq/Nvim-R that received 2 comments
nvimcom fails to install after update
I am running Nvim-R 8b074b0 on NeoVim v0.8.0/AstroNvim on macOS 12.6.3. After updating Nvim-R today (from v0.9.17), Nvim-R fails to install βnvimcoβ¦
2
comments




