From c6739d52ffb9aa35f2e62c0e16a102df31f005ed Mon Sep 17 00:00:00 2001 From: Chanyub Date: Fri, 1 Sep 2017 15:38:36 +0900 Subject: [PATCH] add R example on list Signed-off-by: Chanyub Park --- sample-functions/BaseFunctions/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sample-functions/BaseFunctions/README.md b/sample-functions/BaseFunctions/README.md index 5cb0e90d..02b98578 100644 --- a/sample-functions/BaseFunctions/README.md +++ b/sample-functions/BaseFunctions/README.md @@ -13,3 +13,4 @@ Each one will read the request from the watchdog then print it back resulting in | Java | functions/base:openjdk-8u121-jdk-alpine | OpenJDK built on Alpine Linux | | Dotnet Core | functions/base:dotnet-sdk | Microsoft dotnet core SDK | | Busybox / shell | functions/alpine:latest | Busybox contains useful binaries which can be turned into a FaaS function such as `sha512sum` or `cat` | +| R | functions/base:R-3.4.1-alpine | R lang ready on Alpine Linux |