-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 21a8029
Showing
6 changed files
with
643 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^LICENSE\.md$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
.Rproj.user | ||
.Rhistory | ||
.RData | ||
.Ruserdata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
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) | ||
) | ||
)License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: | ||
reticulate | ||
License: GPL-3 |
Oops, something went wrong.