-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
33 lines (33 loc) · 1004 Bytes
/
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
25
26
27
28
29
30
31
32
33
Package: vfbconnectr
Type: Package
Title: An R Interface to vfb-connect to query virtualflybrain.org
Version: 0.1.0
Authors@R: c(person("Gregory","Jefferis", email="[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0587-9355")))
Description: Provides an R interface to the Python package vfb-connect.
'VFB_connect' is a Python lib that wraps data / knowledgebase query
endpoints and returns 'VFB_json'.
Config/reticulate:
list(
packages = list(
list(package = "vfb-connect", pip = TRUE)
)
)
Encoding: UTF-8
LazyData: true
Imports:
reticulate,
magrittr,
dplyr,
tibble,
memoise
License: GPL-3
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0),
nat
Config/testthat/edition: 3
Remotes:
natverse/nat
URL: https://github.com/natverse/vfbconnectr, https://natverse.github.io/vfbconnectr, https://pypi.org/project/vfb-connect/, http://natverse.org/vfbconnectr/
BugReports: https://github.com/natverse/vfbconnectr/issues