<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ubuntu 18.04 20.04 R 安装指南]]></title><description><![CDATA[<p dir="auto"><a href="https://www.digitalocean.com/community/tutorials/how-to-install-r-on-ubuntu-18-04" rel="nofollow ugc">https://www.digitalocean.com/community/tutorials/how-to-install-r-on-ubuntu-18-04</a></p>
]]></description><link>http://an.forum.genostack.com/topic/379/ubuntu-18-04-20-04-r-安装指南</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 12:34:03 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/379.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 10 Aug 2021 01:57:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ubuntu 18.04 20.04 R 安装指南 on Tue, 10 Aug 2021 05:58:59 GMT]]></title><description><![CDATA[<p dir="auto">国内清华的镜像<br />
R包<br />
if (!requireNamespace("BiocManager",quitely=TRUE))install.packages("BiocManager",repos="<a href="http://mirrors.tuna.tsinghua.edu.cn/CRAN/" rel="nofollow ugc">http://mirrors.tuna.tsinghua.edu.cn/CRAN/</a>")</p>
<p dir="auto">bioconductor包<br />
#设置镜像，这部分代码复制粘贴运行就可以<br />
options(BioC_mirror="<a href="https://mirrors.tuna.tsinghua.edu.cn/bioconductor" rel="nofollow ugc">https://mirrors.tuna.tsinghua.edu.cn/bioconductor</a>")<br />
if (!requireNamespace("BiocManager", quietly = TRUE))<br />
install.packages("BiocManager")<br />
#安装包<br />
BiocManager::install("DESeq2")</p>
]]></description><link>http://an.forum.genostack.com/post/743</link><guid isPermaLink="true">http://an.forum.genostack.com/post/743</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 10 Aug 2021 05:58:59 GMT</pubDate></item><item><title><![CDATA[Reply to Ubuntu 18.04 20.04 R 安装指南 on Tue, 10 Aug 2021 03:38:51 GMT]]></title><description><![CDATA[<p dir="auto">gpg: keyserver receive failed: Server indicated a failure<br />
用浏览器访问　<a href="https://keyserver.ubuntu.com/pks/lookup?op=get&amp;search=0xE298A3A825C0D65DFD57CBB651716619E084DAB9" rel="nofollow ugc">https://keyserver.ubuntu.com/pks/lookup?op=get&amp;search=0xE298A3A825C0D65DFD57CBB651716619E084DAB9</a><br />
保存为文件　R.key   手动导入<br />
gpg --import ~/Downloads/R.key<br />
gpg --edit-key 0xE298A3A825C0D65DFD57CBB651716619E084DAB9</p>
<p dir="auto">gpg&gt; trust</p>
<p dir="auto">Please decide how far you trust this user to correctly verify other users' keys<br />
(by looking at passports, checking fingerprints from different sources, etc.)</p>
<p dir="auto">1 = I don't know or won't say<br />
2 = I do NOT trust<br />
3 = I trust marginally<br />
4 = I trust fully<br />
5 = I trust ultimately<br />
m = back to the main menu</p>
<p dir="auto">Your decision? 5<br />
gpg&gt; save</p>
<p dir="auto">gpg -a --export 51716619E084DAB9 | sudo apt-key add -</p>
]]></description><link>http://an.forum.genostack.com/post/742</link><guid isPermaLink="true">http://an.forum.genostack.com/post/742</guid><dc:creator><![CDATA[anneng]]></dc:creator><pubDate>Tue, 10 Aug 2021 03:38:51 GMT</pubDate></item></channel></rss>