Browse code

removed change history from vignette; version number bumped to 1.17.2

UBodenhofer authored on 18/10/2019 13:53:51
Showing 3 changed files

... ...
@@ -1,8 +1,8 @@
1 1
 Package: msa
2 2
 Type: Package
3 3
 Title: Multiple Sequence Alignment
4
-Version: 1.17.1
5
-Date: 2019-09-12
4
+Version: 1.17.2
5
+Date: 2019-10-17
6 6
 Author: Enrico Bonatesta, Christoph Horejs-Kainrath, Ulrich Bodenhofer
7 7
 Maintainer: Ulrich Bodenhofer <bodenhofer@bioinf.jku.at>
8 8
 Description: The 'msa' package provides a unified R/Bioconductor interface to
... ...
@@ -4,7 +4,10 @@ Change history of package msa:
4 4
 Version 1.18.0:
5 5
 - release as part of Bioconductor 3.10
6 6
 
7
-Version 1.7.1:
7
+Version 1.17.2:
8
+- removed change history from package vignette for easier maintenance
9
+
10
+Version 1.17.1:
8 11
 - fixed regular expression to comply with PCRE2
9 12
 - fixed Windows makefile for gc lib
10 13
 - fixed Windows cleanup script
... ...
@@ -6,12 +6,12 @@
6 6
 \hypersetup{colorlinks=false,
7 7
     pdfborder=0 0 0,
8 8
     pdftitle={msa - An R Package for Multiple Sequence Alignment},
9
-    pdfauthor={Enrico Bonatesta, Christoph Horejs-Kainrath, and Ulrich Bodenhofer}}
9
+    pdfauthor={Enrico Bonatesta, Christoph Kainrath, and Ulrich Bodenhofer}}
10 10
 
11 11
 \usepackage[OT1]{fontenc}
12 12
 
13 13
 \title{{\Huge msa}\\[5mm] An R Package for Multiple Sequence Alignment}
14
-\author{Enrico Bonatesta, Christoph Horej\v{s}-Kainrath, and Ulrich Bodenhofer}
14
+\author{Enrico Bonatesta, Christoph Kainrath, and Ulrich Bodenhofer}
15 15
 \affiliation{Institute of Bioinformatics, Johannes Kepler University
16 16
 Linz\\Altenberger Str. 69, 4040 Linz, Austria\\
17 17
 \email{msa@bioinf.jku.at}}
... ...
@@ -887,126 +887,6 @@ Moreover, we insist that, any time you cite the package, you also cite
887 887
 the original paper in which the original algorithm has been introduced (see
888 888
 bibliography below).
889 889
 
