From 4363a26d2fae0cd40967a1a506883846514de17b Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Mon, 24 Feb 2020 10:44:08 -0800 Subject: [PATCH] update cran comments --- cran-comments.md | 15 ++------------- man/unique-methods.Rd | 6 +++--- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index 303c7ecf..8caed6fd 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,17 +1,6 @@ -# Poppr version 2.8.4 +# Poppr version 2.8.5 -This is a fix for a warning on CRAN: - -On Wed, Feb 12, 2020 at 6:20 AM Kurt Hornik wrote: -Dear maintainer, - -Please see the problems shown on -. - -Please correct before 2020-02-26 to safely retain your package on CRAN. - -Best, --k +This fixes an error on r-devel-linux-x86_64-debian-clang ## Test environments diff --git a/man/unique-methods.Rd b/man/unique-methods.Rd index 0e40346a..1c6cf834 100644 --- a/man/unique-methods.Rd +++ b/man/unique-methods.Rd @@ -1,13 +1,13 @@ % Generated by roxygen2: do not edit by hand % Please edit documentation in R/aaaMLGmethods.R \docType{methods} -\name{unique,MLG-method} -\alias{unique,MLG-method} +\name{unique,MLG,ANY-method} \alias{unique,MLG,ANY-method} +\alias{unique,MLG-method} \alias{duplicated,MLG-method} \title{Unique and Duplicated implementations for MLG objects} \usage{ -\S4method{unique}{MLG}(x, incomparables = FALSE, ...) +\S4method{unique}{MLG,ANY}(x, incomparables = FALSE, ...) \S4method{duplicated}{MLG}(x, incomparables = FALSE, ...) }