Movatterモバイル変換
[0]ホーム
ratelimitr 0.4.2
- Add Authors@R field to DESCRIPTION file
- Don’t run flaky tests on CRAN (see #16)
ratelimitr 0.4.1
- update maintainer email address
ratelimitr 0.4.0
- added the method UPDATE_RATE to modify existing rate-limitedfunctions in place.
ratelimitr 0.3.8
- ratelimitr now measures time from just after prior functionexecutions, rather than just before. This allows rate limits to beobeyed even in the presence of network latency (see #14). Thanks to@stephlocke.
- Due to inherent imprecision of
Sys.sleep, there wererare occasions where rate-limited functions displayed unexpected andwrong behavior (see #12 and #13). In order to fix the problem,rate-limited functions now wait at least .02 seconds longer thannecessary. - Use
proc.time instead ofSys.time tomeasure time (for increased precision).
ratelimitr 0.3.7
- Edit unit tests so that tests relying on microbenchmark (“Suggests”)are conditional on microbenchmark’s presence
ratelimitr 0.3.6
- Added a
NEWS.md file to track changes to thepackage. - First release on CRAN
[8]ページ先頭