gnu: r-rcpp: Update to 1.0.4.
* gnu/packages/cran.scm (r-rcpp): Update to 1.0.4. [native-inputs]: Remove r-knitr.
This commit is contained in:
		
							parent
							
								
									0776498740
								
							
						
					
					
						commit
						cabdfeab76
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -1689,16 +1689,14 @@ you to rapidly iterate while developing a package.")
 | 
			
		|||
(define-public r-rcpp
 | 
			
		||||
  (package
 | 
			
		||||
    (name "r-rcpp")
 | 
			
		||||
    (version "1.0.3")
 | 
			
		||||
    (version "1.0.4")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (cran-uri "Rcpp" version))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "03h3zyjq948y0hrrs95lfk4zgx6wfrg64hjlrfrzf5na7bfh0d9b"))))
 | 
			
		||||
        (base32 "1m80pdhzi2p82db5xkbwc2m3fzv6df59955yj03nlq40fj7zx4nr"))))
 | 
			
		||||
    (build-system r-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("r-knitr" ,r-knitr))) ; for vignettes
 | 
			
		||||
    (home-page "http://www.rcpp.org")
 | 
			
		||||
    (synopsis "Seamless R and C++ integration")
 | 
			
		||||
    (description
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue