|
Documentation for Subversion (sometimes referred to as "SVN") is available here. Anonymous Subversion Access This project's SVN repository can be checked out through anonymous access with the following command(s). svn checkout svn://svn.r-forge.r-project.org/svnroot/xts
Developer Subversion Access via SSH Only project developers can access the SVN tree via this method. SSH must be installed on your client machine. Substitute developername with the proper values. Enter your site password when prompted. svn checkout svn+ssh://developername@svn.r-forge.r-project.org/svnroot/xts
The Latest Snapshots
Download The Nightly SVN Tree Snapshot [scm-latest.tar.gz] Installation of Packages in R
If the package passed the quality check it can be installed directly via:
install.packages("packagename",repos="http://r-forge.r-project.org")
|