gnu: r-dearseq: Update to 1.8.1.
* gnu/packages/bioconductor.scm (r-dearseq): Update to 1.8.1. [propagated-inputs]: Add r-compquadform, r-dplyr, r-magrittr, r-reshape2, r-rlang, r-tibble, and r-viridislite. [native-inputs]: Add r-knitr.
This commit is contained in:
		
							parent
							
								
									b0bd7ec471
								
							
						
					
					
						commit
						25847e60fe
					
				
					 1 changed files with 12 additions and 4 deletions
				
			
		|  | @ -2116,24 +2116,32 @@ used visualizations.") | ||||||
| (define-public r-dearseq | (define-public r-dearseq | ||||||
|   (package |   (package | ||||||
|     (name "r-dearseq") |     (name "r-dearseq") | ||||||
|     (version "1.6.0") |     (version "1.8.1") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|        (uri (bioconductor-uri "dearseq" version)) |        (uri (bioconductor-uri "dearseq" version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "07vr27rv3z86ajd62c0ilvfgz9z35qsiwwi5pv4sygbhnnjwh3rc")))) |          "1f144k5gsclcmsnlsbisr2mivk91dbkci83wx1kznw6i15p4cpj1")))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (propagated-inputs |     (propagated-inputs | ||||||
|      (list r-ggplot2 |      (list r-compquadform | ||||||
|  |            r-dplyr | ||||||
|  |            r-ggplot2 | ||||||
|            r-kernsmooth |            r-kernsmooth | ||||||
|  |            r-magrittr | ||||||
|            r-matrixstats |            r-matrixstats | ||||||
|            r-patchwork |            r-patchwork | ||||||
|            r-pbapply |            r-pbapply | ||||||
|  |            r-reshape2 | ||||||
|  |            r-rlang | ||||||
|            r-statmod |            r-statmod | ||||||
|            r-survey |            r-survey | ||||||
|            r-kernsmooth)) |            r-tibble | ||||||
|  |            r-viridislite)) | ||||||
|  |     (native-inputs | ||||||
|  |      (list r-knitr)) | ||||||
|     (home-page "https://github.com/borishejblum/dearseq") |     (home-page "https://github.com/borishejblum/dearseq") | ||||||
|     (synopsis "DEA for RNA-seq data through a robust variance component test") |     (synopsis "DEA for RNA-seq data through a robust variance component test") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue