* [R] MSVC compatibility * [GPU] allow seed in BernoulliRng up to size_t and scale to uint32_t * R package build with cmake and CUDA * R package CUDA build fixes and cleanups * always export the R package native initialization routine on windows * update the install instructions doc * fix lint * use static_cast directly to set BernoulliRng seed * [R] demo for GPU accelerated algorithm * tidy up the R package cmake stuff * R pack cmake: installs main dependency packages if needed * [R] version bump in DESCRIPTION * update NEWS * added short missing/sparse values explanations to FAQ
14 lines
402 B
R
14 lines
402 B
R
# running all scripts in demo folder
|
|
demo(basic_walkthrough)
|
|
demo(custom_objective)
|
|
demo(boost_from_prediction)
|
|
demo(predict_first_ntree)
|
|
demo(generalized_linear_model)
|
|
demo(cross_validation)
|
|
demo(create_sparse_matrix)
|
|
demo(predict_leaf_indices)
|
|
demo(early_stopping)
|
|
demo(poisson_regression)
|
|
demo(caret_wrapper)
|
|
demo(tweedie_regression)
|
|
#demo(gpu_accelerated) # can only run when built with GPU support |