update
This commit is contained in:
+4
-5
@@ -3,12 +3,11 @@ subtitle: Graphical abstract
|
|||||||
---
|
---
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
#| label: fig-GA3
|
#| label: fig-GA
|
||||||
#| fig-cap: "Graphical abstract"
|
#| fig-cap: "Graphical abstract"
|
||||||
#| out-width: "100%"
|
#| out-width: "80%"
|
||||||
#| echo: false
|
fig <- dwfun::ggsavep("../figures/GA.pdf", loadit = TRUE)
|
||||||
#| message: false
|
if (!is.null(fig)) fig
|
||||||
# dwfun::ggsavep("./figures/GA3.pdf", loadit = TRUE)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule _extensions/drwater updated: 9d0b45bf65...ad3cd1a0a4
@@ -1,5 +1,6 @@
|
|||||||
title: "MANUSCRIPT TITLE"
|
title: "MANUSCRIPT TITLE"
|
||||||
submitjournal: "JOURNAL"
|
submitjournal: "JOURNAL"
|
||||||
|
csl: _extensions/drwater/dwinst/nature.csl
|
||||||
submitid:
|
submitid:
|
||||||
affilstyle: alphabeta # number
|
affilstyle: alphabeta # number
|
||||||
author:
|
author:
|
||||||
|
|||||||
@@ -4,11 +4,11 @@ author: ""
|
|||||||
---
|
---
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
#| out-width: 100%
|
#| out-width: 80%
|
||||||
# dwfun::ggsavep("./figures/GA20240729.pdf", loadit = TRUE)
|
fig <- dwfun::ggsavep("./figures/GA.pdf", loadit = TRUE)
|
||||||
|
if (!is.null(fig)) fig
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
#| output: asis
|
#| output: asis
|
||||||
# function
|
# function
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ author: ""
|
|||||||
|
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
#| echo: false
|
|
||||||
#| output: asis
|
#| output: asis
|
||||||
|
|
||||||
tibble::tibble(branch = system("git branch -a", intern = TRUE)) |>
|
tibble::tibble(branch = system("git branch -a", intern = TRUE)) |>
|
||||||
@@ -34,7 +33,6 @@ tibble::tibble(branch = system("git branch -a", intern = TRUE)) |>
|
|||||||
### Versions
|
### Versions
|
||||||
|
|
||||||
```{r}
|
```{r}
|
||||||
#| echo: false
|
|
||||||
#| output: asis
|
#| output: asis
|
||||||
|
|
||||||
# 方法2:先获取分支列表,再逐个查询
|
# 方法2:先获取分支列表,再逐个查询
|
||||||
|
|||||||
Reference in New Issue
Block a user