[Bioc-devel] different version numbers for src-package and binaries in bioc 2.5
Martin Morgan
mtmorgan at fhcrc.org
Sat Oct 24 16:16:12 CEST 2009
Hi Maarten --
<M.van_Iterson.HG at lumc.nl> writes:
> Dear bioc-devel,
>
> I'm the maintainer of SIM and noticed that there are different version
> numbers for src-package and binaries.
> (http://bioconductor.org/packages/2.5/bioc/html/SIM.html) The
> src-package is the bioc 2.4 I expected there the new bioc 2.5 devel
> version. Did there something went wrong?
I'm not sure of the details, but the route of the problem traces back
to this
mtmorgan at mm:~/proj/b/Rpacks/SIM> svn log -r41582 DESCRIPTION
------------------------------------------------------------------------
r41582 | m.boetzer | 2009-09-09 03:02:49 -0700 (Wed, 09 Sep 2009) | 1
line
------------------------------------------------------------------------
mtmorgan at mm:~/proj/b/Rpacks/SIM> svn diff -r41581:41582 DESCRIPTION
Index: DESCRIPTION
===================================================================
--- DESCRIPTION (revision 41581)
+++ DESCRIPTION (revision 41582)
@@ -1,7 +1,7 @@
Package: SIM
Type: Package
Title: Integrated Analysis on two human genomic datasets
-Version: 1.13.0
+Version: 1.12.2
Author: Renee X. de Menezes and Judith M. Boer
Maintainer: Maarten van Iterson <M.van_iterson.HG at lumc.nl>
Imports: graphics, stats, globaltest, quantsmooth
@@ -9,4 +9,4 @@
Suggests: RMySQL, biomaRt
Description: Finds associations between two human genomic datasets.
License: GPL (>= 2)
-biocViews: Microarray, DNACopyNumber, Bioinformatics, Visualization
\ No newline at end of file
+biocViews: Microarray, DNACopyNumber, Bioinformatics, Visualization
where you changed the version number from 1.13.0 to 1.12.2. Packages
in the development branch are intended to have odd-numbered 'minor'
numbers, so 1.13.0 is correct for a development branch package, 1.12.2
incorrect. The second thing is of course that the version numbering
has gone backward, so that your newest package has a version number
less than your older package. The build system appears to push only
the 'latest' source version of the package, but doesn't perform the
same check for the binary versions.
The solution on your end is to change the version number of SIM to,
e.g., 1.13.1 (unless 1.13.1 has existed in the past).
Martin
> Cheers,
>
> Maarten
>
>
>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> Bioc-devel at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
--
Martin Morgan
Computational Biology / Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N.
PO Box 19024 Seattle, WA 98109
Location: Arnold Building M1 B861
Phone: (206) 667-2793
More information about the Bioc-devel
mailing list