Package: graphframes
Type: Package
Title: Interface for 'GraphFrames'
Version: 0.1.2
Authors@R: person("Kevin", "Kuo", email = "kevin.kuo@rstudio.com", 
                  role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7803-7901"))
Maintainer: Kevin Kuo <kevin.kuo@rstudio.com>
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
NeedsCompilation: no
Packaged: 2018-10-30 19:01:05 UTC; kevinykuo
Author: Kevin Kuo [aut, cre] (<https://orcid.org/0000-0001-7803-7901>)
Repository: CRAN
Date/Publication: 2018-10-30 19:20:03 UTC
Built: R 4.5.2; ; 2025-11-01 03:39:33 UTC; windows
