From a3c8e7c6db172d933da0ebd9c0b9366dc1260abc Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Thu, 12 Dec 2019 14:03:04 +0100 Subject: [PATCH] Added essential R package structure --- .Rbuildignore | 1 + DESCRIPTION | 14 ++++++++++++++ NAMESPACE | 2 ++ 3 files changed, 17 insertions(+) create mode 100644 .Rbuildignore create mode 100644 DESCRIPTION create mode 100644 NAMESPACE diff --git a/.Rbuildignore b/.Rbuildignore new file mode 100644 index 0000000..7a694c9 --- /dev/null +++ b/.Rbuildignore @@ -0,0 +1 @@ +LICENSE \ No newline at end of file diff --git a/DESCRIPTION b/DESCRIPTION new file mode 100644 index 0000000..95d291a --- /dev/null +++ b/DESCRIPTION @@ -0,0 +1,14 @@ +Package: rBAPS +Title: Bayesian Analysis of Population Structure +Version: 0.0.0.9000 +Authors@R: + person(given = "First", + family = "Last", + role = c("aut", "cre"), + email = "first.last@example.com", + comment = c(ORCID = "YOUR-ORCID-ID")) +Description: Bayesian statistical methods for the estimation of hidden genetic structure of populations have gained considerable popularity in the recent years. Utilizing molecular marker data, Bayesian mixture models attempt to identify a hidden population structure by clustering individuals into genetically divergent groups, whereas admixture models target at separating the ancestral sources of the alleles observed in different individuals. rBAPS provides a computationally efficient method for the identification of admixture events in the population history. It is based on the BAPS software available at . +License: GPL-3 +Encoding: UTF-8 +LazyData: true +RoxygenNote: 7.0.2 diff --git a/NAMESPACE b/NAMESPACE new file mode 100644 index 0000000..6ae9268 --- /dev/null +++ b/NAMESPACE @@ -0,0 +1,2 @@ +# Generated by roxygen2: do not edit by hand +