Package: mod Type: Package Title: Lightweight and Self-Contained Modules for Code Organization Version: 0.1.4.9000 Authors@R: c( person("Siqi", "Zhang", email = "iqis.gnahz@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2617-5776")), person() ) Description: Creates modules inline or from a file. Modules can contain any R object and be nested. Each module have their own scope and package "search path" that does not interfere with one another or the user's working environment. License: GPL-3 Encoding: UTF-8 RoxygenNote: 6.1.1 URL: https://github.com/iqis/mod BugReports: https://github.com/iqis/mod/issues Suggests: testthat (>= 2.1.0), covr, knitr, rmarkdown VignetteBuilder: knitr Repository: https://iqis.r-universe.dev Date/Publication: 2019-12-05 02:18:12 UTC RemoteUrl: https://github.com/iqis/mod RemoteRef: HEAD RemoteSha: a9daf6c64e546829b84e0983ef4eb74de10bacfb NeedsCompilation: no Packaged: 2026-06-10 09:07:00 UTC; root Author: Siqi Zhang [aut, cre] (ORCID: ) Maintainer: Siqi Zhang