14 lines
664 B
R
14 lines
664 B
R
#' @title Bayesian Analysis of Population Structure
|
|
#' @description This is a partial implementation of the BAPS software
|
|
#' @name rBAPS
|
|
#' @note Found a bug? Want to suggest a feature? Contribute to the scientific
|
|
#' and open source communities by opening an issue on our home page.
|
|
#' Check the "BugReports" field on the package description for the URL.
|
|
#' @importFrom matlab2r blanks cell colon find inputdlg
|
|
#' isempty isfield isspace max min ones questdlg rand repmat reshape
|
|
#' size sortrows squeeze strcmp times zeros disp
|
|
#' @importFrom stats runif
|
|
#' @importFrom zeallot %<-%
|
|
#' @importFrom matlab2r nargin log2
|
|
#' @importFrom utils read.table
|
|
"_PACKAGE"
|