Skip to content

Commit 3d93d85

Browse files
committed
Rename package
1 parent 6a15c44 commit 3d93d85

File tree

27 files changed

+51
-55
lines changed

27 files changed

+51
-55
lines changed

lib/node_modules/@stdlib/datasets/cps-wages-1985/LICENSE renamed to lib/node_modules/@stdlib/datasets/berndt-cps-wages-1985/LICENSE

File renamed without changes.

lib/node_modules/@stdlib/datasets/cps-wages-1985/README.md renamed to lib/node_modules/@stdlib/datasets/berndt-cps-wages-1985/README.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ limitations under the License.
3333
## Usage
3434

3535
```javascript
36-
var cps = require( '@stdlib/datasets/cps-wages-1985' );
36+
var cps = require( '@stdlib/datasets/berndt-cps-wages-1985' );
3737
```
3838

3939
#### cps()
@@ -48,28 +48,15 @@ var data = cps();
4848
Each `array` element has the following eleven fields:
4949

5050
- **education**: number of years of education.
51-
52-
- **south**: indicator variable for southern region (1 = person lives in the
53-
South, 0 = person does not live in the South).
54-
51+
- **south**: indicator variable for southern region (1 = person lives in the South, 0 = person does not live in the South).
5552
- **gender**: indicator for the gender of the person (1 = female, 0 = male).
56-
5753
- **experience**: number of years of work experience.
58-
59-
- **union**: indicator variable for union membership (1 = union member, 0 = not
60-
a union member).
61-
54+
- **union**: indicator variable for union membership (1 = union member, 0 = not a union member).
6255
- **wage**: wage (in dollars per hour).
63-
6456
- **age**: age (in years).
65-
6657
- **race**: ethnicity/race ('White', 'Hispanic', and 'Other').
67-
68-
- **occupation**: occupational category ('Management', 'Sales', 'Clerical',
69-
'Service', 'Professional', and 'Other').
70-
58+
- **occupation**: occupational category ('Management', 'Sales', 'Clerical', 'Service', 'Professional', and 'Other').
7159
- **sector**: sector ('Other', 'Manufacturing', or 'Construction').
72-
7360
- **married**: marital Status (0 = unmarried, 1 = married).
7461

7562
</section>
@@ -84,7 +71,7 @@ a union member).
8471

8572
```javascript
8673
var Plot = require( '@stdlib/plot' );
87-
var dataset = require( '@stdlib/datasets/cps-wages-1985' );
74+
var dataset = require( '@stdlib/datasets/berndt-cps-wages-1985' );
8875

8976
var data;
9077
var plot;
@@ -126,7 +113,7 @@ plot = new Plot( [ x ], [ y ], opts );
126113
### Usage
127114

128115
```text
129-
Usage: cps-wages-1985 [options]
116+
Usage: berndt-cps-wages-1985 [options]
130117
131118
Options:
132119
@@ -154,7 +141,7 @@ Options:
154141
### Examples
155142

156143
```bash
157-
$ cps-wages-1985
144+
$ berndt-cps-wages-1985
158145
education,south,gender,experience,union,wage,age,race,occupation,sector,married
159146
8,0,female,21,1,5.1,35,hispanic,other,manufacturing,0
160147
9,0,female,42,1,4.95,57,white,other,manufacturing,0

lib/node_modules/@stdlib/datasets/cps-wages-1985/benchmark/benchmark.browser.js renamed to lib/node_modules/@stdlib/datasets/berndt-cps-wages-1985/benchmark/benchmark.browser.js

File renamed without changes.

lib/node_modules/@stdlib/datasets/cps-wages-1985/benchmark/benchmark.js renamed to lib/node_modules/@stdlib/datasets/berndt-cps-wages-1985/benchmark/benchmark.js

File renamed without changes.

lib/node_modules/@stdlib/datasets/cps-wages-1985/bin/cli renamed to lib/node_modules/@stdlib/datasets/berndt-cps-wages-1985/bin/cli

File renamed without changes.

lib/node_modules/@stdlib/datasets/cps-wages-1985/data/data.csv renamed to lib/node_modules/@stdlib/datasets/berndt-cps-wages-1985/data/data.csv

File renamed without changes.

lib/node_modules/@stdlib/datasets/cps-wages-1985/data/data.json renamed to lib/node_modules/@stdlib/datasets/berndt-cps-wages-1985/data/data.json

File renamed without changes.

lib/node_modules/@stdlib/datasets/cps-wages-1985/datapackage.json renamed to lib/node_modules/@stdlib/datasets/berndt-cps-wages-1985/datapackage.json

File renamed without changes.

lib/node_modules/@stdlib/datasets/cps-wages-1985/docs/repl.txt renamed to lib/node_modules/@stdlib/datasets/berndt-cps-wages-1985/docs/repl.txt

File renamed without changes.

lib/node_modules/@stdlib/datasets/cps-wages-1985/docs/usage.txt renamed to lib/node_modules/@stdlib/datasets/berndt-cps-wages-1985/docs/usage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Usage: cps-wages-1985 [options]
2+
Usage: berndt-cps-wages-1985 [options]
33

44
Options:
55

0 commit comments

Comments
 (0)