ourMELONS/R/rBAPS-package.R
Waldir Leoncio 80ddbbdd00 Importing zeallot package
Its unpacking operator, %<-%, looks very promising for DRYing the codebase, which uses lots of multiple assignments.
2022-12-21 14:40:12 +01:00

13 lines
610 B
R

#' @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 find inputdlg
#' isempty isfield isspace max min ones questdlg rand repmat reshape
#' size sortrows squeeze strcmp times zeros disp
#' @importFrom stats runif
#' @importFrom zeallot %<-%
NULL