-
Notifications
You must be signed in to change notification settings - Fork 0
/
software.Rmd
128 lines (72 loc) · 4.25 KB
/
software.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
---
title: "Software"
---
<style>
div.hex-container {
position: relative;
}
img.hex {
width: 150px;
padding-left: 10px;
background-color: white;
position: absolute;
right: 0;
top: -100px;
}
</style>
Main: [Github profile](https://github.com/yjunechoe), [R-universe profile](https://yjunechoe.r-universe.dev/builds)
## ggtrace
<div class='hex-container'>
<img class='hex' src='https://yjunechoe.github.io/ggtrace/logo.png'/>
</div>
Role: Maintainer, Author
Language: R
Links: [Github](https://github.com/yjunechoe/ggtrace), [website](yjunechoe.github.io/ggtrace), talks ([useR! 2022](https://www.youtube.com/watch?v=2JX8zu4QxMg&t=2959s), [rstudio::conf 2022](https://www.rstudio.com/conference/2022/talks/cracking-open-ggplot-internals-ggtrace/)), [paper](https://yjunechoe.github.io/static/papers/Choe_2022_SublayerGG.pdf)
> Programmatically explore, debug, and manipulate ggplot internals. Package {ggtrace} offers a low-level interface that extends base R capabilities of trace, as well as a family of workflow functions that make interactions with ggplot internals more accessible.
## jlmerclusterperm
<div class='hex-container'>
<img class='hex' src='https://yjunechoe.github.io/jlmerclusterperm/logo.png'/>
</div>
Role: Maintainer, Author
Language: R, Julia
Links: [CRAN](https://cran.r-project.org/package=jlmerclusterperm), [Github](https://github.com/yjunechoe/jlmerclusterperm/), [website](https://yjunechoe.github.io/jlmerclusterperm/)
> An implementation of fast cluster-based permutation analysis (CPA) for densely-sampled time data developed in [Maris & Oostenveld (2007)](doi:10.1016/j.jneumeth.2007.03.024). Supports (generalized, mixed-effects) regression models for the calculation of timewise statistics. Provides both a wholesale and a piecemeal interface to the CPA procedure with an emphasis on interpretability and diagnostics. Integrates Julia libraries MixedModels.jl and GLM.jl for performance improvements, with additional functionalities for interfacing with Julia from 'R' powered by the JuliaConnectoR package.
## pointblank
<div class='hex-container'>
<img class='hex' src='https://raw.githubusercontent.com/rstudio/pointblank/main/man/figures/logo.svg'/>
</div>
Role: Author
Language: R, HTML/CSS, Javascript
Links: [Github](https://github.com/rstudio/pointblank), [website](https://rstudio.github.io/pointblank/)
> Data quality assessment and metadata reporting for data frames and database tables
## openalexR
<div class='hex-container'>
<img class='hex' src='https://docs.ropensci.org/openalexR/logo.png'/>
</div>
Role: Author
Language: R
Links: [Github](https://github.com/ropensci/openalexR), [website](https://docs.ropensci.org/openalexR/)
> A set of tools to extract bibliographic content from the OpenAlex database using API https://docs.openalex.org.
## jlme
Role: Author, Maintainer
Language: R, Julia
Links: [Github](https://github.com/yjunechoe/jlme), [website](https://yjunechoe.github.io/jlme/)
> Julia (mixed-effects) regression modelling from R. Powered by the {JuliaConnectoR} R package and Julia libraries GLM, StatsModels, and MixedModels.
## ggcolormeter
Role: Maintainer, Author
Language: R
Links: [Github](https://github.com/yjunechoe/ggcolormeter)
> {ggcolormeter} adds guide_colormeter(), a {ggplot2} color/fill legend guide extension in the style of a dashboard meter.
## Snowglobe (retired)
Role: Maintainer, Author
Language: R, SQL
Links: [Github](https://github.com/yjunechoe/Snowglobe), [OSF](https://osf.io/u25rn/), [poster](https://yjunechoe.github.io/static/poster/Snowballer_June_Choe.pdf)
> An iterative search tool for systematic reviews and meta-analyses, implemented as a Shiny app. Retired due to the [discontinuation of the Microsoft Academic Graph](https://www.microsoft.com/en-us/research/project/academic/articles/microsoft-academic-to-expand-horizons-with-community-driven-approach/) service in 2021. I now contribute to {openalexR}.
## Other contributions
I am listed as a contributor in:
- [JuliaConnectoR](https://github.com/stefan-m-lenz/JuliaConnectoR)
- [reactablefmtr](https://github.com/kcuilla/reactablefmtr/)
- [ddplot](https://github.com/feddelegrand7/ddplot/)
I have also contributed via PRs to:
- [ggplot2](https://github.com/tidyverse/ggplot2/)
- [fda](https://github.com/JamesRamsay5/fda)