gnu: r-bdgraph: Update to 2.70.
* gnu/packages/cran.scm (r-bdgraph): Update to 2.70. [propagated-inputs]: Add r-ggplot2 and r-proc.
This commit is contained in:
		
							parent
							
								
									08e59f6dc2
								
							
						
					
					
						commit
						64c3ea835f
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -26459,18 +26459,18 @@ output in R.")
 | 
				
			||||||
(define-public r-bdgraph
 | 
					(define-public r-bdgraph
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "r-bdgraph")
 | 
					    (name "r-bdgraph")
 | 
				
			||||||
    (version "2.68")
 | 
					    (version "2.70")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (cran-uri "BDgraph" version))
 | 
					       (uri (cran-uri "BDgraph" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1mixzkk8shcbyrxydhchq483j2jh2icgmdshmrl79a8vsnz9mmrm"))))
 | 
					         "1s148fvvg1c0n4swsvcinlwckj86jys5nvwp4wlyzh3aw9siyqz7"))))
 | 
				
			||||||
    (properties `((upstream-name . "BDgraph")))
 | 
					    (properties `((upstream-name . "BDgraph")))
 | 
				
			||||||
    (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list r-igraph))
 | 
					     (list r-ggplot2 r-igraph r-proc))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list r-knitr))
 | 
					     (list r-knitr))
 | 
				
			||||||
    (home-page "https://www.uva.nl/profile/a.mohammadi")
 | 
					    (home-page "https://www.uva.nl/profile/a.mohammadi")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue