Package: rfold Type: Package Title: Working with many R Folders Within an R Package Version: 0.2.0 Authors@R: person(given = "Mohamed El Fodil", family = "Ihaddaden", role = c("aut", "cre"), email = "ihaddaden.fodeil@gmail.com") Description: Allows developers to work with many R folders inside a package. It offers functionalities to transfer R scripts (saved outside the R folder) into the R folder while making additional checks. License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/feddelegrand7/rfold BugReports: https://github.com/feddelegrand7/rfold/issues Imports: cli (>= 3.6.1), fs (>= 1.5.0), glue, here (>= 1.0.1), usethis (>= 2.0.1) RoxygenNote: 7.1.1 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: cmake git make libgit2-dev libuv1-dev libssl-dev libx11-dev Repository: https://feddelegrand7.r-universe.dev Date/Publication: 2024-02-15 08:23:44 UTC RemoteUrl: https://github.com/feddelegrand7/rfold RemoteRef: HEAD RemoteSha: b4886f77fbc066951e4a019f9270dd081802e6d5 NeedsCompilation: no Packaged: 2026-06-14 10:27:45 UTC; root Author: Mohamed El Fodil Ihaddaden [aut, cre] Maintainer: Mohamed El Fodil Ihaddaden