+1
−0
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Add biocViews to description Bioconductor dependencies won't be automatically installed without additional annotations. One way to indicate that some of the dependencies might come from Bioconductor is by adding the string `biocViews:` to the DESCRIPTION file. This code in [remotes] detects the string `biocViews:`: https://github.com/r-lib/remotes/blob/c2013c25d905d73ca4326f2c5829165fea55f2ea/R/utils.R#L46-L48 [remotes]: https://github.com/r-lib/remotes A second way to do it is to list each Bioconductor dependency twice. First, list it in `Depends:`, `Imports:`, or `Suggests:`. And then list it again a second time in `Remotes:`. This is described here: https://devtools.r-lib.org/articles/dependencies.html#other-sources
CRA Git | Maintained and supported by SUSTech CRA and CCSE