diff --git a/R/rBAPS-package.R b/R/rBAPS-package.R new file mode 100644 index 0000000..15d7715 --- /dev/null +++ b/R/rBAPS-package.R @@ -0,0 +1,10 @@ +#' @title Bayesian Analysis of Population Structure +#' @description This is a partial implementation of the BAPS software +#' @docType package +#' @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 inputdlg isempty isfield isspace max min ones rand repmat reshape size sortrows squeeze strcmp times zeros +#' @importFrom stats runif +NULL diff --git a/man/rBAPS.Rd b/man/rBAPS.Rd new file mode 100644 index 0000000..cd92bd6 --- /dev/null +++ b/man/rBAPS.Rd @@ -0,0 +1,14 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/rBAPS-package.R +\docType{package} +\name{rBAPS} +\alias{rBAPS} +\title{Bayesian Analysis of Population Structure} +\description{ +This is a partial implementation of the BAPS software +} +\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. +}