@stdlib/datasets-fivethirtyeight-ffq 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +25 -2
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2022 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ limitations under the License.
|
|
|
20
20
|
|
|
21
21
|
# FiveThirtyEight Food Frequency Questionnaire
|
|
22
22
|
|
|
23
|
-
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
|
|
23
|
+
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
24
24
|
|
|
25
25
|
> [_FiveThirtyEight_][fivethirtyeight-nutrition-studies] reader responses to a food frequency questionnaire ([FFQ][ffq]).
|
|
26
26
|
|
|
@@ -127,6 +127,8 @@ npm install -g @stdlib/datasets-fivethirtyeight-ffq
|
|
|
127
127
|
|
|
128
128
|
</section>
|
|
129
129
|
|
|
130
|
+
<!-- CLI usage documentation. -->
|
|
131
|
+
|
|
130
132
|
<section class="usage">
|
|
131
133
|
|
|
132
134
|
### Usage
|
|
@@ -186,6 +188,16 @@ The data files (databases) are licensed under an [Open Data Commons Attribution
|
|
|
186
188
|
|
|
187
189
|
<!-- </license> -->
|
|
188
190
|
|
|
191
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
192
|
+
|
|
193
|
+
<section class="related">
|
|
194
|
+
|
|
195
|
+
</section>
|
|
196
|
+
|
|
197
|
+
<!-- /.related -->
|
|
198
|
+
|
|
199
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
200
|
+
|
|
189
201
|
|
|
190
202
|
<section class="main-repo" >
|
|
191
203
|
|
|
@@ -205,7 +217,7 @@ For more information on the project, filing bug reports and feature requests, an
|
|
|
205
217
|
|
|
206
218
|
## Copyright
|
|
207
219
|
|
|
208
|
-
Copyright © 2016-
|
|
220
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
209
221
|
|
|
210
222
|
</section>
|
|
211
223
|
|
|
@@ -224,9 +236,20 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
224
236
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-fivethirtyeight-ffq/main.svg
|
|
225
237
|
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-fivethirtyeight-ffq?branch=main
|
|
226
238
|
|
|
239
|
+
<!--
|
|
240
|
+
|
|
227
241
|
[dependencies-image]: https://img.shields.io/david/stdlib-js/datasets-fivethirtyeight-ffq.svg
|
|
228
242
|
[dependencies-url]: https://david-dm.org/stdlib-js/datasets-fivethirtyeight-ffq/main
|
|
229
243
|
|
|
244
|
+
-->
|
|
245
|
+
|
|
246
|
+
[umd]: https://github.com/umdjs/umd
|
|
247
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
248
|
+
|
|
249
|
+
[deno-url]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/tree/deno
|
|
250
|
+
[umd-url]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/tree/umd
|
|
251
|
+
[esm-url]: https://github.com/stdlib-js/datasets-fivethirtyeight-ffq/tree/esm
|
|
252
|
+
|
|
230
253
|
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
231
254
|
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
232
255
|
|