Package: r6methods
Type: Package
Title: Make Methods for R6 Classes
Version: 0.1.0
Authors@R: person("Jakub", "Sobolewski", email = "jakupsob@gmail.com", role = c("aut", "cre"))
Description: Generate boilerplate code for R6 classes. Given R6 class create getters 
    and/or setters for selected class fields or use RStudio addins to insert methods 
    straight into class definition.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: glue, rstudioapi, miniUI, shiny, dplyr, magrittr, stringr,
        purrr
Suggests: R6, testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/jakubsob/r6methods
BugReports: https://github.com/jakubsob/r6methods/issues
NeedsCompilation: no
Packaged: 2021-03-13 18:53:29 UTC; jakup
Author: Jakub Sobolewski [aut, cre]
Maintainer: Jakub Sobolewski <jakupsob@gmail.com>
Repository: CRAN
Date/Publication: 2021-03-16 08:30:02 UTC
Built: R 4.3.0; ; 2023-04-12 19:15:00 UTC; unix
