From a381fde4bdb50681bde9ef6ffe575b70352a79c4 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Thu, 3 Feb 2022 10:08:35 +0100 Subject: [PATCH] Added rBAPS help file with matlab2r imports (#21) --- R/rBAPS-package.R | 10 ++++++++++ man/rBAPS.Rd | 14 ++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 R/rBAPS-package.R create mode 100644 man/rBAPS.Rd 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. +}