Create JSON representation of package information
createJSON(repo, pkg_name, descr_df, scm_df, docdir, suffix = paste0("_",
descr_df$Version, "-desc.json"))
A GRAN repo object
Name of the GRAN package
data.frame representation of DESCRIPTION file
data.frame representation of GRAN manifest object
Directory where the JSON doc will be written
Suffix for the JSON file
None. Write JSON file to disk
manifest_df
for generating scm_df and
generateDescInfo
for generating descr_df.