From 62413a7c0491c9b9ad56d90affb094f2ea0c31b2 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Tue, 18 Oct 2022 20:15:25 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 01fefa39..03902ba0 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,18 @@ [![CI status](https://github.com/JuliaInterop/RCall.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/JuliaInterop/RCall.jl/actions/workflows/ci.yml) [![Code coverage](https://codecov.io/gh/JuliaInterop/RCall.jl/branch/master/graph/badge.svg?token=8ED5Wdm8W9)](https://codecov.io/gh/JuliaInterop/RCall.jl) -#### Installation +## Installation -[Installation](http://juliainterop.github.io/RCall.jl/stable/installation) +See the [Installation](http://juliainterop.github.io/RCall.jl/stable/installation) section of the documentation. -#### Getting Started +## Getting Started -[Getting Started](http://juliainterop.github.io/RCall.jl/stable/gettingstarted). +See the [Getting Started](http://juliainterop.github.io/RCall.jl/stable/gettingstarted) section of the documentation. -#### ggplot2 demonstration +# ggplot2 demonstration ![](ggplot.png) + +# Calling Julia from R + +See the JuliaCall library to [call Julia from R](https://non-contradiction.github.io/JuliaCall//index.html).