diff --git a/DESCRIPTION b/DESCRIPTION index 7640fba8..0e5ff077 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/DocumentationPeek.pdf b/DocumentationPeek.pdf index 2ad3b76a..f508b80c 100644 Binary files a/DocumentationPeek.pdf and b/DocumentationPeek.pdf differ diff --git a/R/NlsyLinks.R b/R/NlsyLinks.R index 49922336..77b77dd9 100644 --- a/R/NlsyLinks.R +++ b/R/NlsyLinks.R @@ -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 - diff --git a/cran-comments.md b/cran-comments.md index f1c0aab9..347a2dc7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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) diff --git a/man/NlsyLinks-package.Rd b/man/NlsyLinks-package.Rd index f1801e7b..af4feaca 100644 --- a/man/NlsyLinks-package.Rd +++ b/man/NlsyLinks-package.Rd @@ -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)