Displaying 2 results from an estimated 2 matches for "source_test".
2012 Sep 26
1
how to know where you've been sourced from
...m
whence it was sourced.
There seems to be some relevant information in sys.calls() (see below).
However, I need to get at the name of the file that directly source the
file in question. That is, just one level above. For example, in the
example below, test.r needs to know that it was called by source_test.r.
In this example, the information is in sys.calls()[[4]]. But, if there
are other calls in the stack, I don't imagine it will always be in
sys.calls()[[4]]. Is there a consistent place in sys.calls() or
elsewhere I can look for the sourcing file name?
thanks,
allie
> cat("print(...
2009 Sep 25
1
R CMD INSTALL --build: Folders /inst and /etc not in zip-file and WindowsXP locks /library/[package]/etc/
...;menus.txt" is missing.
Is there a known problem/bug in the "R CMD INSTALL --build" process dealing
with the subdirectories "/inst" and "/etc" and the contents of the these
folders? How to resolve the problem?
Thanks
Tobias
http://www.nabble.com/file/p25609569/source_test.zip source_test.zip
--
View this message in context: http://www.nabble.com/R-CMD-INSTALL---build%3A-Folders--inst-and--etc-not-in-zip-file-and-WindowsXP-locks--library--package--etc--tp25609569p25609569.html
Sent from the R help mailing list archive at Nabble.com.