Skip to content

Commit 8b10b5d

Browse files
authored
Update README.md
1 parent 4109c65 commit 8b10b5d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: README.md

+19
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,25 @@ Most importantly:
9090
and it will create the link in your blog post. See the raw code in this post [admiral 1.0.0](https://pharmaverse.github.io/blog/posts/2023-12-18_admiral_1_0/admiral_1_0.html) to see
9191
it in action.
9292

93+
* You can use this code snippet to install all packages needed for the blog site or use the docker image cited below.
94+
```
95+
install.packages(c("jsonlite",
96+
"tidyverse",
97+
"spelling",
98+
"janitor",
99+
"diffdf",
100+
"admiral",
101+
"patchwork",
102+
"here",
103+
"reactable",
104+
"pharmaversesdtm",
105+
"metacore",
106+
"metatools",
107+
"xportr",
108+
"pharmaverseadam",
109+
"link",
110+
"sessioninfo"))
111+
```
93112
## How to Use the `blog` Docker Image for Local Development
94113

95114
Contributors can benefit from using the [`blog` Docker image](https://github.com/pharmaverse/blog/pkgs/container/blog) when creating their blog posts.

0 commit comments

Comments
 (0)