Skip to content

Commit e8ab9b1

Browse files
committed
Fixing up Twitter link and subtle docs issues
1 parent 3598aa4 commit e8ab9b1

18 files changed

Lines changed: 206 additions & 192 deletions

NEWS.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,53 @@
1-
## randomNames 1.0-0.0
1+
# randomNames 1.0-0.0
22

33
* Changed numbering of releases from 3 to 4 digits.
44
* Created real vignette and fixed everything up for a nice 1.0-0.0 release.
55

6-
## randomNames 0.6-0
6+
# randomNames 0.6-0
77

88
* Converted NEWS to NEWS.md and added that to repo.
99

10-
## randomNames 0.5-0
10+
# randomNames 0.5-0
1111

1212
* Adding vignette and building website.
1313

14-
## randomNames 0.4-0
14+
# randomNames 0.4-0
1515

1616
* Added Middle-Eastern names (ethnicity=6) to data base.
1717

18-
## randomNames 0.3-0
18+
# randomNames 0.3-0
1919

2020
* Fixed bug leading to incorrect re-ordering of results so that they didn't match input.
2121

22-
## randomNames 0.2-0
22+
# randomNames 0.2-0
2323

2424
* Cleaned up documentation.
2525
* Fixed GitHub pull requests.
2626

27-
## randomNames 0.0-7
27+
# randomNames 0.0-7
2828

2929
* Changed randomNamesData to environment.
3030

31-
## randomNames 0.0-6
31+
# randomNames 0.0-6
3232

3333
* Changed DESCRIPTION to Import data.table.
3434

35-
## randomNames 0.0-5
35+
# randomNames 0.0-5
3636

3737
* Fixed key to accomodate changes in data.table 1.7.8.
3838

39-
## randomNames 0.0-4
39+
# randomNames 0.0-4
4040

4141
* Added NAMESPACE.
4242

43-
## randomNames 0.0-3
43+
# randomNames 0.0-3
4444

4545
* Modified function to adapt to improvements in data.table.
4646

47-
## randomNames 0.0-2
47+
# randomNames 0.0-2
4848

4949
* Refined function to recode supplied gender and ethnicity argument/variables if not in function appropriate form.
5050

51-
## randomNames 0.0-1
51+
# randomNames 0.0-1
5252

5353
* Package Released.

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
randomNames
2+
===========
3+
4+
15
[![Build Status](https://travis-ci.org/CenterForAssessment/randomNames.svg?branch=master)](https://travis-ci.org/CenterForAssessment/randomNames)
26
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/centerforassessment/Literasee?branch=master&svg=true)](https://ci.appveyor.com/project/centerforassessment/Literasee)
37
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/randomNames)](http://cran.r-project.org/package=randomNames)
@@ -6,30 +10,31 @@
610
[![License](http://img.shields.io/badge/license-GPL%203-brightgreen.svg?style=flat)](https://github.com/CenterForAssessment/randomNames/blob/master/LICENSE.md)
711
[![https://gitter.im/CenterForAssessment/randomNames](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/CenterForAssessment/randomNames?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
812

9-
## Overview
13+
14+
# Overview
1015

1116
The **randomNames** package contains a single function `randomNames` which creates random gender/ethnicity correct first and/or last names where names are proportionally sampled based upon their frequency in a large scale database.
1217

1318

14-
## Installation
19+
# Installation
1520

16-
### From [CRAN](https://CRAN.R-project.org/package=randomNames)
21+
## From [CRAN](https://CRAN.R-project.org/package=randomNames)
1722

1823
To install the latest stable release of **randomNames** from [CRAN](https://CRAN.R-project.org/package=randomNames)
1924

2025
```R
2126
install.packages("randomNames")
2227
```
2328

24-
### From [Github](https://github.com/CenterForAssessment/randomNames/)
29+
## From [Github](https://github.com/CenterForAssessment/randomNames/)
2530

2631
To install the development release of **randomNames** from [GitHub](https://github.com/CenterForAssessment/randomNames/):
2732

2833
```R
2934
devtools::install_github("CenterForAssessment/randomNames")
3035
```
3136

32-
## Usage
37+
# Usage
3338

3439
```
3540
> randomNames(5) ## 5 last, first names
@@ -49,13 +54,13 @@ devtools::install_github("CenterForAssessment/randomNames")
4954
```
5055

5156

52-
## Resources
57+
# Resources
5358

5459
* [randomNames GitHub Pages](https://CenterForAssessment.github.io/randomNames)
5560
* [CRAN Repo](https://CRAN.R-project.org/package=randomNames)
5661

5762

58-
## Contributors
63+
# Contributors
5964

6065
The **randomNames** Package is crafted with :heart: by:
6166

docs/articles/index.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)