Skip to content

Commit 5bbc4d5

Browse files
authored
Merge pull request #6979 from kbodwin/patch-2
NumFOCUS changes to README and GOVERNANCE
2 parents 8b10b7d + b4a261a commit 5bbc4d5

File tree

2 files changed

+23
-13
lines changed

2 files changed

+23
-13
lines changed

GOVERNANCE.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,23 +108,14 @@ Please also make a note in the change log under [`# Governance history`](#govern
108108

109109
# Finances and Funding
110110

111-
There is currently no mechanism for the data.table project to receive funding as an entity.
111+
data.table is a [NumFOCUS](https://numfocus.org/) project. Donations to the data.table can be made at [https://numfocus.org/project/data-table]([https://numfocus.org/donate-to-data-table](https://app.hubspot.com/payments/FFWKWTTvKFdzqH?referrer=PAYMENT_LINK))
112112

113-
Funding support for this project therefore may come in two forms:
113+
*NumFOCUS is a 501(c)(3) non-profit charity in the United States; as such, donations to NumFOCUS are tax-deductible as allowed by law. As with any donation, you should consult with your personal tax adviser or the IRS about your particular tax situation.*
114114

115-
## Individual external funding
116115

117-
Any individual developer or community member of data.table may apply for and receive funding for their work on the project. Individuals or groups seeking funding support are strongly encouraged to consult directly with the data.table Project Members (by initiating an Issue on GitHub) to ensure funds are used meaningfully. Formally, however, decisions about use of funds are governed by the individual grantee(s) and their contract with the funding agency.
116+
## Decision-making for funding use
118117

119-
There is no guarantee that funded work will be incorporated into the data.table package; any contributions, whether funded or unfunded, are subject to the same review process as outlined above.
120-
121-
## Direct donations
122-
123-
Direct donations to the project may be made via GitHub Sponsorships, which allow individuals to fund a specific developer. If the current CRAN Maintainer offers a personal sponsorship option, donations may be made to them to support the project in general.
124-
125-
## Decision-making for future opportunities
126-
127-
We here outline a procedure for disbursing funds, should this project in the future become a directly fundable entity (e.g. an LLC or a subsidiary of an umbrella LLC).
118+
We here outline a procedure for disbursing funds acquired through direct donations via NumFOCUS or grant-style research funding.
128119

129120
Funds acquired by the data.table project will be disbursed at the discretion of the **Committers**, defined as above. The **CRAN Maintainer** will have authority to make final decisions in the event that no consensus is reached among committers prior to deadlines for use of funds, and will be responsible for disbursement logistics.
130121

@@ -148,6 +139,8 @@ data.table Version line in DESCRIPTION typically has the following meanings
148139

149140
# Governance history
150141

142+
May 2025: update Finance and CoC language for NumFOCUS incorporation.
143+
151144
Feb 2025: add Finances and Funding section, update Code of Conduct section to be a brief summary and reference the broader CoC document.
152145

153146
Jan 2025: clarify that edits to governance should notify all committers, and that role names are proper nouns (i.e., upper-case) throughout.

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,27 @@
1010
[![CRAN usage](https://jangorecki.gitlab.io/rdeps/data.table/CRAN_usage.svg?sanitize=true)](https://gitlab.com/jangorecki/rdeps)
1111
[![BioC usage](https://jangorecki.gitlab.io/rdeps/data.table/BioC_usage.svg?sanitize=true)](https://gitlab.com/jangorecki/rdeps)
1212
[![indirect usage](https://jangorecki.gitlab.io/rdeps/data.table/indirect_usage.svg?sanitize=true)](https://gitlab.com/jangorecki/rdeps)
13+
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A )](http://numfocus.org)
1314
<!-- badges: end -->
1415

1516
`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.
1617

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+
1734
## Why `data.table`?
1835

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

0 commit comments

Comments
 (0)