Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanf committed Nov 22, 2019
1 parent 6c30433 commit 5b5eefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: tzara
Type: Package
Title: Cluster long amplicons using dada2 denoising on variable regions
Version: 0.0.7.6
Version: 0.0.7.7
Authors@R: person(given = "Brendan", family = "Furneaux",
email = "[email protected]",
role = c("aut", "cre"))
Expand Down

1 comment on commit 5b5eefb

@lintr-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

R/tzara.R:460:1: style: Lines should not be more than 80 characters.

cluster_consensus.character <- function(seq, nread = 1, names = names(seq), dna2rna = TRUE,
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/tzara.R:474:1: style: Lines should not be more than 80 characters.

​      cluster_consensus.XStringSet(xss, nread = nread, ncpus = ncpus, simplify = simplify)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

R/tzara.R:486:1: style: Lines should not be more than 80 characters.

cluster_consensus.XStringSet <- function(seq, nread = 1, ..., ncpus = 1, simplify = TRUE) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Please sign in to comment.