From 2e22b5591cfcd6acdb46399dc52115021d28f3fb Mon Sep 17 00:00:00 2001 From: Zhian Kamvar Date: Fri, 16 Mar 2018 09:26:34 -0500 Subject: [PATCH] update cran-comments --- DESCRIPTION | 2 +- NEWS | 4 ++-- cran-comments.md | 16 +++++++++++----- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 44fdd1ba..581073ca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: poppr Type: Package Title: Genetic Analysis of Populations with Mixed Reproduction Version: 2.7.0 -Date: 2018-03-15 +Date: 2018-03-16 Authors@R: c(person(c("Zhian", "N."), "Kamvar", role = c("cre", "aut"), email = "zkamvar@gmail.com", comment = c(ORCID = "0000-0003-1458-7108")), person(c("Javier", "F."), "Tabima", role = "aut", diff --git a/NEWS b/NEWS index ed07da18..88c5dfd4 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,8 @@ poppr 2.7.0 ============ -NEW FUNCTION ------------- +NEW FUNCTIONS +------------- * `make_haplotypes()` will split your data into pseudo-haplotypes for use in AMOVA-like analyses. This was a previously internal function, but has been diff --git a/cran-comments.md b/cran-comments.md index 44a6479d..2e078997 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,17 +1,23 @@ -# Poppr version 2.6.1 +# Poppr version 2.7.0 This version exposes two new functions to users and fixes a bug. ## Test environments -* local OS X install, R 3.4.3 +* local macOS install, R 3.4.4 * ubuntu 12.04 (on travis-ci), devel (2018-03-15 r74411) and R 3.4.3 -* winbuilder R-devel (2018-01-13 r74113) +* appveyor R 3.4.4 RC (2018-03-12 r74405) ## R CMD check results +Ubuntu Linux: OK +macOS: OK +Windows: NOTE -- Found no calls to: 'R_registerRoutines', 'R_useDynamicSymbols' + +I believe this is a false positive as it did not show up on the other systems. ## Downstream dependencies -- popprxl: OK -- vcfR: OK +- popprxl: OK +- vcfR: OK +- adegenet: OK