powered by
Utility to transform a GRANRepository object into a list so that repos saved using GRANBase can be loaded by GRAN without requiring GRANBase
RepoToList(repo)RepoFromList(rlist)
RepoFromList(rlist)
repository
A list with entries that are slot name-value pairs for a GRANRepository object
a list suitable for use with RepoFromList
a GRANRepository object
# NOT RUN { repo = GRANRepository(GithubManifest("gmbecker/switchr"), basedir = tempdir()) lst = RepoToList(repo) repo2 = RepoFromList(lst) # }
Run the code above in your browser using DataLab