Displaying 3 results from an estimated 3 matches for "sysenv".
2006 May 04
3
Rgui, Startup, HOME, R_USER, ...
...if I'm wrong). However, if I
set the "Start in:" to %HOME% in the Properties for the Rgui.exe file,
the working directory is indeed set to getwd("~"), so 'HOME' is
available for the startup of R. Excuse me for my lack of
understanding WinXP, but why is this? What sysenv variables are
available to the R process? PS. I know I can add HOME=<path> in the
Rgui.exe properties, however I'm interested in the default lookup
path. DS.
(B) With the default "Start in:" value of "C:\Program
Files\R\R-2.3.0pat", the ~/My Documents/.Rprofile is ca...
2005 Mar 04
1
R-2.01 and RSPerl-0.6.2
...ointers/tips/etc. Here are my environment variables if that
would help.
# env
PWD=/tools/R/current/lib/R/library/RSPerl/examples
GS_FONTPATH=/usr/lib/X11/fonts/Type1Adobe
TZ=US/Pacific
ORACLE_SID=prosrv
TMPDIR=/usr/tmp
MODULEPATH=/share/init/mod
GS_LIB=/netopt/gs/6.52/lib/
PAGER=less
LOADEDMODULES=sysenv:X11/R6:gnu:sundry:news:perl/current:net:Xmisc:ncbi:gcg/10.3:metamail/current:netscape/current:motif/1.2.3p26:mail:transcript:cap/man:emacs/current:gs/current:acrobat:standard:nsr/current:oracle:R:oraclient/current
CLASSPATH=/netopt/netscape/4.78/java/classes/java40.jar
MANPATH=/tools/perl/current/m...
2013 Aug 22
1
From POSIXct to numeric and back with time zone
From POSIXct to numeric and back with time zone
I am running regressions on data which has time series with different time resolution. Some data has hourly resolution, while most has either daily or weekly resolution. Aggregation is used to make the hourly data daily, while liner interpolation is used to find daily data from the weekly time series. This data manipulation requires some careful