diff --git a/docs/source/developers/guide/tutorials/r_tutorial.rst b/docs/source/developers/guide/tutorials/r_tutorial.rst index 79905daacb2..dc5dd337c32 100644 --- a/docs/source/developers/guide/tutorials/r_tutorial.rst +++ b/docs/source/developers/guide/tutorials/r_tutorial.rst @@ -24,4 +24,19 @@ ********** R tutorial -********** \ No newline at end of file +********** + +The first R package tutorial to be included in the New Contributor's +guide is a **Walkthrough** added in the **Writing Bindings** +vignette. With time we will try to include additional tutorials +directly into this guide. + +Writing Bindings Walkthrough +---------------------------- + +This tutorial will show how to do a binding of a C++ function +`starts_with() `_ +to the (base) R function ``startsWith()``. + +To view the tutorial follow the +`Walkthrough section of the Writing Bindings article `_.