Skip to content

Commit 5de45c6

Browse files
committed
Update namespace
1 parent 774d1aa commit 5de45c6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

lib/node_modules/@stdlib/datasets/lib/data.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@ setReadOnly( datasets, 'AFINN_111', require( '@stdlib/datasets/afinn-111' ) );
4141
*/
4242
setReadOnly( datasets, 'AFINN_96', require( '@stdlib/datasets/afinn-96' ) );
4343

44+
/**
45+
* @private
46+
* @name ANSCOMBES_QUARTET
47+
* @memberof datasets
48+
* @readonly
49+
* @constant
50+
* @type {Function}
51+
* @see {@link module:@stdlib/datasets/anscombes-quartet}
52+
*/
53+
setReadOnly( datasets, 'ANSCOMBES_QUARTET', require( '@stdlib/datasets/anscombes-quartet' ) );
54+
4455
/**
4556
* @private
4657
* @name DALE_CHALL_NEW

lib/node_modules/@stdlib/datasets/lib/names.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"AFINN_111": "afinn-111",
33
"AFINN_96": "afinn-96",
4+
"ANSCOMBES_QUARTET": "anscombes-quartet",
45
"DALE_CHALL_NEW": "dale-chall-new",
56
"FEMALE_FIRST_NAMES_EN": "female-first-names-en",
67
"FRB_SF_WAGE_RIGIDITY": "frb-sf-wage-rigidity",

0 commit comments

Comments
 (0)