Skip to content

Commit

Permalink
fixed minor issues with R package (#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored and Laurae2 committed May 12, 2019
1 parent 1a1c2fd commit e09e4ca
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ OPTION(USE_OPENMP "Enable OpenMP" ON)
OPTION(USE_GPU "Enable GPU-accelerated training" OFF)
OPTION(USE_SWIG "Enable SWIG to generate Java API" OFF)
OPTION(USE_HDFS "Enable HDFS support (EXPERIMENTAL)" OFF)
OPTION(USE_R35 "Set to ON if your R version is not smaller than 3.5" OFF)
OPTION(USE_R35 "Set to ON if your R version is not earlier than 3.5" OFF)

if(APPLE)
OPTION(APPLE_OUTPUT_DYLIB "Output dylib shared library" OFF)
Expand Down
2 changes: 1 addition & 1 deletion R-package/demo/categorical_features_prepare.R
Expand Up @@ -31,7 +31,7 @@ str(bank)
# For this task, we use lgb.prepare
# The function transforms the data into a fittable data
#
# Classes data.table and 'data.frame': 4521 obs. of 17 variables:
# Classes 'data.table' and 'data.frame': 4521 obs. of 17 variables:
# $ age : int 30 33 35 30 59 35 36 39 41 43 ...
# $ job : num 11 8 5 5 2 5 7 10 3 8 ...
# $ marital : num 2 2 3 2 2 3 2 2 2 2 ...
Expand Down
12 changes: 0 additions & 12 deletions R-package/src/R_init.c

This file was deleted.

7 changes: 0 additions & 7 deletions R-package/src/R_init.h

This file was deleted.

0 comments on commit e09e4ca

Please sign in to comment.