Displaying 7 results from an estimated 7 matches for "r_a".
Did you mean:
_a
2013 Dec 16
1
External pointers and changing SEXPTYPE
...vered that SEXPs change their types between
returning from initialization function and another one that uses the
pointer.
sample R code:
# initializing
a <- init_my_ptr(fname)
# reading more data: error!
df <- read_my_data(a)
data structure in C:
typedef struct {
SEXP ans, ans_nms, R_z, R_a, R_b, R_c;
FTYPE *datafile;
char *fname;
float *a, *b, *c;
int f_type;
float t, p, l;
int st, na, result, bFlags;
XXX z;
} my_data_ptr;
// In a C function initializing the external pointer:
my_data_ptr *mydata = Calloc( 1, my_data_ptr ) ;
SEXP Rdata;
PROTECT(Rdata = R_MakeExternalPtr...
2012 Jul 01
1
Batch file rename basing on a look up table need help_New to R_A little bit complicated
Hello, all
I'm pretty new to R and I wish to accomplish the following task
I have many files need to do this task. I simplify the situation to five
files. Their names are
001
232
242
123
132
I'd like to change the name of each file (column 1) to the name in column 2
in the following table
column1 column2
001 ewr
232 eda
242 gdg
123
2002 Jul 01
0
recursive scp fails on ReliantUNIX 5.43 (using OpenSSH 3.4p1)
...of the test scenario:
*************************************************************************************************************************************************************************************
XYZ $ ls -lR dir_ssh_test
Gesamt 8
drwxr-x--- 2 user1 users 96 Jul 1 08:51 dir_a
drwxr-x--- 2 user1 users 96 Jul 1 08:52 dir_b
-r--r----- 1 user1 users 2590 Jul 1 08:50 file_1
-rw-r----- 1 user1 users 400 Jul 1 08:50 file_2
dir_ssh_test/dir_a:
Gesamt 8
-r--r----- 1 user1 users 2590 Jul 1 08:51 file_1a
-rw-r----- 1 user1...
1997 Sep 08
0
No subject
...have numerous
samba servers, one of which is configured as a wins server,
2 winNT servers (primary and backup, but not running as
wins servers). These messages are constant, even on this
Sunday night with virtually no network activity.
Sep 7 23:09:15 deltoid nmbd[8169]: reply_netbios_packet: r_a not to be used whe
n not a WINS server
Sep 7 23:11:18 deltoid last message repeated 13 times
Sep 7 23:11:40 deltoid nmbd[8169]: Got SIGTERM: going down...
Sep 7 23:13:05 deltoid nmbd[8201]: reply_netbios_packet: r_a not to be used whe
n not a WINS server
Sep 7 23:17:28 deltoid last message repe...
2008 Mar 28
0
Estimating variance components of groups of covariates within regression model
...r each Y,
"Local", "Riparian", and "Catchment" - these are not nested as there is a
unique area for each Y - and Y is a measure of stream health)
L_F=c(3.36,-0.5,-0.91,1.55,-0.02,-0.91,-0.91,-0.91,-0.07,1.69)
L_W =c(-0.3,-0.3,-0.3,4.55,3.2,-0.3,-0.3,-0.3,8.55,-0.3)
R_A = c(-1.4,-1.06,-1.43,-1.72,-0.78,-1.72,-1.72,-1.72,-0.74,-1.32)
R_W = c(-0.77,0.62,0.1,-0.77,2.85,-0.77,-0.77,-0.77,2.27,-0.45)
C_U = c(-0.19,-0.2,1.88,2.41,0.11,2.33,2.38,2.5,0.2,1.99)
C_F = c(2.86,3.11,-0.72,-0.9,2.09,-0.92,-0.85,-1.2,1.57,-0.52)
Y = c(1.4,2.75,1.4,1.94,2.11,2.44,1.94,1,2.11,1.4)...
1997 Sep 19
5
WINS server
...n the network, I'd like to be domain master,
and a wins server. So I've added the following to the global section:
local master = yes
os level = 33
domain master = yes
preferred master = yes
wins support = yes
And now I receive the following message:
reply_netbios_packet: r_a not to be used when not a WINS server
Do I have everything I need to configure Linux samba to correctly be
primary domain master? I have WINS support configured as this linux
server in my NT 4.0 workstation configuration..
Thanks,
Dave
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking