forked from rstudio/graphframes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 941 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
Package: graphframes
Type: Package
Title: Interface for 'GraphFrames'
Version: 0.1.2
Authors@R: person("Kevin", "Kuo", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7803-7901"))
Maintainer: Kevin Kuo <[email protected]>
Description: A 'sparklyr' <https://spark.rstudio.com/> extension that provides an R
interface for 'GraphFrames' <https://graphframes.github.io/>. 'GraphFrames' is a package
for 'Apache Spark' that provides a DataFrame-based API for working with graphs. Functionality
includes motif finding and common graph algorithms, such as PageRank and Breadth-first
search.
URL: https://github.com/rstudio/graphframes
BugReports: https://github.com/rstudio/graphframes/issues
License: Apache License 2.0 | file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Imports:
sparklyr,
tibble,
forge
Suggests:
testthat,
covr,
dplyr