890
-\section{Change Log}
891
-
892
-\begin{description}
893
-\item[Version 1.18.0:] release as part of Bioconductor 3.10
894
-\item[Version 1.17.1:] \mbox{ }  \begin{itemize}
895
-   \item fixed regular expression to comply with PCRE2
896
-   \item fixed Windows makefile for gc lib
897
-   \item fixed Windows cleanup script
898
-   \item fixed\verb+ src/Makevars.win+
899
-  \end{itemize}
900
-\item[Version 1.17.0:] new branch for Bioconductor 3.10 devel
901
-\item[Version 1.16.0:] release as part of Bioconductor 3.9
902
-\item[Version 1.15.0:] new branch for Bioconductor 3.9 devel
903
-\item[Version 1.14.0:] release as part of Bioconductor 3.8
904
-\item[Version 1.13.0:] new branch for Bioconductor 3.8 devel
905
-\item[Version 1.12.0:] release as part of Bioconductor 3.7
906
-\item[Version 1.11.2:] \mbox{ }  \begin{itemize}
907
-   \item minor fix in ClustalW
908
-  \end{itemize}
909
-\item[Version 1.11.1:] \mbox{ }  \begin{itemize}
910
-   \item fix of code for using custom substitution matrices in ClustalW
911
-  \end{itemize}
912
-\item[Version 1.11.0:] new branch for Bioconductor 3.7 devel
913
-\item[Version 1.10.0:] release as part of Bioconductor 3.56
914
-\item[Version 1.9.0:] new branch for Bioconductor 3.6 devel
915
-\item[Version 1.8.0:] release as part of Bioconductor 3.5
916
-\item[Version 1.7.2:] \mbox{ }  \begin{itemize}
917
-   \item fix for new \verb+clang+ 4 compiler on Mac OS
918
-  \end{itemize}
919
-\item[Version 1.7.1:] \mbox{ }  \begin{itemize}
920
-   \item additional conversions implemented for \verb+msaConvert()+ function
921
-   \item added a new method \verb+msaConsensusSequence()+ that extends the
922
-     functionality provided by \verb+Biostring+'s \verb+consensusString()+ method
923
-   \item added a new method \verb+msaConservationScore()+
924
-   \item \verb+print()+ method extended such that it now also allows for
925
-     customization of the consensus sequence (via the new
926
-     \verb+msaConsensusSequence()+ method)
927
-   \item package now depends on \verb+Biostrings+ version $\geq$2.40.0 in order
928
-     to make sure that \verb+consensusMatrix()+ also works correctly
929
-     for masked alignments
930
-   \item corresponding changes in documentation and vignette
931
-  \end{itemize}
932
-\item[Version 1.7.0:] new branch for Bioconductor 3.5 devel
933
-\item[Version 1.6.0:] release as part of Bioconductor 3.4
934
-\item[Version 1.5.5:] \mbox{ }  \begin{itemize}
935
-   \item fixes in ClustalOmega source code to ensure Windows compatibility of
936
-   GCC6 compatibility fix
937
-   \end{itemize}
938
-\item[Version 1.5.4:] \mbox{ }  \begin{itemize}
939
-   \item bug fix in \verb+msaClustalW()+: unsupported parameter `\verb+tree+' deactivated
940
-   \item fixes in ClustalOmega source code to ensure GCC 6 compatibility
941
-   \item fix in \verb+msaConvert()+ function to improve safety of call to suggested
942
-  package \verb+phangorn+
943
-  \end{itemize}
944
-\item[Version 1.5.3:] \mbox{ }  \begin{itemize}
945
-   \item additional conversions implemented for \verb+msaConvert()+ function
946
-   \item corresponding changes in documentation
947
-  \end{itemize}
948
-\item[Versions 1.5.1 and 1.5.2:] version number bumps for technical reasons
949
-  related to Bioconductor build servers
950
-\item[Version 1.5.0:] new branch for Bioconductor 3.4 devel
951
-\item[Version 1.4.0:] release as part of Bioconductor 3.3
952
-\item[Version 1.3.7:] \mbox{ }  \begin{itemize}
953
-   \item fixes in \verb+msaPrettyPrint()+ function
954
-  \end{itemize}
955
-\item[Version 1.3.6:] \mbox) { }  \begin{itemize}
956
-   \item \verb+msaPrettyPrint()+ now also accepts dashes in file names
957
-   \item added section about pretty-printing wide alignments to package vignette
958
-  \end{itemize}
959
-\item[Version 1.3.5:] \mbox{ }  \begin{itemize}
960
-   \item adaptation of displaying help text by \verb+msa()+ function
961
-  \end{itemize}
962
-\item[Version 1.3.4:] \mbox{ }  \begin{itemize}
963
-   \item added function for checking and fixing sequence names for
964
-     possibly problematic characters that could lead to \LaTeX\ errors
965
-     when using \verb+msaPrettyPrint()+
966
-   \item corresponding changes in documentation
967
-   \item minor namespace fix
968
-  \end{itemize}
969
-\item[Version 1.3.3:] \mbox{ }  \begin{itemize}
970
-   \item added function for converting multiple sequence alignments for
971
-     use with other sequence alignment packages
972
-   \item corresponding changes in documentation
973
-  \end{itemize}
974
-\item[Version 1.3.2:] \mbox{ }  \begin{itemize}
975
-   \item further fixes in Makefiles and Makevars files to account for changes in build system
976
-   \item update of citation information
977
-  \end{itemize}
978
-\item[Version 1.3.1:] \mbox{ }  \begin{itemize}
979
-   \item fixes in Makefiles and Makevars files to account for changes in build system
980
-  \end{itemize}
981
-\item[Version 1.3.0:] new branch for Bioconductor 3.3 devel
982
-\item[Version 1.2.0:] release as part of Bioconductor 3.2
983
-\item[Version 1.1.3:] \mbox{ }  \begin{itemize}
984
-    \item bug fix related to custom substitution matrices
985
-      in the MUSCLE interface
986
-    \item corrections and updates of documentation
987
-  \end{itemize}
988
-\item[Version 1.1.2:] \mbox{ }  \begin{itemize}
989
-    \item new \verb+print()+ function for multiple alignments that also
990
-      allows for displaying alignments in their entirety (plus additional
991
-      customizations)
992
-    \item strongly improved handling of custom substitution matrices by
993
-      \verb+msaClustalW()+: now custom matrices can also be supplied for nucleotide
994
-      sequences which can also be passed via the \verb+substitutionMatrix+ argument.
995
-      The \verb+dnamatrix+ argument is still available for the sake of backwards
996
-      compatibility.
997
-    \item strongly improved handling of custom substitution matrices by
998
-      \verb+msaMuscle()+
999
-    \item fix of improperly aligned sequence logos produced by
1000
-      \verb+msaPrettyPrint()+
1001
-    \item updated citation information
1002
-  \end{itemize}
1003
-\item[Version 1.1.1:]  \mbox{ }  \begin{itemize}
1004
-    \item fix of \verb+msa()+ function
1005
-  \end{itemize}
1006
-\item[Version 1.1.0:] new branch for Bioconductor 3.2 devel
1007
-\item[Version 1.0.0:] first official release as part of Bioconductor 3.1
1008
-\end{description}
1009
-
1010 890
 \bibliographystyle{plain}
1011 891
 \bibliography{lit}
1012 892