gnu: r-automap: Update to 1.1-1.
* gnu/packages/cran.scm (r-automap): Update to 1.1-1. [propagated-inputs]: Remove r-maptools; add r-sf and r-stars.
This commit is contained in:
		
							parent
							
								
									8cad279fa0
								
							
						
					
					
						commit
						abc7774dc2
					
				
					 1 changed files with 5 additions and 4 deletions
				
			
		|  | @ -37920,21 +37920,22 @@ supports @command{sf} and @command{stars}.") | ||||||
| (define-public r-automap | (define-public r-automap | ||||||
|   (package |   (package | ||||||
|     (name "r-automap") |     (name "r-automap") | ||||||
|     (version "1.0-16") |     (version "1.1-1") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (cran-uri "automap" version)) |               (uri (cran-uri "automap" version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "0jz0p28gmx9cpzv4cz0xhbml3w1inf2nsd2ynbhmfxg5rm2f7dca")))) |                 "11l6iygq66jg11lilwjmf7l250dcvhilx6zv2lm746rjzchwga0s")))) | ||||||
|     (properties `((upstream-name . "automap"))) |     (properties `((upstream-name . "automap"))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (propagated-inputs (list r-ggplot2 |     (propagated-inputs (list r-ggplot2 | ||||||
|                              r-gstat |                              r-gstat | ||||||
|                              r-lattice |                              r-lattice | ||||||
|                              r-maptools |  | ||||||
|                              r-reshape |                              r-reshape | ||||||
|                              r-sp)) |                              r-sf | ||||||
|  |                              r-sp | ||||||
|  |                              r-stars)) | ||||||
|     (home-page "https://cran.r-project.org/package=automap") |     (home-page "https://cran.r-project.org/package=automap") | ||||||
|     (synopsis "Automatic interpolation package") |     (synopsis "Automatic interpolation package") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue