Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
尝试在 R 中运行配对的两个样本相关性测试时,我不断收到此错误消息。消息:
错误:找不到“fBasics”所需的包“timeDate”
我在 Mac 上,当我尝试下载 fBasics 包以运行测试时会发生这种情况。
尝试在您的 r 控制台中执行:
install.packages("timeDate", repos="http://R-Forge.R-project.org") install.packages("fBasics", repos="http://R-Forge.R-project.org")
对于 ubuntu 用户,您可以使用 aptr-cran-fbasics和r-cran-timedate软件包进行安装。
r-cran-fbasics
r-cran-timedate