Skip to content

mrxiaohe/WRScppWin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WRScppWin

This is the Windows binary of the C++ sub-routines for the R package WRS for robust statistic methods.

###[Installation]

####To install this package, four R packages are required:

  • WRS

  • RcppArmadillo and Rcpp: These two packages allow convenient interface between R and C++. RcppArmadillo requires Rcpp, so installing the first one will automatically prompt R to install the latter.

  • devtools: This package allows R users to install packages hosted on Github.

      install.packages("WRS", repos="http://R-Forge.R-project.org", type="source")
      install.packages( c("RcppArmadillo", "devtools") )
    

####Next, load devtools and install the WRScpp binary:

library("devtools")
install_github(repo="WRScppWin", username="mrxiaohe")  

###For the Mac binary and examples, go to this link: https://github.com/mrxiaohe/WRScpp

Bitdeli Badge

About

Windows binary of C++ sub-routines for the R package WRS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published