Skip to content

Commit 0fc39cb

Browse files
authored
Add NumFocus fiscal attribution
1 parent cabd30b commit 0fc39cb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@
1515

1616
`data.table` provides a high-performance version of [base R](https://www.r-project.org/about.html)'s `data.frame` with syntax and feature enhancements for ease of use, convenience and programming speed.
1717

18+
[//]: # (numfocus-fiscal-sponsor-attribution)
19+
20+
The `data.table` project uses a [custom governance agreement](./GOVERNANCE.md)
21+
and is fiscally sponsored by [NumFOCUS](https://numfocus.org/). Consider making
22+
a [tax-deductible donation](https://numfocus.org/donate-to-data-table) to help the project
23+
pay for developer time, professional services, travel, workshops, and a variety of other needs.
24+
25+
<div align="center">
26+
<a href="https://numfocus.org/project/data-table">
27+
<img height="60px"
28+
src="https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png"
29+
align="center">
30+
</a>
31+
</div>
32+
<br>
33+
1834
## Why `data.table`?
1935

2036
* concise syntax: fast to type, fast to read

0 commit comments

Comments
 (0)