Skip to content

Commit

Permalink
Use automatic vignette links
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Nov 7, 2024
1 parent 1640dc8 commit bdc1182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/blog/s7-0-2-0/index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ library(S7)
```

Let's dive into the basics of S7.
To learn more, check out the package vignettes, including a more detailed introduction in [`vignette("S7")`](https://rconsortium.github.io/OOP-WG/articles/S7.html), and coverage of generics and methods in [`vignette("generics-methods")`](https://rconsortium.github.io/OOP-WG/articles/generics-methods.html), and classes and objects in [`vignette("classes-objects")`](https://rconsortium.github.io/OOP-WG/articles/classes-objects.html).
To learn more, check out the package vignettes, including a more detailed introduction in `vignette("S7")`, and coverage of generics and methods in `vignette("generics-methods")`, and classes and objects in `vignette("classes-objects")`.


### Classes and objects
Expand Down
6 changes: 3 additions & 3 deletions content/blog/s7-0-2-0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ photo:
# one of: "deep-dive", "learn", "package", "programming", "roundup", or "other"
categories: [package]
tags: [s7]
rmd_hash: 5bafd8f7327a1526
rmd_hash: d35e6f9e5844a74b

---

Expand Down Expand Up @@ -67,11 +67,11 @@ S7 is a great fit for R users who like to try new things but don't need to be th

<div class="highlight">

<pre class='chroma'><code class='language-r' data-lang='r'><span><span class='kr'><a href='https://rdrr.io/r/base/library.html'>library</a></span><span class='o'>(</span><span class='nv'><a href='https://github.com/rconsortium/S7/'>S7</a></span><span class='o'>)</span></span></code></pre>
<pre class='chroma'><code class='language-r' data-lang='r'><span><span class='kr'><a href='https://rdrr.io/r/base/library.html'>library</a></span><span class='o'>(</span><span class='nv'><a href='https://rconsortium.github.io/S7/'>S7</a></span><span class='o'>)</span></span></code></pre>

</div>

Let's dive into the basics of S7. To learn more, check out the package vignettes, including a more detailed introduction in [`vignette("S7")`](https://rconsortium.github.io/OOP-WG/articles/S7.html), and coverage of generics and methods in [`vignette("generics-methods")`](https://rconsortium.github.io/OOP-WG/articles/generics-methods.html), and classes and objects in [`vignette("classes-objects")`](https://rconsortium.github.io/OOP-WG/articles/classes-objects.html).
Let's dive into the basics of S7. To learn more, check out the package vignettes, including a more detailed introduction in [`vignette("S7")`](https://rconsortium.github.io/S7/articles/S7.html), and coverage of generics and methods in [`vignette("generics-methods")`](https://rconsortium.github.io/S7/articles/generics-methods.html), and classes and objects in [`vignette("classes-objects")`](https://rconsortium.github.io/S7/articles/classes-objects.html).

### Classes and objects

Expand Down

0 comments on commit bdc1182

Please sign in to comment.