Displaying 3 results from an estimated 3 matches for "exec2".
Did you mean:
exec
2007 Jun 23
1
putting binary files in a package
...quot;phillips-cpc-",.Platform$OS.type,".exe",sep="")
this installs fine on my system, and I believe I have successfully
cross-built the package in the past. However, when I uploaded to
win-builder.r-project.org, I got
Warning: Impossible to run e:\temp\R-RELE~1\lib\cpcbp\exec2\PHILLI~2.EXE
Warning: cannot open file
'e:/temp/R-release/cpcbp.Rcheck\cpcout7f5579da', reason 'No such file or
directory'
I tried putting it in inst/exec2 instead (and changing the
directory above), but that doesn't seem to work either. On my system
(see below), it instal...
2015 Sep 16
0
[ANNOUNCE] libdrm 2.4.65
...PrimeFDToHandle
Emil Velikov (20):
drm: add interface to get drm devices on the system v3
Move -lm link flag to LIBADD
vbltest: fix variable shadowing warning
modetest: fix shadowing warnings
intel: resolve shadowing warnings
intel: error out on has_error in exec2
intel: introduce to_bo_gem() helper
configure: enable -Wshadow when available
amdgpu: remove unneeded -Wno-switch-enum flag
modetest: annotate const data as such for good measure
libkms: use static const for good measure
radeon: cleanup bo/cs func tables
fr...
2010 Jun 01
5
How to make R automatic?
Hello, I have a question about how R can run automatically. Here is the
story:
A file called "data.csv" will be generated every couple of minutes in a
folder (overwrite itself). What I want R to do is:
1) scan the folder to find the file.
2) if the file is a newly generated file, process the file
3) output some file identifier on the screen, such as the time when the file
was