We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c163820 commit 3ecfc40Copy full SHA for 3ecfc40
posts/2023-10-30_floating_point/appendix.R
@@ -17,7 +17,7 @@ insert_source <- function(repo_spec, name,
17
host = "https://github.com",
18
text = "Session info",
19
file_name) {
20
- path <- "https://pharmaverse.github.io/blog/_site/session_info.html"
+ path <- "https://pharmaverse.github.io/blog/session_info.html"
21
return(markdown_link(text, path))
22
}
23
0 commit comments