-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as_pkgrefs("DESCRIPTION")
and export_description(rang)
#113
Comments
@chainsawriot I can tackle this one though I am not sure I understand the purpose of it. Is it supposed to read and write package DESCRIPTIONS? or create specific DESCRIPTION files for compendia? |
as_pkgs("DESCRIPTION")
and export_description(rang)
as_pkgrefs("DESCRIPTION")
and export_description(rang)
I think we can think about One reference of behavior is dockta. For example this https://github.com/chainsawriot/mzesalike/blob/master/DESCRIPTION should give: I'm still thinking about how |
Ok I will start working on |
added as_pkgrefs DESCRIPTION (#113)
Add implementation of `as_pkgrefs("DESCRIPTION")` #113
Again, we have all the ingredients. The good things about this is that
as_pkgs
can look forRemotes
for possible Github packages.For
export_description
, we can dumpx=handle@uid
(Github package) in theRemotes
field of theDESCRITION
file.The text was updated successfully, but these errors were encountered: