Peter Solymos
Peter Solymos
I have been using and modifying the Dockerfiles generated by {golem}. The system and R dependencies are a great help and I had to modify very little, thanks for this...
Signed-off-by: Peter Solymos I created R/rstats templates using different HTTP frameworks and base images. I've decided to add the following 2 to the `templates.json` file of the store repository for...
I found some resources for using R (https://www.r-project.org/) with OpenFaaS (listed [here](https://github.com/analythium/openfaas-rstats-templates#resources)), but there were no templates. I followed the official Go and Python templates and created templates for classic...
## Description Added blog post, associated images, and author bio to the repo. ## Motivation and Context In this post I show how to use the R templates for OpenFaaS....
This PR addresses #20 and fixes an issue when `nrow(log_df) - rotate_lines + 1` leads to negative row index.
Thanks for the great tool. As far as I can see in the source code, the log files are not automatically rotated. I would suggest the following implementation: - add...
Helo, I have encountered an issue with SAS and this PR represents a fix referencing Azure SAS spec changes: 1. https://learn.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sas#version-2020-12-06-and-later 2. https://learn.microsoft.com/en-us/rest/api/storageservices/create-service-sas#version-2020-12-06-and-later (actually the docs are also wrong there...
Log the API package version when Plumber is started, e.g.: ```R run_api
`tools:::httpdPort` was changed to a dynamic variable (`tools:::httpdPort()`) on Jan 17, 2015 (see [this](https://github.com/wch/r-source/commit/368f045c56bfef9310a61272ed65f68ad1930929#diff-511a7690b48f353bb2bb27e5ac70040466b0f9423837d502bda503717562ed3d) commit by K Hornik). The PR implements this change when checking the port in RStudio IDE....
Hi @ndphillips : Would it be possible to add a method for `pirateplot(x, ...)` type input for repeated measures data? Maybe the furmulat interface can accomodate this as well. I.e....