Skip to content

Commit 0cf5663

Browse files
authored
Merge pull request #30 from dbetebenner/master
Icons and css updates and version number tweak
2 parents 2545782 + 1b48ead commit 0cf5663

18 files changed

Lines changed: 80 additions & 68 deletions

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: randomNames
2-
Version: 1.0-0
2+
Version: 1.0-0.0
33
Date: 2017-6-5
44
Title: Function for Generating Random Names and a Dataset
55
Depends: R (>= 2.10.0)

R/zzz.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
`.onLoad` <-
1+
`.onLoad` <-
22
function(libname, pkgname) {
33
}
44

55

6-
`.onAttach` <-
6+
`.onAttach` <-
77
function(libname, pkgname) {
88
if (interactive()) {
9-
packageStartupMessage('randomNames ',paste(paste(unlist(strsplit(as.character(packageVersion("randomNames")), "[.]")), c(".", "-", ".", ""), sep=""), collapse=""),' For help type: help("randomNames")')
9+
packageStartupMessage('randomNames ', paste(paste(unlist(strsplit(as.character(packageVersion("randomNames")), "[.]")), c(".", "-", ".", ""), sep=""), collapse=""),' For help type: help("randomNames")')
1010
}
1111
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[![Build Status](https://travis-ci.org/CenterForAssessment/randomNames.svg?branch=master)](https://travis-ci.org/CenterForAssessment/randomNames)
22
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/centerforassessment/Literasee?branch=master&svg=true)](https://ci.appveyor.com/project/centerforassessment/Literasee)
33
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/randomNames)](http://cran.r-project.org/package=randomNames)
4-
[![Development Version](https://img.shields.io/badge/devel-1.0--0-brightgreen.svg)](https://github.com/CenterForAssessment/randomNames)
4+
[![Development Version](https://img.shields.io/badge/devel-1.0--0.0-brightgreen.svg)](https://github.com/CenterForAssessment/randomNames)
55
[![Rstudio mirror downloads](http://cranlogs.r-pkg.org/badges/grand-total/randomNames)](https://github.com/metacran/cranlogs.app)
66
[![License](http://img.shields.io/badge/license-GPL%203-brightgreen.svg?style=flat)](https://github.com/CenterForAssessment/randomNames/blob/master/LICENSE.md)
77
[![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)
88

99
## Overview
1010

11-
The **randomNames** package contains a single function `randomNames` that is used to create random gender/ethnicity correct first and/or last names where names are proportionally sampled based upon their frequency in a large scale database.
11+
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.
1212

1313

1414
## Installation

_pkgdown.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ navbar:
2929
- text: "Change log"
3030
href: news/index.html
3131
right:
32-
- icon: fa-github fa-2x
32+
- icon: fa-github
3333
href: https://github.com/centerforassessment/randomNames
34-
- icon: fa-twitter fa-2x
35-
href: https://twitter.com/intent/tweet?url=https%3A%2F%2Fcenterforassessment.github.io%2FrandomNames%2Findex.html&via=dbetebenner&text=randomNames%3A%20Function%20for%20Generating%20Random%20Names%20and%20a%20Dataset&hashtags=randomNames
34+
- icon: fa-twitter
35+
href: https://twitter.com/intent/tweet?url=https%3A%2F%2Fcenterforassessment.github.io%2FrandomNames%2Findex.html&via=dbetebenner&text=randomNames%3A%20Function%20for%20Generating%20Random%20Names%20and%20a%20Dataset&hashtags=rstats%2C%20randomNames
36+
3637

3738
reference:
3839
- title: Random name generation

docs/articles/index.html

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

docs/articles/randomNames.html

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

docs/articles/releases/randomNames-0.0-1.html

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

docs/articles/releases/randomNames-1.0-0.html

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

docs/authors.html

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

0 commit comments

Comments
 (0)