search for: rext

Displaying 3 results from an estimated 3 matches for "rext".

Did you mean: ret
2002 Nov 07
1
Save method
Hi I want to use save methods but I found that the save function is not a generic function ... If I define save <- function(x, ...) UseMethod("save") I'll be overwriting the original save function ... Is there another way of doing this ? or am I understanding it wrong ? Regards EJ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2008 Aug 05
2
Adding .PDF files to a package
Deal all, new as I am to developing packages for R-Project, I apologize on beforehand for questions that are too obvious. I am trying to 'add' a PDF document containing some detailed information to a package. The way I understand the Rexts.pdf document, I should add my .PDF document to the /inst/doc/ folder, and links to the files should be build automatically. However, after building it on MacOSX (10.4) using 'R CMD build' and checking it using 'R CMD check', no links seems to be present. All checks are OK,...
2005 Feb 07
1
Problems encountered/fixed making CrossCompileBuild
...pkgsrc ## the directory where the built packages for windows are to be stored WINRLIBS = $(RCB)/WinRlibs ## current versions R = R-2.0.0 ## snapshot R is only available at ftp://ftp.stat.math.ethz.ch/Software/R ifeq ($(findstring devel, $(R)), devel) RURL = ftp://ftp.stat.math.ethz.ch/Software/R REXT = tar.gz else RURL = http://cran.us.r-project.org/src/base/R-2 REXT = tar.gz endif R_TCL_URL = http://www.murdoch-sutherland.com/Rtools/R_Tcl.zip #MINGW_CROSS = mingw-cross2 now: MINGW_CROSS = mingw-cross4 ## R_EXE LinuxFresh = YES ifeq ($(strip $(LinuxFresh)),YES) R_EXE = $(LINUXR)/R/bin/R else...