Package: fusen Title: Build a Package from Rmarkdown Files Version: 0.7.2 Authors@R: c( person("Sebastien", "Rochette", , "sebastienrochettefr@gmail.com", role = "aut", comment = c(ORCID = "0000-0002-1565-9313", "creator")), person("Vincent", "Guyader", , "vincent@thinkr.fr", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0671-9270")), person("Yohann", "Mansiaux", , "yohann.mansiaux@gmail.com", role = "aut"), person("ThinkR", role = "cph") ) Description: Use Rmarkdown First method to build your package. Start your package with documentation, functions, examples and tests in the same unique file. Everything can be set from the Rmarkdown template file provided in your project, then inflated as a package. Inflating the template copies the relevant chunks and sections in the appropriate files required for package development. License: MIT + file LICENSE URL: https://thinkr-open.github.io/fusen/, https://github.com/Thinkr-open/fusen Depends: R (>= 3.5.0) Imports: attachment, cli, desc, devtools, glue, here (>= 1.0.0), lightparser, magrittr, methods, pkgload, roxygen2, stats, stringi, tibble, tidyr, tools, usethis (>= 2.0.0), utils, yaml Suggests: covr, gert, knitr, rcmdcheck, rmarkdown, rstudioapi, styler, testthat (>= 3.2.0), withr VignetteBuilder: knitr Config/fusen/version: 0.7.0 Config/testthat/edition: 3 Config/testthat/parallel: false Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev git make libharfbuzz-dev libgit2-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://thinkr-open.r-universe.dev Date/Publication: 2025-08-04 13:58:35 UTC RemoteUrl: https://github.com/ThinkR-open/fusen RemoteRef: HEAD RemoteSha: 60346860111be79fc2beb33c53e195f97504a667 NeedsCompilation: no Packaged: 2026-06-01 06:54:14 UTC; root Author: Sebastien Rochette [aut] (ORCID: , creator), Vincent Guyader [aut, cre] (ORCID: ), Yohann Mansiaux [aut], ThinkR [cph] Maintainer: Vincent Guyader