You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[📦 Included Modules (2025)](#📦-included-modules-(2025))
12
+
-[🔗 Related](#🔗-related)
13
+
-[📊 Repository Status & Metadata](#📊-repository-status-&-metadata)
14
+
-[📜 License](#📜-license)
15
+
-[📑 Cite This](#📑-cite-this)
16
+
-[✉️ Contact](#✉️-contact)
11
17
18
+
<!-- TOC END -->
19
+
20
+
## 👋 Welcome
21
+
22
+
**FieldStack** is a personal, open-source collection of reusable R code, Quarto notebooks, and sample datasets that I’ve developed over years of working in public health, gender equity, education, climate resilience, and MEL.
23
+
24
+
It’s meant for:
25
+
- Researchers and MEL professionals needing clean, modular R logic
26
+
- Students looking for working examples tied to real development problems
27
+
- Field practitioners building quick summaries, dashboards, or insights
28
+
29
+
Every script and notebook runs out of the box using included data.
30
+
Everything is tested, documented, and designed to reflect **real South Asian fieldwork needs**.
31
+
32
+
---
33
+
34
+
35
+
## 🧪 How to Use
36
+
37
+
- 🔁 Clone the repo or download ZIP
38
+
- 📊 Open any `.qmd` in RStudio to explore summaries
39
+
- 🧪 To run all tests:
40
+
```r
41
+
source("tests/run_all_tests.R")
42
+
```
43
+
44
+
To export dashboard-ready CSVs, use the MEL module or edit any notebook’s output block.
12
45
13
46
---
14
47
48
+
15
49
## 🧰 Featured Modules
16
50
17
51
Explore working, documented code across:
@@ -41,20 +75,21 @@ CI workflows enabled — badge will display after first successful run
41
75
42
76
---
43
77
44
-
## 👋 Welcome
45
78
46
-
**FieldStack** is a personal, open-source collection of reusable R code, Quarto notebooks, and sample datasets that I’ve developed over years of working in public health, gender equity, education, climate resilience, and MEL.
47
-
48
-
It’s meant for:
49
-
- Researchers and MEL professionals needing clean, modular R logic
50
-
- Students looking for working examples tied to real development problems
51
-
- Field practitioners building quick summaries, dashboards, or insights
79
+
## 📁 Folder Map
52
80
53
-
Every script and notebook runs out of the box using included data.
54
-
Everything is tested, documented, and designed to reflect **real South Asian fieldwork needs**.
81
+
```
82
+
FieldStack/
83
+
├── scripts/ # Core reusable R functions
84
+
├── notebooks/ # Quarto notebooks (runnable)
85
+
├── tests/ # Unit tests
86
+
├── sample_data/ # Example CSVs for each use case
87
+
├── banner/ # Banner image
88
+
```
55
89
56
90
---
57
91
92
+
58
93
## 📦 Included Modules (2025)
59
94
60
95
Each module includes:
@@ -73,32 +108,31 @@ Each module includes:
73
108
74
109
---
75
110
76
-
## 🧪 How to Use
77
111
78
-
- 🔁 Clone the repo or download ZIP
79
-
- 📊 Open any `.qmd` in RStudio to explore summaries
80
-
- 🧪 To run all tests:
81
-
```r
82
-
source("tests/run_all_tests.R")
83
-
```
112
+
## 🔗 Related
84
113
85
-
To export dashboard-ready CSVs, use the MEL module or edit any notebook’s output block.
114
+
🌐 Also see:
115
+
**EquityStack** → Python + Jupyter + Notebooks for social data
MIT License — feel free to fork, reuse, or build on this work.
139
-
140
-
---
141
155
142
156
## ✉️ Contact
143
157
@@ -148,16 +162,4 @@ MIT License — feel free to fork, reuse, or build on this work.
148
162
149
163
---
150
164
151
-
## 🧠 Why FieldStack?
152
-
153
-
This repository reflects my approach to building transparent, reusable, and field-adapted tools for the social sector — especially in the Indian and South Asian context.
154
-
155
-
I believe good evaluation tools should be:
156
-
- Easy to adapt 🧩
157
-
- Easy to test 🔍
158
-
- Easy to learn from 📚
159
-
160
-
You're welcome to explore, borrow, cite, fork — or reach out with your own use cases.
0 commit comments