Stefan Widgren

Results 102 comments of Stefan Widgren

Hi, thanks for your suggestion. I added an argument `raw` to the `content` function to return the blob content as a raw vector when set. Could you please checkout the...

Output from `make test` ``` Rscript --no-init-file -e 'library(methods); devtools::test()' Testing rrlite df_to_rows : .... help : ............ hirlite : ...1.2.......... Objects : ........ rlite + RcppRedis : ........... rdb...

Output from `make check` ``` make check R CMD build . * checking for file ‘./DESCRIPTION’ ... OK * preparing ‘rrlite’: * checking DESCRIPTION meta-information ... OK * cleaning src...

My `sessionInfo` ``` R version 3.1.3 (2015-03-09) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 14.04.2 LTS locale: [1] LC_CTYPE=sv_SE.UTF-8 LC_NUMERIC=C [3] LC_TIME=sv_SE.UTF-8 LC_COLLATE=sv_SE.UTF-8 [5] LC_MONETARY=sv_SE.UTF-8 LC_MESSAGES=sv_SE.UTF-8 [7] LC_PAPER=sv_SE.UTF-8 LC_NAME=C [9] LC_ADDRESS=C...

Hi @tdhock Yes, I'm working on an update before Oct 29.

A new version of git2r is now on CRAN.

Yes, I bumped the version of libgit2 to >= 1.0. It was challenging to check for multiple libgit2 API differences in the configuration and I decided to move forward. I...

Have added the method [bundle_repo](https://github.com/ropensci/git2r/blob/master/R/bundle_repo.r#L17) to `git2r` that might be useful in this context. It clones the package repository as a bare repo to `inst/pkg.git` so that when the package...

Thanks Alfredo. I like your suggestion to make it possible to log-transform the data. I'll take a closer look and review the code.

Hi, thanks for the update. The `SimInf.Rcheck` folder has accidentally been included in the commit. Could you please have a look at that, and then I'll take a look on...