r-deseq2: new version (#9062)
* r-deseq2: new version * r-deseq2: fix r 3.4 dep range
This commit is contained in:
		 Levi Baber
					Levi Baber
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							930e266a36
						
					
				
				
					commit
					cb9a95fc37
				
			| @@ -34,10 +34,10 @@ class RDeseq2(RPackage): | |||||||
|     homepage = "https://www.bioconductor.org/packages/DESeq2/" |     homepage = "https://www.bioconductor.org/packages/DESeq2/" | ||||||
|     git      = "https://git.bioconductor.org/packages/DESeq2.git" |     git      = "https://git.bioconductor.org/packages/DESeq2.git" | ||||||
|  |  | ||||||
|  |     version('1.20.0', commit='7e88ea5c5e68473824ce0af6e10f19e22374cb7c') | ||||||
|     version('1.18.1', commit='ef65091d46436af68915124b752f5e1cc55e93a7') |     version('1.18.1', commit='ef65091d46436af68915124b752f5e1cc55e93a7') | ||||||
|     version('1.16.1', commit='0a815574382704a08ef8b906eceb0296f81cded5') |     version('1.16.1', commit='0a815574382704a08ef8b906eceb0296f81cded5') | ||||||
|  |  | ||||||
|     depends_on('r@3.4.0:3.4.9', when='@1.16.1:') |  | ||||||
|     depends_on("r-rcpparmadillo", type=('build', 'run')) |     depends_on("r-rcpparmadillo", type=('build', 'run')) | ||||||
|     depends_on('r-s4vectors', type=('build', 'run')) |     depends_on('r-s4vectors', type=('build', 'run')) | ||||||
|     depends_on('r-iranges', type=('build', 'run')) |     depends_on('r-iranges', type=('build', 'run')) | ||||||
| @@ -52,3 +52,5 @@ class RDeseq2(RPackage): | |||||||
|     depends_on('r-ggplot2', type=('build', 'run')) |     depends_on('r-ggplot2', type=('build', 'run')) | ||||||
|     depends_on('r-hmisc', type=('build', 'run')) |     depends_on('r-hmisc', type=('build', 'run')) | ||||||
|     depends_on('r-rcpp', type=('build', 'run')) |     depends_on('r-rcpp', type=('build', 'run')) | ||||||
|  |     depends_on('r@3.4.0:3.4.9', when='@1.16.1:1.19', type=('build', 'run')) | ||||||
|  |     depends_on('r@3.5.0:3.5.9', when='@1.20.0', type=('build', 'run')) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user