search for: returnd

Displaying 8 results from an estimated 8 matches for "returnd".

Did you mean: return
2015 Sep 25
2
issues with dev.new avoiding RStudio plot device on unix?
...evant line of dev.new (and in zzz.R): else if (nzchar(dsp) && .Platform$GUI %in% c("X11", "Tk")) X11 else defdev but when I step through in debugger, I see that Browse[2]> .Platform$GUI [1] "RStudio" so instead of returning X11, it returnd defdev (pdf) perhaps changing to .Platform$GUI %in% c("X11", "Tk", "RStudio") would work, but seems a little strange logically. best, -skye p.s. I wonder if instead of having a noRStudioGD=TRUE flag, it might be a more future-proof design to have an avoid.dev...
2011 Jul 12
1
Possible leaking records in dashboard db
I''m using puppet-dashboard 1.1.0-1 on Ubuntu. I remove old reports using this command: nice -n +1 rake RAILS_ENV=production reports:prune upto=1 unit=mon This seems to work fine, and the amount of reports returnd by this mysql query seems to drop by the proper amount: select count(*) from reports; Right now it returns a value of 12591. So far so good. The problem is the resource_statuses statuses table. Right now I have 63695 distinct values for report_id as returned by: select count(*) from (select d...
2013 Mar 18
4
Why stacking rasters return NAs?
...movi <- overlay(stack(saf),fun=function(x) movingFun(x, fun=mean, n=3, na.rm=TRUE)) Error in .overlayList(x, fun = fun, filename = filename, ...) : cannot use this formula, probably because it is not vectorized I then checked the data but found that all values were returnd as NA and this may explain why i am getting the error. saf class : RasterStack dimensions : 720, 1440, 1036800, 601 (nrow, ncol, ncell, nlayers) resolution : 0.25, 0.25 (x, y) extent : -180, 180, -90, 90 (xmin, xmax, ymin, ymax) c...
2015 Sep 26
3
issues with dev.new avoiding RStudio plot device on unix?
...latform$GUI %in% c("X11", "Tk")) > ? ? ? ? ? ? ? X11 > ? ? else defdev > > > but when I step through in debugger, I see that > > Browse[2]> .Platform$GUI > [1] "RStudio" > > so instead of returning X11, it returnd defdev (pdf) > > perhaps changing to > > .Platform$GUI %in% c("X11", "Tk", "RStudio") > > would work, but seems a little strange logically. > > > best, > ? -skye > > p.s.? I wonder if instead of having a noRS...
2015 Sep 26
0
issues with dev.new avoiding RStudio plot device on unix?
...lse if (nzchar(dsp) && .Platform$GUI %in% c("X11", "Tk")) > X11 > else defdev > > > but when I step through in debugger, I see that > > Browse[2]> .Platform$GUI > [1] "RStudio" > > so instead of returning X11, it returnd defdev (pdf) > > perhaps changing to > > .Platform$GUI %in% c("X11", "Tk", "RStudio") > > would work, but seems a little strange logically. > > > best, > -skye > > p.s. I wonder if instead of having a noRStudioGD=TRUE flag, it migh...
2012 Nov 03
1
get the title from the document
...s' % (match.rank, match.docid) ??????? print match.document.get_data() //////////// end of the code Everything works weell. Now my question is how to get the title for the hitted documents. More precisly, I need the the file name from the hitted document. For instance, the second document is returnd. Now i also requirt its original file name. Any thoughts? Thank you in advance.
2015 Sep 26
0
issues with dev.new avoiding RStudio plot device on unix?
...t;Tk")) >> ? ? ? ? ? ? ? X11 >> ? ? else defdev >> >> >> but when I step through in debugger, I see that >> >> Browse[2]> .Platform$GUI >> [1] "RStudio" >> >> so instead of returning X11, it returnd defdev (pdf) >> >> perhaps changing to >> >> .Platform$GUI %in% c("X11", "Tk", "RStudio") >> >> would work, but seems a little strange logically. >> >> >> best, >> ? -skye >> >>...
2012 Jan 26
1
can't delete files and directories from windows NFS client
...S: RHEL6 x86_64 GlusterFS: 3.2.5 Windows OS: Windows2008R2 Windows NFS ver: NFSv3 We tried to solve this problem with Microsoft. We captured network traffic between NFS server and NFS client. Access call is sent to NFS server from NFS client before sending delete call. We found that glusterfs has returnd 'not allow (ACCESS3_DELETE=0)' to the access call. In the case that glusterfs is connected to linux via NFS, linux NFS client is deleting files and directories by ignoring 'not allow (ACCESS3_DELETE=0)'. However, windows NFS client does not ignore 'not allow (ACCESS3_DELETE=...