[R] make all customizations to meet strict standard of cran
This commit is contained in:
@@ -34,16 +34,6 @@
|
||||
error(XGBGetLastError()); \
|
||||
}
|
||||
|
||||
namespace xgboost {
|
||||
namespace common {
|
||||
bool CheckNAN(double v) {
|
||||
return ISNAN(v);
|
||||
}
|
||||
double LogGamma(double v) {
|
||||
return lgammafn(v);
|
||||
}
|
||||
} // namespace common
|
||||
} // namespace xgboost
|
||||
|
||||
using namespace dmlc;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user