英文: In R package workflow how to add image to shiny app 问题 我不理解这个行为的问题: 我有一个小的Shiny应用程序,按照这里描述的方式进行了...
R CMD CHECK 和 @examples — check() 的失败与否取决于注释。
英文: R CMD CHECK and @examples -- check() fails or not depending on a comment 问题 我正在使用 devtools 开发一个 ...
如何从另一个包中有条件地为S3通用函数提供S3方法?
英文: How do I conditionally provide S3 methods for S3 generics from another package? 问题 I'm making a ...
R包使用Rcpp和C++20
英文: R Package using Rcpp and C++20 问题 我用Rcpp制作了一个简单的R包,但当我在DESCRIPTION中设置SystemRequirements: C++20时,...
“Function” 不是从 “Package” 导出的对象。
英文: "Function" is not an exported object from "Package" 问题 我正在尝试开发一个包,并且在从包中导出函数...
使用数据表在包开发中:未定义的全局函数或变量
英文: using data.table in package development: Undefined global functions or variables 问题 以下代码在我正在开发的包...
Using package::function inside formula in R gives different results (specifically survival::strata inside coxph)
英文: Using package::function inside formula in R gives different results (specifically survival::stra...
`R`相当于Python中的`from src.file import function, class, variable`吗?
英文: `R` equivalent to pythons `from src.file import function, class, variable`? 问题 在R中,你可以使用import或i...
stacking multiple calls of library(…, include.only=…) doesn’t work
英文: stacking multiple calls of library(…, include.only=…) doesn’t work 问题 自R 3.6版本开始,可以在加载包时使用librar...
如何设置全局包变量,以便在 R CMD check 中的示例中访问它们?
英文: How to set global package variables so they can be accessed by examples in R CMD check? 问题 我现在正在...