R/IalsaSynthesis-package.r

#' @name IalsaSynthesis-package
#' @docType package
#' 
#' @title Synthesizing Information Across Collaborating Research
#' 
#' @description Synthesizing information across collaborating research. Created for \href{http://www.ialsa.org/}{Integrative Analysis of Longitudinal Studies of Aging} (IALSA).
#' 
#' @note The release version will be available through \href{https://cran.r-project.org/package=IalsaSynthesis}{CRAN}.
#' The most recent development version is available through \href{https://github.com/IALSA/IalsaSynthesis}{GitHub}.
#' Please see the installation examples below.
#' 
#' If you're having trouble with the package, please install the development version.  If this doesn't solve
#' your problem, please create a \href{https://github.com/IALSA/IalsaSynthesis/issues}{new issue}, or email Will or Andrey.
#' 
#' @author 
#'  \href{http://scholar.google.com/citations?user=ffsJTC0AAAAJ}{William Howard Beasley} 
#'  --Assistant Professor of Research, \href{http://find.ouhsc.edu/Faculty.aspx?FacultyID=1064}{University of Oklahoma Health Sciences Center}, 
#'  \href{http://www.oumedicine.com/pediatrics}{Dept of Pediatrics}, Biomedical and Behavioral Methodology Core (\href{http://ouhsc.edu/bbmc/}{BBMC})
#'  
#'  
#'  \href{https://www.researchgate.net/profile/Andrey_Koval}{Andrey Koval}
#'  --Post Doc, \href{http://www.uvic.ca/}{University of Victoria}, \href{http://www.uvic.ca/socialsciences/psychology/}{Department of Psychology}
#'  
#' @examples
#' \dontrun{
#' # Install/update IalsaSynthesis with the release version from CRAN.
#' install.packages('IalsaSynthesis')
#' 
#' # Install/update IalsaSynthesis with the development version from GitHub
#' #install.packages('devtools') #Uncomment if `devtools` isn't installed already.
#' devtools::install_github('IALSA/IalsaSynthesis')
#' }
NULL

Try the IalsaSynthesis package in your browser

Any scripts or data that you put into this service are public.

IalsaSynthesis documentation built on May 2, 2019, 10:16 a.m.