Making your R code easier to reuse
Geneticist 𧬠, computer scientist πΊ and software engineer π¨βπ» .
- London, UK
- http://klmr.me
- @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 fib(n, a, b):
3if n == 0: return a
4if n == 1: return b
5return fib(n - 1, b, a + b)
227 contributions in the last year
Activity overview
Contribution activity
August 1, 2022
klmr has no activity
yet for this period.



