You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,25 @@ Most importantly:
90
90
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
91
91
it in action.
92
92
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
+
```
93
112
## How to Use the `blog` Docker Image for Local Development
94
113
95
114
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