Skip to content

Commit

Permalink
Incremented to 1.0.2.9000 following cran patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunpwilkinson committed Apr 7, 2018
1 parent e3cc07c commit 897682b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 626 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: kmer
Type: Package
Title: Fast K-Mer Counting and Clustering for Biological Sequence Analysis
Version: 1.0.2
Version: 1.0.2.9000
Authors@R: person("Shaun", "Wilkinson", role = c("aut", "cre"),
email = "[email protected]")
Author: Shaun Wilkinson [aut, cre]
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# kmer

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/kmer)](https://cran.r-project.org/package=kmer)
[![](http://cranlogs.r-pkg.org/badges/grand-total/kmer)](https://cran.r-project.org/package=kmer)
[![Build Status](https://travis-ci.org/shaunpwilkinson/kmer.svg?branch=master)](https://travis-ci.org/shaunpwilkinson/kmer)
[![codecov](https://codecov.io/github/shaunpwilkinson/kmer/branch/master/graphs/badge.svg)](https://codecov.io/github/shaunpwilkinson/kmer)
[![Project Status: Active - The project has reached a stable, usable state and is being actively developed.](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0)
[![ORCiD](https://img.shields.io/badge/ORCiD-0000--0002--7332--7931-brightgreen.svg)](http://orcid.org/0000-0002-7332-7931)

--------------------------------------------------------------------------------
K-mer counting and clustering for biological sequence analysis

Expand Down
19 changes: 11 additions & 8 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,23 @@
This is a patch release resolving a bug in *kcount* where sequence
disambiguation was prevented by sapply failing to simplify NULL values

Original CRAN upload failed for windows with following error:

* Error in re-building vignettes:
Error: processing vignette 'kmer-vignette.Rmd' failed with diagnostics:
DLL 'stringi' not found: maybe not installed for this architecture?

The inst/doc directory was deleted for resubmission.

## Test environments

* local ubuntu 16.04.2 x86_64-pc-linux-gnu; R version 3.4.0
* travis-ci ubuntu 14.04.5 x86_64-pc-linux-gnu; R 3.4.2
* winbuilder devel (2018-03-05 r74345)
* travis-ci ubuntu 14.04.5 x86_64-pc-linux-gnu; R 3.4.4
* winbuilder devel R version 3.5.0 alpha (2018-04-04 r74529)

## R CMD check results

There were no ERRORs or WARNINGs.
There was one NOTE:
* checking CRAN incoming feasibility ... NOTE
Maintainer: ‘Shaun Wilkinson <[email protected]>
According to forum discussions this is safe to ignore.

There were no ERRORs WARNINGs or NOTEs.

## Downstream dependencies

Expand Down
81 changes: 0 additions & 81 deletions inst/doc/kmer-vignette.R

This file was deleted.

Loading

0 comments on commit 897682b

Please sign in to comment.