Package: PubChemR
Type: Package
Title: Interface to the 'PubChem' Database for Chemical Data Retrieval
Version: 2.1.6
Authors@R: c(person("Selcuk", "Korkmaz", email="selcukorkmaz@gmail.com", role=c("aut", "cre"),
                    comment = c(ORCID = "0000-0003-4632-6850")),
             person("Bilge Eren", "Yamasan", email="berenyamasan@hotmail.com", role="aut",
                    comment = c(ORCID = "0000-0002-6525-2503")), 
             person("Dincer", "Goksuluk", email="dincer.goksuluk@gmail.com", role="aut",
                    comment = c(ORCID = "0000-0002-2752-7668")))
Description: Provides an interface to the 'PubChem' database via the PUG REST <https://pubchem.ncbi.nlm.nih.gov/docs/pug-rest> and 
            PUG View <https://pubchem.ncbi.nlm.nih.gov/docs/pug-view> services. This package allows users to automatically 
            access chemical and biological data from 'PubChem', including compounds, substances, assays, and various other data types. 
            Functions are available to retrieve data in different formats, perform searches, and access detailed annotations.
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://selcukorkmaz.github.io/pubchemr-tutorial/,
        https://github.com/selcukorkmaz/PubChemR
BugReports: https://github.com/selcukorkmaz/PubChemR/issues
Imports: dplyr, tibble, magrittr, stringr, tidyr, RJSONIO, httr, utils,
        RCurl, magick, rsvg, png, testthat
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-10-29 19:16:01 UTC; selcukkorkmaz
Author: Selcuk Korkmaz [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-4632-6850>),
  Bilge Eren Yamasan [aut] (ORCID:
    <https://orcid.org/0000-0002-6525-2503>),
  Dincer Goksuluk [aut] (ORCID: <https://orcid.org/0000-0002-2752-7668>)
Maintainer: Selcuk Korkmaz <selcukorkmaz@gmail.com>
Repository: CRAN
Date/Publication: 2025-10-30 06:10:21 UTC
Built: R 4.5.0; ; 2025-10-30 09:46:30 UTC; unix
