On Sun, Aug 10, 2014 at 7:22 PM, Grant Rettke <g...@wisdomandwonder.com> wrote: > > │ Error in gcr$original.require(...) <- require : > │ '...' used in an incorrect context
I think you mean: gcr$original.require <- base::require. You don't need the parentheses since you are not defining or calling a function. You are simply assigning an object to another environment. Basic questions about R usage/syntax like these are better suited for the r-help list or stack-overflow. Have a look at: https://stat.ethz.ch/mailman/listinfo/r-devel. ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel