search for: outpath

Displaying 6 results from an estimated 6 matches for "outpath".

Did you mean: out_path
2010 May 26
3
error "variable names are limited to 256 bytes" when sourcing code
I've written a function that takes some input data output from a simulation model and creates some graphs. It's not very complicated code, and it works perfectly fine if I just run the code as is. But I have converted it into a function so we call it externally, and when I try to source the code to test the function, I get the error message "variable names are limited to 256
2008 Oct 16
1
Rscript -e, Sweave and tempdir()
...oot directory, which we are trying to avoid doing for security reasons. This suggests Sweave(?) is trying to write to somewhere else OTHER than tempdir() perhaps. However if we run: Rscirpt "testdir.r" (ie. "sourcing" a file without the -e option) where testdir.r contains: outpath <- tempdir() write.table(outpath,"D:\\Internet\\RWebService\\Data\\dir.txt") there appears to be no problem with the call to the tempdir() command. Also if we put the call to Sweave within a call2sweave.r file and do cmd>Rscript call2sweave.r (ie. run sweave via a file that is so...
2011 Oct 27
1
plotting large time series
...ot is generated to reduce the plot size? I use: plot(myDate,myFile[,1],type="l",xlab="Date") using myts = as.ts(start=myDate[1],end=myDate[length(myDate)],x=myFile[,1]) plot.ts(myts,xlab="Date") produces the same file size. for storing the PDF I use: pdf(file=paste(outpath,"myPDF.pdf",sep=''),paper="a4r"). I would be very grateful for an answer!!!!
2010 Aug 01
2
R2HTML giving "NULL" in output
...11.1 and R2HTML 2.1. I am able to write output to an HTML file but after every line of output I get a line saying NULL. R2HTML seems to be including <p class='character'>NULL</p> after each entry. Here is an example of my R code and the source of the HTML... HTMLStart(outdir=OutPath, file="M1000.Report", extension="html", echo=F, HTMLframe=F) HTML.title("Variation in Elite Male Track Cyclists 2005-06: 1000m TT", HR=1) # Main Title HTML.title("Data Exploration", HR=2) # Secondary Title HTML.title("Summary Tables", HR=3) # Sec...
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...{position_},1,1); } return; } /* PUBLIC */ /* The "paths" macro supports multiple dial strings to try and * reach the far end, in a failover manner, in case some routes are down. */ macro pngnpbx-abc-path(position_,timeout_,dialstr_) { Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/outpath/${position_}/dialstr)=${dialstr_}); Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/outpath/${position_}/timeout)=${timeout_}); return; } /* PUBLIC */ /* The "vmail" macro is optional. Sends a voicemail about the call. * First 30 seconds of the call is attached as the voicemail. */ macr...
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...|| + (is_spare = (grub_strcmp(type, VDEV_TYPE_SPARE) == 0))) { int nelm, i; char *child; @@ -1207,15 +1437,14 @@ vdev_get_bootpath(char *nv, uint64_t ing * 0 - success * ERR_* - failure */ -int +static int check_pool_label(uint64_t sector, char *stack, char *outdevid, - char *outpath, uint64_t *outguid) + char *outpath, uint64_t *outguid, uint64_t *outashift, uint64_t *outversion) { vdev_phys_t *vdev; uint64_t pool_state, txg = 0; - char *nvlist, *nv; + char *nvlist, *nv, *features; uint64_t diskguid; - uint64_t version; sector += (VDEV_SKIP_SIZE >> SPA_MINB...