August 2020

Easiest flowcharts eveR?

August 30, 2020 | Max Gordon

A flowchart is a type of diagram that represents a workflow or process. The building blocks are boxes and the arrows that connect them. If you have submitted any research paper the last 10 years you have almost inevitably been … Continue reading →
[Read more...]

tinieR Update

August 29, 2020 | » R

Developing my first R package, tinieR was one of the most rewarding projects I’ve done this summer (and I’ve been busy). So much so that I couldn’t stop tinkering with it; and so now here’s tinieR 0.2.0, with added resize abil... [Read more...]

NBA salaries

August 28, 2020 | kjytay

I came across a dataset of NBA player salaries from the 1984-1985 season to the 2017-2018 season here, and I thought it would be a fun dataset to practice my tidyverse skills on. All the code for this post can … Continue reading →
[Read more...]

Grand Central Dispatch

August 28, 2020 | MeanMean

About a decade late, but I decided to give Grand Central Dispatch (GCD) a go in R. GCD is fairly similar to OpenMP as it provides a simplified interface for pthreads. Since its release for Mac OS X 10.6 in 2009, GCD has been ported to a number of operating systems through ... [Read more...]

Grand Central Dispatch

August 28, 2020 | MeanMean

About a decade late, but I decided to give Grand Central Dispatch (GCD) a go in R. GCD is fairly similar to OpenMP as it provides a simplified interface for pthreads. Since its release for Mac OS X 10.6 in 2009, GCD has been ported to a number of operating systems through ... [Read more...]

tsmp is going big!

August 28, 2020 | R Bloggers on Francisco Bischoff

Since the beginning of the tsmp package, it was evident that a series of algorithms around the Matrix Profile would pop-up sooner or later. After the creation of the Matrix Profile Foundation (MPF), the tsmp package had doubled the number of monthl... [Read more...]

Have R Look After Your Stocks!

August 28, 2020 | R on Curious Joe

Overview Preparation Libraries Used Setting up Environment VAriables Fetching Stock Price Sending SMS Creating the Wrapper Function Wrapper Function for Sending SMS Wrapper Function for Stock Price Check Setting up an R Job: Limitations “If you don’t find a way to make money while you sleep, you will work ... [Read more...]

Detecting Security Vulnerabilities in R Packages

August 28, 2020 | Colin Gillespie

One of our main roles at Jumping Rivers is to set-up and provide ongoing maintenance to R, Python and RStudio infrastructure. This typically involves ensuring software is up-to-date and making sure everything is running smoothly. The OSS Index developed by Sonatype is a free catalogue of open source components and ... [Read more...]

Filtering Complex Data with R

August 27, 2020 | Chris Carbone

FilteringBase R has a function filter that can perform moving average (MA) or filters (AR). But it cannot do both at the same time; it cannot do an autoregresive ARMA filter. It also only works on real data. The filter function in the signal package can perform ARMA filters, but ...
[Read more...]

Filtering Complex Data with R

August 27, 2020 | Chris Carbone

Filtering Base R has a function filter that can perform moving average (MA) or filters (AR). But it cannot do both at the same time; it cannot do an autoregresive ARMA filter. It also only works on real data. The filter function in the signal package can perform ARMA filters, ...
[Read more...]

How to Use Catboost with Tidymodels

August 27, 2020 | Roel M. Hogervorst

So you want to compete in a kaggle competition with R and you want to use tidymodels. In this howto I show how you can use CatBoost with tidymodels. I give very terse descriptions of what the steps do, because I believe you read this post for implementation, not background ...
[Read more...]
1 2 3 4 12

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)