Skip to content

Instantly share code, notes, and snippets.

@johnmyleswhite
Created February 12, 2022 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnmyleswhite/f170a41e67c2f6d773d19a9fc4495052 to your computer and use it in GitHub Desktop.
Save johnmyleswhite/f170a41e67c2f6d773d19a9fc4495052 to your computer and use it in GitHub Desktop.
johnmyleswhite@foobar:~/R-4.1.2$ bin/R
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
R version 4.1.2 (2021-11-01) -- "Bird Hippie"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
Natural language support but running in an English locale
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
do_invisible
>
@johnmyleswhite
Copy link
Author

diff --git a/src/main/print.c b/src/main/print.c
index 5b5dfae..49c3fb6 100644
--- a/src/main/print.c
+++ b/src/main/print.c
@@ -112,6 +112,7 @@ void PrintDefaults(void)

SEXP attribute_hidden do_invisible(SEXP call, SEXP op, SEXP args, SEXP rho)
{

  • printf("do_invisible\n");
    switch (length(args)) {
    case 0:
    return R_NilValue;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment