Mutsuo Saito ported "Constructing Sobol sequences with better two-dimensional projections" by Stephen Joe and Frances Y. Kuo to R.
SobolSequence 1.0 is now available in CRAN.
You can install the release packeage from CRAN.
And then,
install.packages('devtools')
library('devtools')
install_github("MersenneTwister-Lab/SobolSequence", ref='develop')