HenrikBengtsson / doFuture

:rocket: R package: doFuture - Use Foreach to Parallelize via Future Framework
https://doFuture.futureverse.org
84 stars 6 forks source link

R-devel: sprintf() coding mistakes #55

Closed HenrikBengtsson closed 4 years ago

HenrikBengtsson commented 4 years ago
> sprintf_scan_tests()
...
6/24: Scanning test 'tests/foreach,globals.R'
...
[13:55:07.863]  - attr(*, "total_size")= num 120
SPRINTF WARNING: 'argument not used by format'
- call: sprintf(...)
Press ENTER to continue: 
...

[13:56:08.307]  - attr(*, "total_size")= num 112
SPRINTF WARNING: 'argument not used by format'
- call: sprintf(...)
Press ENTER to continue: 

> 
> printf("x = %s.\n", hpaste(x), maxHead = 3) # Default
SPRINTF WARNING: 'argument not used by format'
- call: sprintf(...)
Press ENTER to continue: 

Some of these might be a mistake in globals.