• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

HenrikBengtsson / matrixStats / 374
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: test-install_r_binary
DEFAULT BRANCH: master
Ran 30 May 2015 11:09PM UTC
Jobs 1
Files 70
Run time 177min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
374

push

travis-ci

HenrikBengtsson
Clarified role of 'hasna2'.
Fixed typo/bug in logSumExp_double_by() (found by DJ; PR #33) using
if (!hasna || !ISNAN(xii)) instead of if (!hasna2 || !ISNAN(xii));
however this was never an issue, because hasna was always TRUE
(this far) so we effectively had if (!ISNAN(xii)).  So, the only
effect this type had was that it would be slower than the indendent
!hasna2, which is there so it's possible to skip testing !ISNAN(xii)
for every single element whenever the first pass concluded there
are indeed no missing values.
Moreover, logSumExp_double_by() is (only) used by rowLogSumExps().
In other words, this fix made rowLogSumExps() faster for rows
without missing values.

2127 of 2204 relevant lines covered (96.51%)

12312.9 hits per line

Jobs
ID Job ID Ran Files Coverage
3 374.3 (RVERSION=devel _R_COVR_=TRUE _R_CHECK_FULL_=TRUE) 30 May 2015 11:09PM UTC 0
96.51
Travis Job 374.3
Source Files on build 374
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #374
  • 3aa25b25 on github
  • Prev Build on develop (#373)
  • Next Build on develop (#375)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc