-
Notifications
You must be signed in to change notification settings - Fork 1
/
todo.qmd
78 lines (67 loc) · 1.8 KB
/
todo.qmd
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
---
date: "2023-05-26"
---
# TODO List {.unnumbered}
## Data Management
- [x] Importing data
- [x] CSV
- [x] Excel
- [x] R data
- [x] [`{TidierFiles.jl}`](https://tidierorg.github.io/TidierFiles.jl/latest/)
- [x] API with [`{HTTP.jl}`](https://github.com/JuliaWeb/HTTP.jl) and [`{Serde.jl}`](https://bhftbootcamp.github.io/Serde.jl/stable/)
- [x] `{JLD2.jl}`/`{HDF5.jl}`
- [x] Exporting data
- [x] `{JLD2.jl}`/`{HDF5.jl}`
- [ ] Cleaning data
## Analyses
- [ ] Descriptive statistics
- [ ] Univariate analysis
- [ ] Multivariate analysis & regression
- [ ] Missing data
- [ ] Standardized rates
- [ ] Time series and outbreak detection
- [ ] Epidemic modeling
- [ ] Spatial analysis
- [ ] Contact tracing
- [ ] Survival analysis
- [ ] Mixed effects models
## Data Visualization
- [ ] `{CairoMakie}` basics
- [ ] `{CairoMakie}` tips
- [ ] Interactive plots with `{GLMakie}`
- [ ] `{AlgebraOfGraphics}`
## Reporting & Reproducibility
- [ ] Version control
- [ ] Quarto
## Miscellaneous
- [ ] Simulations with `{DrWatson}`
- [ ] `{Revise}`
- [ ] Basics functionality
- [ ] Using for single scripts
- [ ] Using for modules/packages
- [ ] Adding to ***startup.jl*** file
- [ ] Writing functions
- [ ] Typing arguments
- [ ] Parametric types
- [ ] Testing
- [ ] Documentation
- [ ] Multiple dispatch
- [ ] Function/Type piracy
- [ ] Developing packages
- [ ] Modules
- [x] Namespaces
- [ ] Dev local packages
- [ ] Package registry with `{LocalRegistry}`
- [ ] `{PkgTemplates}`
- [ ] Performance
- [ ] Memory access (column-major vs row-major, `@views()`)
- [ ] Profiling
- [ ] Multi-threading
- [ ] Multi-processing
- [ ] Benchmarking
- [ ] `{Bumper}`
- [ ] `{DispatchDoctor}`
- [ ] Pipelines with `{Dagger}`
- [ ] R interoperability
- [ ] `{RCall}`
- [ ] `{JuliaCall}`