Skip to content

Commit

Permalink
skeleton package
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferis committed Oct 19, 2020
0 parents commit 21a8029
Show file tree
Hide file tree
Showing 6 changed files with 643 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.Rproj.user
.Rhistory
.RData
.Ruserdata
20 changes: 20 additions & 0 deletions DESCRIPTION
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
Loading

0 comments on commit 21a8029

Please sign in to comment.