r-rentrez: fix style

This commit is contained in:
Wouter Deconinck 2024-12-28 12:53:03 -06:00
parent 8c6143c431
commit a6aceb0b91

View File

@ -9,10 +9,10 @@
class RRentrez(RPackage): class RRentrez(RPackage):
"""'Entrez' in R. """'Entrez' in R.
Provides an R interface to the NCBI's 'EUtils' API, Provides an R interface to the NCBI's 'EUtils' API,
allowing users to search databases like 'GenBank' allowing users to search databases like 'GenBank'
<https://www.ncbi.nlm.nih.gov/genbank/> and 'PubMed' <https://www.ncbi.nlm.nih.gov/genbank/> and 'PubMed'
<https://pubmed.ncbi.nlm.nih.gov/>, process the <https://pubmed.ncbi.nlm.nih.gov/>, process the
results of those searches and pull data into their R sessions.""" results of those searches and pull data into their R sessions."""
cran = "rrentrez" cran = "rrentrez"