Skip to content

Commit a0ece5f

Browse files
authored
Update package-review.qmd
Updated image code.
1 parent dbafc4c commit a0ece5f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

blogs/test/package-review.qmd

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ Let's pull up the CRAN index pages for each of these packages and see if we can
6161

6262
Starting with {pairwiseCI}, the [index](https://cran.r-project.org/web/packages/pairwiseCI/index.html) page looks like this:
6363

64-
![](images/clipboard-4202698305.png)
64+
```{r, echo=FALSE, out.width="75%"}
65+
knitr::include_graphics("../../images/clipboard-4202698305.png")
66+
```
6567

6668
Now let's go down the checklist to see if there are any red flags for this package.
6769

@@ -143,7 +145,9 @@ Okay, having gone through all but the final question, I would say I feel not ama
143145

144146
Now on to {coin} with the same questions. The [index](https://cran.r-project.org/web/packages/coin/index.html) page is as follows:
145147

146-
![](images/clipboard-1725037014.png)
148+
```{r, echo=FALSE, out.width="75%"}
149+
knitr::include_graphics("../../images/clipboard-1725037014.png")
150+
```
147151

148152
- Is this package being actively maintained?
149153

@@ -223,7 +227,9 @@ First, staying on the CRAN index page for the package, I look at the Reverse Dep
223227

224228
For these two packages, only {coin} has this section and we can see there are many other packages that use {coin}.
225229

226-
![](images/clipboard-118256266.png)
230+
```{r, echo=FALSE, out.width="75%"}
231+
knitr::include_graphics("../../images/clipboard-118256266.png")
232+
```
227233

228234
The next thing I will check is the number of downloads. This can easily be done with the following bit of code:
229235

@@ -233,7 +239,9 @@ cranlogs::cran_downloads(package = c("coin", "pairwiseCI"))
233239
234240
```
235241

236-
![](images/clipboard-3979687165.png)
242+
```{r, echo=FALSE, out.width="75%"}
243+
knitr::include_graphics("../../images/clipboard-3979687165.png")
244+
```
237245

238246
And you can see {coin} is much more popular than {pairwiseCI}.
239247

0 commit comments

Comments
 (0)