Skip to content

dot_to_package() requires a man/ and a R/ folder #332

Description

@ha0ye

I have some R packages that are code-less, using the structure for other reasons - basically packaging contents to use automated machinery, such as {{pkgdown}}.

When I try to use write_codemeta() to generate a codemeta.json file, it fails when an error in dot_to_package(). After checking the code, it seems that this function wants a folder that has DESCRIPTION, NAMESPACE, man/ and R/. (The last two don't exist in my repos)

files <- c("DESCRIPTION", "NAMESPACE", "man", "R")

I think the last two checks can be removed.

example repo:
https://github.com/uf-repro/rmarkdown-intro

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions