Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Commit d2197b9

Browse files
committed
兼容 core.R 的导出更新
1 parent 72e3f34 commit d2197b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hisub.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -719,12 +719,12 @@ if (a$return$value$outtype %in% c("plot", "basic", "grid")) {
719719
if (a$return$value$outtype %in% c("ggplot", "plot")) {
720720
plot_r <- c(
721721
plot_r,
722-
"\nexport_single(p, opt, conf)"
722+
"\nexport_single(p)"
723723
)
724724
} else if (a$return$value$outtype == "directory") {
725725
plot_r <- c(
726726
plot_r,
727-
"\nexport_directory(opt, conf)"
727+
"\nexport_directory()"
728728
)
729729
}
730730

0 commit comments

Comments
 (0)