Skip to content

Commit

Permalink
Redirect to development version on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley committed Aug 18, 2015
1 parent ba038eb commit 1875676
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: NlsyLinks
Type: Package
Title: Utilities and Kinship Information for Research with the NLSY
Version: 2.0.1
Date: 2015-08-16
Date: 2015-08-17
Author: Will Beasley, Joe Rodgers, David Bard, Michael Hunter, S. Mason Garrison, and Kelly
Meredith
Maintainer: Will Beasley <wibeasley@hotmail.com>
Expand Down
Binary file modified DocumentationPeek.pdf
Binary file not shown.
9 changes: 8 additions & 1 deletion R/NlsyLinks.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,12 @@
#' hist(Links79Pair$R) #Display a histogram of the Relatedness values.
#' table(Links79Pair$R) #Create a table of the Relatedness values for the whole sample.
#'
#' \dontrun{
#' # Install/update NlsyLinks with the release version from CRAN.
#' install.packages('NlsyLinks')
#'
#' # Install/update NlsyLinks with the development version from GitHub
#' #install.packages('devtools') #Uncomment if `devtools` isn't installed already.
#' devtools::install_github('LiveOak/NlsyLinks')
#' }
NULL

2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For some reason, that wasn't caught by the five remote test machines. I'm open

## Test environments
* Local Win8, R 3.2.2 patched
* [win-builder (version="R-devel")](http://win-builder.r-project.org/2iJJ9Mu3J0cr)
* [win-builder (version="R-devel")](http://win-builder.r-project.org/pOA6nv528n9r)
* [Travis CI, Ubuntu 12.04 LTS](https://travis-ci.org/LiveOak/NlsyLinks/)
* [AppVeyor, Windows Server 2012](https://ci.appveyor.com/project/wibeasley/nlsylinks)
* [Werker, Docker](https://app.wercker.com/#applications/5590d20a4fea05eb7a02e590)
Expand Down
9 changes: 9 additions & 0 deletions man/NlsyLinks-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ library(NlsyLinks) #Load the package into the current R session.
summary(Links79Pair) #Summarize the five variables.
hist(Links79Pair$R) #Display a histogram of the Relatedness values.
table(Links79Pair$R) #Create a table of the Relatedness values for the whole sample.

\dontrun{
# Install/update NlsyLinks with the release version from CRAN.
install.packages('NlsyLinks')

# Install/update NlsyLinks with the development version from GitHub
#install.packages('devtools') #Uncomment if `devtools` isn't installed already.
devtools::install_github('LiveOak/NlsyLinks')
}
}
\author{
\href{http://scholar.google.com/citations?user=ffsJTC0AAAAJ}{William Howard Beasley} (\href{http://howardliveoak.com/}{Howard Live Oak LLC}, Norman)
Expand Down

0 comments on commit 1875676

Please sign in to comment.