gnu: r-ggpmisc: Update to 0.3.5.
* gnu/packages/cran.scm (r-ggpmisc): Update to 0.3.5. [propagated-inputs]: Add r-magrittr, r-rlang, r-scales, and r-stringr. [native-inputs]: Add r-knitr.
This commit is contained in:
		
							parent
							
								
									249f082806
								
							
						
					
					
						commit
						280fbacf78
					
				
					 1 changed files with 8 additions and 2 deletions
				
			
		|  | @ -124,13 +124,13 @@ the system clipboards.") | |||
| (define-public r-ggpmisc | ||||
|   (package | ||||
|     (name "r-ggpmisc") | ||||
|     (version "0.3.4") | ||||
|     (version "0.3.5") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (cran-uri "ggpmisc" version)) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "0xc1yp0kphipq23ri4ij93garx1x2nrf4i0lhs6m10pp9yz7fbmj")))) | ||||
|                 "0ma2d3a3v8n85sghxr9anl6vgbs8gi82i1dllw99n81gsm59wgin")))) | ||||
|     (build-system r-build-system) | ||||
|     (propagated-inputs | ||||
|      `(("r-broom" ,r-broom) | ||||
|  | @ -138,13 +138,19 @@ the system clipboards.") | |||
|        ("r-ggplot2" ,r-ggplot2) | ||||
|        ("r-gridextra" ,r-gridextra) | ||||
|        ("r-lubridate" ,r-lubridate) | ||||
|        ("r-magrittr" ,r-magrittr) | ||||
|        ("r-mass" ,r-mass) | ||||
|        ("r-plyr" ,r-plyr) | ||||
|        ("r-polynom" ,r-polynom) | ||||
|        ("r-rlang" ,r-rlang) | ||||
|        ("r-scales" ,r-scales) | ||||
|        ("r-splus2r" ,r-splus2r) | ||||
|        ("r-stringr" ,r-stringr) | ||||
|        ("r-tibble" ,r-tibble) | ||||
|        ("r-xts" ,r-xts) | ||||
|        ("r-zoo" ,r-zoo))) | ||||
|     (native-inputs | ||||
|      `(("r-knitr" ,r-knitr))) | ||||
|     (home-page "https://www.r4photobiology.info/") | ||||
|     (synopsis "Miscellaneous Extensions to @code{ggplot2}") | ||||
|     (description "This package provides extensions to @code{ggplot2}, | ||||
|  |  | |||
		Reference in a new issue