hi. thanks for this package.
i am trying to render docs from scipts like so:
quartify::rtoqmd_dir("src/package_name/", render = TRUE, output_dir = "../../docs", output_html_dir = '../../docs/html', exclude_pattern='__tests__')
but the qmd files keep being written to src/package_name. While the html are written do docs/html. Am i doing something wrong?
with a project structure like this:
.
├── data-raw
├── docs
│ ├── html
│ └── site_libs
└── src
└── package_name
I want all the docs being generated to be in docs and docs/html.
hi. thanks for this package.
i am trying to render docs from scipts like so:
but the qmd files keep being written to
src/package_name. While the html are written dodocs/html. Am i doing something wrong?with a project structure like this:
I want all the docs being generated to be in docs and docs/html.