gnu: r-liger: Rename to r-rliger.
Upstream changed the name to avoid a conflict with the liger package in CRAN. * gnu/packages/cran.scm (r-liger): Define as a deprecated alias for... (r-rliger): ...this new variable.
This commit is contained in:
		
							parent
							
								
									b795976778
								
							
						
					
					
						commit
						ab0e14c41a
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		|  | @ -23023,9 +23023,9 @@ complex composition of plots by providing mathematical operators for combining | ||||||
| multiple plots.") | multiple plots.") | ||||||
|     (license license:expat))) |     (license license:expat))) | ||||||
| 
 | 
 | ||||||
| (define-public r-liger | (define-public r-rliger | ||||||
|   (package |   (package | ||||||
|     (name "r-liger") |     (name "r-rliger") | ||||||
|     (version "0.4.2") |     (version "0.4.2") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|  | @ -23097,6 +23097,9 @@ integrative non-negative matrix factorization to identify shared and | ||||||
| dataset-specific factors.") | dataset-specific factors.") | ||||||
|     (license license:gpl3))) |     (license license:gpl3))) | ||||||
| 
 | 
 | ||||||
|  | (define-public r-liger | ||||||
|  |   (deprecated-package "r-liger" r-rliger)) | ||||||
|  | 
 | ||||||
| (define-public r-harmony | (define-public r-harmony | ||||||
|   (package |   (package | ||||||
|     (name "r-harmony") |     (name "r-harmony") | ||||||
|  |  | ||||||
		Reference in a new issue