Package: r6methods Type: Package Title: Make Methods for R6 Classes Version: 0.1.1 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 RoxygenNote: 7.1.2 Imports: glue, rstudioapi, miniUI, shiny, dplyr, magrittr, stringr, purrr Suggests: mockery, R6, testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/jakubsob/r6methods BugReports: https://github.com/jakubsob/r6methods/issues Config/pak/sysreqs: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://jakubsob.r-universe.dev Date/Publication: 2022-01-16 19:36:37 UTC RemoteUrl: https://github.com/jakubsob/r6methods RemoteRef: HEAD RemoteSha: 4161d6fc070e002a0027261f4ae18ccd3ea31144 NeedsCompilation: no Packaged: 2026-06-19 11:21:14 UTC; root Author: Jakub Sobolewski [aut, cre] Maintainer: Jakub Sobolewski