Package: tribe
Type: Package
Title: Play with the Tribe of Attributes
Version: 0.1.8
Authors@R: c(person("Paul", "Poncet", , "paulponcet@yahoo.fr", role = c("aut", "cre")), 
    person("Stefan Milton", "Bache", , "stefan@stefanbache.dk", role = "aut", 
           comment = "for functions copied or modified from the 'magrittr' package"), 
    person("Hadley", "Wickham", , "h.wickham@gmail.com", role = "aut", 
           comment = "for functions copied or modified from the 'magrittr' package"))
Description: Functions to make manipulation of object attributes easier. 
    It also contains a few functions that extend the 'dplyr' package for data 
    manipulation, and it provides new pipe operators, including the pipe '%@>%' 
    similar to the 'magrittr' '%>%', but with the additional functionality to 
    enable attributes propagation. 
License: MIT + file LICENSE
LazyData: TRUE
ByteCompile: TRUE
Depends: R (>= 3.2)
Imports: dplyr, lazyeval, magrittr, rlang, rstudioapi, utils
VignetteBuilder: knitr
Suggests: knitr, testthat
URL: https://github.com/paulponcet/tribe
BugReports: https://github.com/paulponcet/tribe/issues
RoxygenNote: 7.0.0
NeedsCompilation: no
Packaged: 2019-11-23 00:27:27 UTC; YL1101
Author: Paul Poncet [aut, cre],
  Stefan Milton Bache [aut] (for functions copied or modified from the
    'magrittr' package),
  Hadley Wickham [aut] (for functions copied or modified from the
    'magrittr' package)
Maintainer: Paul Poncet <paulponcet@yahoo.fr>
Repository: CRAN
Date/Publication: 2019-11-23 06:20:03 UTC
Built: R 4.0.5; ; 2022-04-21 11:32:07 UTC; windows
