Skip to content

place to write the qmd files #4

@novica

Description

@novica

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions