From 33f506147e3a57f2869f5c628486ba2c4f697c3b Mon Sep 17 00:00:00 2001 From: Tom Rushby <t.w.rushby@soton.ac.uk> Date: Sun, 21 Aug 2022 16:21:05 +0100 Subject: [PATCH] Update with new how-to (AWS s3 buckets) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b51a359..084bdd1 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This repo does three things: * how to use R/RStudio on the University [SVE (remote desktop) service](howTo/sve.md) * where to [keep your data](howTo/keepingData.md) * how to use [renv](howTo/renv.md) to manage your R environment - including packages + * how to access Amazon Web Services S3 buckets directly from R using [aws.s3](howTo/aws-s3.md) * it is a [template](repoAsATemplate.md) repo that illustrates how we work and which you can copy; * it is an R package. This means: * package functions are kept in /R -- GitLab