Youguang

Results 7 issues of Youguang

`sudo dpkg -i wewechat-1.1.5-linux-amd64.deb` > (Reading database ... 327982 files and directories currently installed.) > Preparing to unpack wewechat-1.1.5-linux-amd64.deb ... > Unpacking wewechat (1.1.5) ... > dpkg-deb (subprocess): decompressing archive...

There is a mistake in the second code sample in Chapter 17.5: ``` #' Custom Knit function for RStudio #' #' @export knit_with_date

It would be convenient to put a command to save the jupyter notebook before a cell with export command like `system(str_c("jupyter-nbconvert --template toc2 --TemplateExporter.exclude_input=False --to html_embed ", str_c(name, ".ipynb"), "...

#### 项目名称与简介(Project Intro.) [AFNI](https://afni.nimh.nih.gov) > AFNI (Analysis of Functional NeuroImages) is a leading software suite of C, Python, R programs and shell scripts primarily developed for the analysis and display...

Mirror Request

#### 项目名称与简介(Project Intro.) [freesurfer](https://surfer.nmr.mgh.harvard.edu/fswiki/FreeSurferWiki) #### 上游地址与镜像方法(How to Mirror) https://surfer.nmr.mgh.harvard.edu/fswiki/BuildGuide #### 其他信息(Other) - 镜像大小(Mirror Size): 10G 不确定能不能镜像, `git annex get .` 文件较大、较慢 感谢

Mirror Request

```{r setup, include=FALSE} require(tidyverse) require(ggpubr) ``` # Aim: To plot mean + ci bar plot with `ggpubr` looks like this (color + alpha) ![Unknown](https://user-images.githubusercontent.com/7878120/115808081-61190000-a41c-11eb-9a62-183e9fffc53b.png) ```{r} filter(diamonds, cut %in% c("Good", "Ideal"),...

Error: > Error in `left_join()`: ! Can't join `x$atc_code` with `y$atc_code` due to incompatible types. ℹ `x$atc_code` is a . ℹ `y$atc_code` is a . Possible reason: > https://github.com/ceefluz/radar/blob/df1df2324605d9165439785271d5bc11c4bae5b4/global.R#L105-L113 ```...