Making your R code easier to reuse
Geneticist 𧬠, computer scientist πΊ and software engineer π¨βπ» .
- Basel, CH
- 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 f(n, a, b):
3if n == 0: return a
4if n == 1: return b
5return f(n - 1, b, a + b)
151 contributions in the last year
Less
More
Activity overview
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
klmr/box
1
open
Started 1 discussion in 1 repository
REditorSupport/languageserver
REditorSupport/languageserver
-
How can I disable styler?
This contribution was made on Dec 11
Answered 2 discussions in 2 repositories
klmr/box
klmr/box
-
Using pipe operator from dplyr with box
This contribution was made on Dec 18
REditorSupport/languageserver
REditorSupport/languageserver
-
How can I disable styler?
This contribution was made on Dec 11




