HenrikBengtsson / R.utils

🔧 R package: R.utils (this is *not* the utils package that comes with R itself)
https://henrikbengtsson.github.io/R.utils/
62 stars 14 forks source link

DEPRECATE: evalWithTimeout() - use withTimeout() instead #76

Closed HenrikBengtsson closed 7 years ago

HenrikBengtsson commented 7 years ago

Formally deprecate evalWithTimeout(); use withTimeout() instead. The functions are identical, except that evalWithTimeout() will now give a deprecation warning.