Articles by R on The Jumping Rivers Blog

Conference Cost

December 17, 2017 | R on The Jumping Rivers Blog

In last weeks post we tantalised you with upcoming R & data science conferences, but from a cost point view, not all R conferences are the same. Using the R conference site, it’s fairly easy to compare the cost of previous R conferences. I select...
[Read more...]

Conference Cost

December 17, 2017 | R on The Jumping Rivers Blog

In last weeks post we tantalised you with upcoming R & data science conferences, but from a cost point view, not all R conferences are the same. Using the R conference site, it’s fairly easy to compare the cost of previous R conferences. I select... [Read more...]

Timing in R

November 19, 2017 | R on The Jumping Rivers Blog

Nested timings 1) Sys.time() 2) The tictoc package Comparing functions 1) system.time() 2) The microbenchmark package Conclusion As time goes on, your R scripts are probably getting longer and more complicated, right? Timing parts of your script could save you precious time when re-running code over and over again. Today I’m ...
[Read more...]

Timing in R

November 19, 2017 | R on The Jumping Rivers Blog

Nested timings 1) Sys.time() 2) The tictoc package Comparing functions 1) system.time() 2) The microbenchmark package Conclusion As time goes on, your R scripts are probably getting longer and more complicated, right? Timing parts of your script could save you precious time when re-running code over and over again. Today I’m ... [Read more...]

Speeding up package installation

November 14, 2017 | R on The Jumping Rivers Blog

Can’t be bothered reading, tell me now The wonder of CRAN Parallel package installation: Ncpus Does it work? A permanent change: .Rprofile References Can’t be bothered reading, tell me now A simple one line tweak can significantly speed up package installation and updates. The wonder of CRAN One ... [Read more...]

Speeding up package installation

November 14, 2017 | R on The Jumping Rivers Blog

Can’t be bothered reading, tell me now The wonder of CRAN Parallel package installation: Ncpus Does it work? A permanent change: .Rprofile References Can’t be bothered reading, tell me now A simple one line tweak can significantly speed up package installation and updates. The wonder of CRAN One ...
[Read more...]
1 2

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)