Create a PkgSource object for a package
makeSource(
url,
type,
user,
password,
scm_auth = list(),
prefer_svn = FALSE,
...
)
an object inheriting from PkgSource
for the specified
location of a package's source code.
The url of the package sources
The source type.
A function which, when called, returns the username to use when when checking the soources out
A function which returns the password to use when checking out the sources
A list of username-password pairs, named with regular
expressions to match against url when constructing the
defaults for user
and password
Currently unused.
Passed directly to constructors for PkgSource superclasses