-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
31 lines (31 loc) · 945 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
Package: vfbr
Type: Package
Title: R Package to Access the Virtual Fly Brain project API
Version: 0.3.3
Authors@R: person("Gregory","Jefferis", email="[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0587-9355"))
Description: The Virtual Fly Brain project provides a website virtualflybrain.org
containing neuroanatomical data for the fruit fly, Drosophila melanogaster,
curated from published journal articles and bulk image data. This package
enables queries against an experimental (as of time of writing) API.
License: GPL-3
LazyData: TRUE
Imports:
jsonlite,
httr,
stringr,
rvest,
xml2,
memoise,
rappdirs,
pbapply
Suggests:
spelling,
testthat,
neo2R
RoxygenNote: 7.3.2
Remotes: nicolewhite/RNeo4j
URL: https://github.com/jefferis/vfbr, https://jefferis.github.io/vfbr/
BugReports: https://github.com/jefferis/vfbr/issues
Encoding: UTF-8
Language: en-GB