Skip to content

Commit

Permalink
Fix URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
njahn82 committed Aug 25, 2021
1 parent ed9c55f commit a182cc6
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 65 deletions.
27 changes: 11 additions & 16 deletions R/epmc_db.r
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,27 @@
#' Europe PMC RESTful Web Service.
#'
#' @inheritParams epmc_refs
#'
#' @param db character, specify database:
#' \describe{
#' \item{'ARXPR'}{Array Express, a database of functional genomics experiments
#' \url{https://www.ebi.ac.uk/arrayexpress/}}
#' \item{'ARXPR'}{Array Express, a database of functional genomics experiments}
#' \item{'CHEBI'}{a database and ontology of chemical entities of biological
#' interest \url{https://www.ebi.ac.uk/chebi/}}
#' \item{'CHEMBL'}{a database of bioactive drug-like small molecules
#' \url{https://www.ebi.ac.uk/chembldb/}}
#' interest}
#' \item{'CHEMBL'}{a database of bioactive drug-like small molecules}
#' \item{'EMBL'}{now ENA, provides a comprehensive record of the world's
#' nucleotide sequencing information \url{https://www.ebi.ac.uk/ena/browser}}
#' nucleotide sequencing information}
#' \item{'INTACT'}{provides a freely available, open
#' source database system and analysis tools for molecular interaction data
#' \url{https://www.ebi.ac.uk/intact/}}
#' source database system and analysis tools for molecular interaction data}
#' \item{'INTERPRO'}{provides functional analysis of proteins by classifying
#' them into families and predicting domains and important sites
#' \url{https://www.ebi.ac.uk/interpro/}}
#' them into families and predicting domains and important sites}
#' \item{'OMIM'}{a comprehensive and authoritative compendium of human genes and
#' genetic phenotypes \url{https://www.omim.org/about}}
#' genetic phenotypes}
#' \item{'PDB'}{European resource for the collection,
#' organisation and dissemination of data on biological macromolecular
#' structures \url{https://www.ebi.ac.uk/pdbe/}}
#' structures}
#' \item{'UNIPROT'}{comprehensive and freely accessible
#' resource of protein sequence and functional information
#' \url{https://www.uniprot.org/}}
#' \item{'PRIDE'}{PRIDE Archive - proteomics data repository
#' \url{https://www.ebi.ac.uk/pride/archive/}}}
#' resource of protein sequence and functional information}
#' \item{'PRIDE'}{PRIDE Archive - proteomics data repository}}
#'
#' @return Cross-references as data.frame
#' @examples
Expand Down
26 changes: 10 additions & 16 deletions R/epmc_db_count.r
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,24 @@
#' @details Europe PMC supports cross-references between literature and the
#' following databases:
#' \describe{
#' \item{'ARXPR'}{Array Express, a database of functional genomics experiments
#' \url{https://www.ebi.ac.uk/arrayexpress/}}
#' \item{'ARXPR'}{Array Express, a database of functional genomics experiments}
#' \item{'CHEBI'}{a database and ontology of chemical entities of biological
#' interest \url{https://www.ebi.ac.uk/chebi/}}
#' \item{'CHEMBL'}{a database of bioactive drug-like small molecules
#' \url{https://www.ebi.ac.uk/chembldb/}}
#' interest}
#' \item{'CHEMBL'}{a database of bioactive drug-like small molecules}
#' \item{'EMBL'}{now ENA, provides a comprehensive record of the world's
#' nucleotide sequencing information \url{https://www.ebi.ac.uk/ena/browser}}
#' nucleotide sequencing information}
#' \item{'INTACT'}{provides a freely available, open
#' source database system and analysis tools for molecular interaction data
#' \url{https://www.ebi.ac.uk/intact/}}
#' source database system and analysis tools for molecular interaction data}
#' \item{'INTERPRO'}{provides functional analysis of proteins by classifying
#' them into families and predicting domains and important sites
#' \url{https://www.ebi.ac.uk/interpro/}}
#' them into families and predicting domains and important sites}
#' \item{'OMIM'}{a comprehensive and authoritative compendium of human genes and
#' genetic phenotypes \url{https://www.omim.org/about}}
#' genetic phenotypes}
#' \item{'PDB'}{European resource for the collection,
#' organisation and dissemination of data on biological macromolecular
#' structures \url{https://www.ebi.ac.uk/pdbe/}}
#' structures}
#' \item{'UNIPROT'}{comprehensive and freely accessible
#' resource of protein sequence and functional information
#' \url{https://www.uniprot.org/}}
#' \item{'PRIDE'}{PRIDE Archive - proteomics data repository
#' \url{https://www.ebi.ac.uk/pride/archive/}}}
#' resource of protein sequence and functional information}
#' \item{'PRIDE'}{PRIDE Archive - proteomics data repository}}
#'
#' @param ext_id character, publication identifier
#' @param data_src character, data source, by default Pubmed/MedLine index will
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Status: OK

---

This submission implements the most recent API changes. This will fix current R checks problems.
This submission implements the most recent API changes. This will fix current R checks problems. It will also prevent warnings and errors on CRAN when internet resource should fail.

Thanks!

Expand Down
26 changes: 10 additions & 16 deletions man/epmc_db.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 10 additions & 16 deletions man/epmc_db_count.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a182cc6

Please sign in to comment.