News |
Xpose version 4.5.3 released
Xpose version 4.5.0 released
Xpose version 4.4.0 released
Xpose version 4.3.5 released
Xpose version 4.3.4 released
Xpose package xpose4generic version 4.3.3 released
Xpose version 4.3.2 released Xpose version 4.3.0 released Xpose 4.2.1 released Xpose 4.1.0 released Xpose 4 release 4 available Xpose 4 release 3 available |
Documentation: Installation |
You need to have R installed. Download the latest version of R from www.r-project.org. Install Xpose in R using one of the following methods:
install.packages("xpose4")
devtools::install_github("xpose4",username="andrewhooker")
--------------------------------------------------------------------------------------
Instalation of Xpose from binary files
Download the desired binary version of Xpose to a temporary location on your computer (anywhere).
Install packages "Hmisc" and "gam":
At the R command line enter:
install.packages(c("Hmisc","gam"))
and the packages will be downloaded and installed from the mirror you select.
Alternatively, you can download the packages for Hmisc and gam from CRAN. Then, at the R command line enter (for example):
install.packages(c("c:/temp/Hmisc_3.0-12.zip", "c:/temp/gam_0.97.zip"), repos=NULL)
install.packages("c:/temp/xpose4_4.5.0.zip", repos=NULL)
install.packages("c:/temp/xpose4data_4.4.0.zip", repos=NULL)
install.packages("c:/temp/xpose4generic_4.4.0.zip", repos=NULL)
install.packages("c:/temp/xpose4specific_4.4.0.zip", repos=NULL)
install.packages("c:/temp/xpose4classic_4.4.0.zip", repos=NULL)
install.packages("c:/temp/xpose4_4.4.0.zip", repos=NULL)
Building Xpose from source
it may be desirable to compile Xpose yourself if you need to customize Xpose, or if you wish to work on a port to a different operating system, or another software host such as S-PLUS.
For Windows users, you will need to download some package building toolsets from the web. We direct you to this rather useful tutorial on building R packages under Windows:
http://www.maths.bris.ac.uk/~maman/computerstuff/Rhelp/Rpackages.html
This description is a bit outdated but useful as well:
http://faculty.chicagogsb.edu/peter.rossi/research/bayes%20book/bayesm/Making%20R%20Packages%20Under%20Windows.pdf
In addition the R help manuals give lots of information:
http://cran.r-project.org/doc/manuals/R-admin.html#The-Windows-toolset
http://cran.r-project.org/doc/manuals/R-exts.html
Your task under Linux/OS X should be much simpler. All the tools you need ought to be available already in almost all distributions. Simply follow the instructions above for istallation from binary files, using source files instead. The *.tar.gz release version of xpose 4 is a compressed source distribution that can be built using the commands above. For more help on building R packages see:
http://cran.r-project.org/doc/manuals/R-exts.html
--------------------------------------------------------------------------------------
NOTE: This documentation refers to Xpose version 4 for R. For previous versions using S-PLUS, click here.
![]() |
DOCUMENTATION |