You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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 acodemeta.json
file, it fails when an error indot_to_package()
. After checking the code, it seems that this function wants a folder that hasDESCRIPTION
,NAMESPACE
,man/
andR/
. (The last two don't exist in my repos)codemetar/R/utils.R
Line 147 in 20376ab
I think the last two checks can be removed.
example repo:
https://github.com/uf-repro/rmarkdown-intro
The text was updated successfully, but these errors were encountered: