Displaying 5 results from an estimated 5 matches for "fixr".
Did you mean:
fix
2005 Jun 03
1
Reading biplot function's source code
Hi everybody,
Excuse me for this silly question, but after searching the
help archives I'm still unable to find my way to read the
source code of the "biplot" function in R.
I have installed the mvbutils package, and tried:
> fixr(biplot)
which only gives me:
function (x, ...)
UseMethod("biplot")
with no further details....
I'd like to read the code to see if it is possible to
display arrows only for some "significant" variables to
avoid cluttering. Thank you in advance.
--
H??ctor Villalobos...
2010 Jun 01
1
mvbutils and trackObjs
Hello Colleagues,
I've recently become a fan of Mark Bravington's mvbutils package for organizing analysis projects in a tree.
Using cd(), Save(), fixr(), mlazy() etcetera solves nicely some of the nuisances that have worried or annoyed me and sometimes caused
big problems over the years. Well thought out.
Now one feature that would be fabulous would be automatic time-stamping of objects.
The trackObjs package from provides this, among other...
2004 Sep 21
0
checking for _non-existing_ -> documentation and sources at one place.
...n't actually keep function source code in files-- I rely on .Rdata files and the 'source' attribute of functions. My system also sets up another 'doc' attribute which contains the documentation. When the function is being sent to / read from a text editor (I have a function 'fixr' for that, but people could write their own), the 'doc' and 'source' attributes are combined into the one file so that you edit both together. Files only get used (i) for linking with a text editor, and (ii) as part of the automatic text backup system that's built-in to my u...
2000 Apr 26
2
Cross compiling a package for Windows on Linux
...tml/search/SearchEngine-head.html > html/search/SearchEngine.html; \
perl ../src/gnuwin32/fixed/keywords2html KEYWORDS.db >> html/search/SearchEngine.html; \
cat html/search/SearchEngine-foot.html >> html/search/SearchEngine.html)
cp -p ./r/*.html ../../../doc/html
echo done > fixr
cp -p bin/Rd2dvi.sh bin/Rd2txt.bat bin/Rdconv.bat bin/Rdindex.bat bin/Sd2Rd.bat bin/fwf2table bin/helpPRINT.bat ../../../bin
echo done > fixbin
cp -p etc/Rconsole etc/Rdevga etc/Rprofile etc/rgb.txt ../../../etc
echo done > fixetc
... (many lines deleted)
i386-mingw32-gcc -isystem /pa...
2008 Dec 11
5
package development
I'm making the move of the survival package from my own environment to,
and have stumbled into a vacuum. The R Extensions manual has really nice
instructions about how to lay out the directories, order the files, and
run tests for DISTRIBUTION of a product, but I can't find anything on how
to set up a reasonable DEVELOPMENT environment.
In my local world, I had the .c and .s files in