简体   繁体   English

在R中找不到函数“ cc”编织PDF

[英]Couldnt not find function “cc” Knit PDF in R

When trying to Knit PDF on R Studio i get this error. 尝试在R Studio上编织PDF时出现此错误。 cc() is a function from package CCA() , which I've installed and loaded previously. cc()是包CCA()的函数,我之前已经安装和加载了它。 It runs perfectly in the console as does this other function: plt.cc() , which needs the same package and library, too. 它与其他功能plt.cc()一样在控制台中完美运行,它也需要相同的包和库。

Quitting from lines 125-128 (Preview-ecc331f1f51.Rmd)  Error in eval(expr, envir, enclos) : could not find function "cc" Calls: <Anonymous> ... handle -> withCallingHandlers -> withVisible -> eval -> eval Execution halted

Need some help guys, i'm 'bout to crack my display ! 需要一些帮助的人,我正在努力破解我的显示器!

You should do this 你应该做这个

require(CCA)
cc(SOMETHING) ...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM