gnu: r-sparql: Move to (gnu packages cran).
* gnu/packages/bioinformatics.scm (r-sparql): Move from here... * gnu/packages/cran.scm (r-sparql): ...to here.
This commit is contained in:
		
							parent
							
								
									7cd4ff2f0c
								
							
						
					
					
						commit
						469fb43891
					
				
					 2 changed files with 23 additions and 23 deletions
				
			
		| 
						 | 
					@ -7014,29 +7014,6 @@ annotation infrastructure.")
 | 
				
			||||||
     "This package provides a pipeline for the analysis of GRO-seq data.")
 | 
					     "This package provides a pipeline for the analysis of GRO-seq data.")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public r-sparql
 | 
					 | 
				
			||||||
  (package
 | 
					 | 
				
			||||||
  (name "r-sparql")
 | 
					 | 
				
			||||||
  (version "1.16")
 | 
					 | 
				
			||||||
  (source (origin
 | 
					 | 
				
			||||||
           (method url-fetch)
 | 
					 | 
				
			||||||
           (uri (cran-uri "SPARQL" version))
 | 
					 | 
				
			||||||
           (sha256
 | 
					 | 
				
			||||||
            (base32
 | 
					 | 
				
			||||||
             "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
 | 
					 | 
				
			||||||
  (properties `((upstream-name . "SPARQL")))
 | 
					 | 
				
			||||||
  (build-system r-build-system)
 | 
					 | 
				
			||||||
  (propagated-inputs
 | 
					 | 
				
			||||||
   `(("r-rcurl" ,r-rcurl)
 | 
					 | 
				
			||||||
     ("r-xml" ,r-xml)))
 | 
					 | 
				
			||||||
  (home-page "https://cran.r-project.org/web/packages/SPARQL")
 | 
					 | 
				
			||||||
  (synopsis "SPARQL client for R")
 | 
					 | 
				
			||||||
  (description "This package provides an interface to use SPARQL to pose
 | 
					 | 
				
			||||||
SELECT or UPDATE queries to an end-point.")
 | 
					 | 
				
			||||||
  ;; The only license indication is found in the DESCRIPTION file,
 | 
					 | 
				
			||||||
  ;; which states GPL-3.  So we cannot assume GPLv3+.
 | 
					 | 
				
			||||||
  (license license:gpl3)))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(define-public vsearch
 | 
					(define-public vsearch
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "vsearch")
 | 
					    (name "vsearch")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -12646,3 +12646,26 @@ exact test for Hardy-Weinberg equilibrium.")
 | 
				
			||||||
tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
 | 
					tests for extended marker haplotypes, as in Clayton, D. and Jones, H. (1999)
 | 
				
			||||||
\"Transmission/disequilibrium tests for extended marker haplotypes\".")
 | 
					\"Transmission/disequilibrium tests for extended marker haplotypes\".")
 | 
				
			||||||
    (license license:artistic2.0)))
 | 
					    (license license:artistic2.0)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public r-sparql
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "r-sparql")
 | 
				
			||||||
 | 
					    (version "1.16")
 | 
				
			||||||
 | 
					    (source (origin
 | 
				
			||||||
 | 
					              (method url-fetch)
 | 
				
			||||||
 | 
					              (uri (cran-uri "SPARQL" version))
 | 
				
			||||||
 | 
					              (sha256
 | 
				
			||||||
 | 
					               (base32
 | 
				
			||||||
 | 
					                "0gak1q06yyhdmcxb2n3v0h9gr1vqd0viqji52wpw211qp6r6dcrc"))))
 | 
				
			||||||
 | 
					    (properties `((upstream-name . "SPARQL")))
 | 
				
			||||||
 | 
					    (build-system r-build-system)
 | 
				
			||||||
 | 
					    (propagated-inputs
 | 
				
			||||||
 | 
					     `(("r-rcurl" ,r-rcurl)
 | 
				
			||||||
 | 
					       ("r-xml" ,r-xml)))
 | 
				
			||||||
 | 
					    (home-page "https://cran.r-project.org/web/packages/SPARQL")
 | 
				
			||||||
 | 
					    (synopsis "SPARQL client for R")
 | 
				
			||||||
 | 
					    (description "This package provides an interface to use SPARQL to pose
 | 
				
			||||||
 | 
					SELECT or UPDATE queries to an end-point.")
 | 
				
			||||||
 | 
					    ;; The only license indication is found in the DESCRIPTION file,
 | 
				
			||||||
 | 
					    ;; which states GPL-3.  So we cannot assume GPLv3+.
 | 
				
			||||||
 | 
					    (license license:gpl3)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue