August 2016

quantmod 0.4-6 on CRAN

August 29, 2016 | Joshua Ulrich

CRAN just accepted a bugfix release of quantmod.  The most pertinent changes were to fix getSymbols.oanda (#36) and getOptionChain.yahoo (#92).  It also includes a fix to addTRIX (#72).Oanda changed their URL format from http to https, and getSymbols.oanda did not follow the redirect.  Yahoo Finance changed the HTML for ... [Read more...]

RDBL – manipulate data in-database with R code only

August 29, 2016 | David Kun

In this post I introduce our own package RDBL, the R DataBase Layer. With this package you can manipulate data in-database without writing SQL code. The package interprets the R code and sends out the corresponding SQL statements to the database, fully transparently. To minimize overhead, the data is only ... [Read more...]

LaTeX CV Template

August 28, 2016 | "Mauricio Vargas S. 帕夏"

I wrote my CV using \(\rm\LaTeX\). I could find that when introducing chinese characters there is a complication. You can use CJKutf8 package and compile your document using pdflatex or you can use fontspec package and compile your document using xelatex. Using pdflatex is straightforward but without further options ... [Read more...]

rfoaas 1.1.0

August 28, 2016 | Thinking inside the box

FOAAS upstream came out with release 1.1.0 earlier last week. Tyler Hunt was kind enough to provide an almost immediate pull request adding support for the extended capabilties. Following yesterday's upload we now have version 1.1.0 of rfoaas on CRA... [Read more...]

Relative time microbenchmark

August 28, 2016 | Giovanni

Microbenchmark is a very useful function for timing the execution time of one or more programs. I often use it to compare different programs. So I created a function that produces the output relative to the time of one of the programs being tested.Snippet available at GitHubDownload zip For ...
[Read more...]

Rmarkdown template for a Monash working paper

August 28, 2016 | R on Rob J Hyndman

This is only directly relevant to my Monash students and colleagues, but the same idea might be useful for adapting to other institutions. Some recent changes in the rmarkdown and bookdown packages mean that it is now possible to produce working papers in exactly the same format as we previously ... [Read more...]

Predict Blood Donation -warmup

August 28, 2016 | Ashish

Continuing from my previous post, in this post I will discuss on the inferential and predictive analysis. About the dataset and the problem to solve: a brief The dataset is derived from UCI Machine learning repository and the task is to predict if a donor has donated blood in March 2007 (1 ...
[Read more...]

meanShiftR

August 27, 2016 | MeanMean

In this blog post, I will be introducing the meanShiftR package. meanShiftR is a rewrite of my original mean shift R package from 2013, based on the Fast Library for Approximate Nearest Neighbors (FLANN). The meanShiftR package is focused on providing to R users the most computationally efficient mean shift implementations ... [Read more...]

meanShiftR

August 27, 2016 | MeanMean

In this blog post, I will be introducing the meanShiftR package. meanShiftR is a rewrite of my original mean shift R package from 2013, based on the Fast Library for Approximate Nearest Neighbors (FLANN). The meanShiftR package is focused on providing to R users the most computationally efficient mean shift implementations ... [Read more...]

Rcpp and Roxygen2

August 27, 2016 | Brandon Bertelsen

Instructions for using Rcpp and Roxygen2 together. This assumes that Roxygen2 is managing your namespace: DESCRIPTION In your DESCRIPTION file, add the line LinkingTo: Rcpp Also ensure that you import Rcpp, Imports: Rcpp along with all the other packages are imported in your namespace. Package Documentation Your package documentation (by [Read more...]

satRday conference @ Budapest next week

August 27, 2016 | Gergely Daróczi

There's only one week left until the very first satRdays event all around the world!This is a very exciting project with great interest from the R and more general data science community -- in the past short 2 months (since we opened registration for the conference):More than 160 persons signed ... [Read more...]

RcppCNPy 0.2.5

August 26, 2016 | Thinking inside the box

A maintenance release of the RcppCNPy package is now on CRAN. RcppCNPy provides R with read and write access to NumPy files thanks to the cnpy library by Carl Rogers. This release just updates a few package internals such as the vignette, the DESCRIP... [Read more...]

Microsoft R Open 3.3.1 now available for Windows, Mac and Linux

August 26, 2016 | David Smith

Microsoft R Open 3.3.1, our enhanced disstribution of open source R, is now available for download for Windows, Mac, and Linux. This update upgrades the R langauge engine to version 3.3.1, streamlines the installation process, and bundles some additional packages for parallel programming. R version 3.3.1 fixes a few rarely-encountered bugs, for example ... [Read more...]

Reshape 2 Exercises

August 26, 2016 | John Akwei

The Reshape 2 package is based on differentiating between identification variables, and measurement variables. The functions of the Reshape 2 package then “melt” datasets from wide to long format, and “cast” datasets from long to wide format. Required package: library(reshape2) Answers to the exercises are available here. Exercise 1 Set a variable ... [Read more...]
1 2 3 4 14

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)