-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
24 lines (24 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: rWikiPathways
Type: Package
Title: rWikiPathways - R client library for the WikiPathways API
Version: 1.27.0
Date: 2024-09-01
Authors@R: c(person("Egon", "Willighagen", role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7542-0286")),
person("Alex", "Pico", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-5706-2163"))
)
Imports: httr, utils, XML, rjson, data.table, RCurl, dplyr, tidyr, readr, stringr, purrr, lubridate
Suggests: testthat, BiocStyle, knitr, rmarkdown
Encoding: UTF-8
Description: Use this package to interface with the WikiPathways API. It provides programmatic access to WikiPathways content in multiple data and image formats, including official monthly release files and convenient GMT read/write functions.
License: MIT + file LICENSE
URL: https://github.com/wikipathways/rwikipathways
BugReports: https://github.com/wikipathways/rwikipathways/issues
LazyLoad: yes
biocViews: Visualization, GraphAndNetwork, ThirdPartyClient, Network, Metabolomics
NeedsCompilation: no
VignetteBuilder: knitr
RoxygenNote: 7.2.3