Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
GuangchuangYu committed Oct 28, 2020
1 parent d54c78f commit 3553a77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ clean:
$(RM) -r $(PKGNAME).Rcheck/

rmoldrelease:
git branch -D RELEASE_3_9
git branch -D RELEASE_3_11

release:
git checkout RELEASE_3_10;\
git checkout RELEASE_3_12;\
git fetch --all

update:
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# seqcombo 1.12.0

+ Bioconductor 3.12 release (2020-10-28, Wed)

# seqcombo 1.5.1

+ fixed R check by import `dplyr::n` (2019-01-02, Wed)
Expand Down Expand Up @@ -28,4 +32,4 @@ CHANGES IN VERSION 0.0.2

CHANGES IN VERSION 0.0.1
------------------------
o initial version with plot method for nucleotide differences between twwo aligned sequences <2016-11-16, Wed>
o initial version with plot method for nucleotide differences between twwo aligned sequences <2016-11-16, Wed>

0 comments on commit 3553a77

Please sign in to comment.