Skip to content

Commit

Permalink
fix R check complaint
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed Mar 27, 2018
1 parent dc37eb7 commit daac5f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,8 +1,8 @@
Package: poppr
Type: Package
Title: Genetic Analysis of Populations with Mixed Reproduction
Version: 2.7.1
Date: 2018-03-16
Version: 2.7.1.99-14
Date: 2018-03-27
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",
Expand Down
2 changes: 1 addition & 1 deletion R/bitwise.r
Expand Up @@ -68,7 +68,7 @@
#' data is scaled up proportionally to the number of columns used by
#' multiplying the value by \code{m / (m - x)} where m is the number of
#' loci and x is the number of missing sites. This option matches the behavior
#' of base R's \code{\link[package=base]{dist}} function.
#' of base R's \code{\link{dist}} function.
#' Defaults to \code{FALSE}.
#'
#' @param euclidean \code{logical}. if \code{TRUE}, the Euclidean distance will
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,8 +1,8 @@
# Poppr version 2 <img src="vignettes/small_logo.png" align="right"/>

[![Build Status](https://travis-ci.org/grunwaldlab/poppr.svg?branch=update-amova)](https://travis-ci.org/grunwaldlab/poppr)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/grunwaldlab/poppr?branch=master&svg=true)](https://ci.appveyor.com/project/grunwaldlab/poppr)
[![Coverage Status](https://coveralls.io/repos/grunwaldlab/poppr/badge.svg?branch=update-amova)](https://coveralls.io/r/grunwaldlab/poppr?branch=update-amova)
[![Build Status](https://travis-ci.org/grunwaldlab/poppr.svg?branch=euclidean-bitwise)](https://travis-ci.org/grunwaldlab/poppr)
[![AppVeyor build status](https://ci.appveyor.com/api/projects/status/github/grunwaldlab/poppr?branch=euclidean-bitwise)](https://ci.appveyor.com/project/grunwaldlab/poppr)
[![Coverage Status](https://coveralls.io/repos/grunwaldlab/poppr/badge.svg?branch=euclidean-bitwise)](https://coveralls.io/r/grunwaldlab/poppr?branch=euclidean-bitwise)
[![CRAN version](http://www.r-pkg.org/badges/version/poppr)](https://cran.r-project.org/package=poppr)
<!--
[![Downloads from Rstudio mirror per month](https://cranlogs.r-pkg.org/badges/poppr)](http://www.r-pkg.org/pkg/poppr)
Expand Down
2 changes: 1 addition & 1 deletion man/bitwise.dist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit daac5f8

Please sign in to comment.