makeSource | R Documentation |
Create a PkgSource object for a package
makeSource(
url,
type,
user,
password,
scm_auth = list(),
prefer_svn = FALSE,
...
)
url |
The url of the package sources |
type |
The source type. |
user |
A function which, when called, returns the username to use when when checking the soources out |
password |
A function which returns the password to use when checking out the sources |
scm_auth |
A list of username-password pairs, named with regular
expressions to match against url when constructing the
defaults for |
prefer_svn |
Currently unused. |
... |
Passed directly to constructors for PkgSource superclasses |
an object inheriting from PkgSource
for the specified
location of a package's source code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.