gnu: r-word2vec: Update to 0.4.0.
* gnu/packages/cran.scm (r-word2vec): Update to 0.4.0.
This commit is contained in:
		
							parent
							
								
									e63b8bfafc
								
							
						
					
					
						commit
						48aedf1ed8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -18066,13 +18066,13 @@ pairs (Selesnick 2001, 2002).") | ||||||
| (define-public r-word2vec | (define-public r-word2vec | ||||||
|   (package |   (package | ||||||
|     (name "r-word2vec") |     (name "r-word2vec") | ||||||
|     (version "0.3.4") |     (version "0.4.0") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (cran-uri "word2vec" version)) |               (uri (cran-uri "word2vec" version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "0qj39vms6zgwb8lpmfkppayizdmhakic3pkacglary3ain61vnsk")))) |                 "14ba0cj430d02bd6fay3nl4ldwqyj77iwjm4gzgdc0f6sx597iiq")))) | ||||||
|     (properties `((upstream-name . "word2vec"))) |     (properties `((upstream-name . "word2vec"))) | ||||||
|     (build-system r-build-system) |     (build-system r-build-system) | ||||||
|     (propagated-inputs (list r-rcpp r-rcppprogress)) |     (propagated-inputs (list r-rcpp r-rcppprogress)) | ||||||
|  |  | ||||||
		Reference in a new issue