search for: grname

Displaying 10 results from an estimated 10 matches for "grname".

Did you mean: g_name
2011 Mar 05
1
file mode lost in file.copy()?
...ected behaviour or a bug for file.copy()? > file.create('testfile') [1] TRUE > file.info('testfile') size isdir mode mtime ctime testfile 0 FALSE 644 2011-03-05 17:06:39 2011-03-05 17:06:39 atime uid gid uname grname testfile 2011-03-05 17:06:40 1000 1000 yihui yihui > Sys.chmod('testfile', '0755') > file.info('testfile') size isdir mode mtime ctime testfile 0 FALSE 755 2011-03-05 17:06:39 2011-03-05 17:06:59 atime...
2011 Mar 05
1
file mode lost in file.copy()?
...ected behaviour or a bug for file.copy()? > file.create('testfile') [1] TRUE > file.info('testfile') size isdir mode mtime ctime testfile 0 FALSE 644 2011-03-05 17:06:39 2011-03-05 17:06:39 atime uid gid uname grname testfile 2011-03-05 17:06:40 1000 1000 yihui yihui > Sys.chmod('testfile', '0755') > file.info('testfile') size isdir mode mtime ctime testfile 0 FALSE 755 2011-03-05 17:06:39 2011-03-05 17:06:59 atime...
2012 Mar 15
1
Accessing variable's name as an attribute?
Sorry - I suspect this is a very basic query. I have a data frame structured "flat" (i.e. separate observations for a given subject ID on separate lines). Using the nlme library I create a groupedData object suitable for further analysis thus: dataset <- groupedData(VARIABLE ~ TIME|ID, data=sfa) The dataset has a large number of VARIABLES of interest so I want to make use of loops
2010 Sep 13
2
as.Date() add a day to a date
...LSE $ mode :Class 'octmode' int 436 $ mtime : POSIXct, format: "2010-08-22 23:14:52" $ ctime : POSIXct, format: "2010-09-13 11:34:31" $ atime : POSIXct, format: "2010-09-09 15:42:00" $ uid : int 503 $ gid : int 503 $ uname : chr "ayee" $ grname: chr "ayee" > as.Date(foo$mtime) [1] "2010-08-23" In this case as.Date(foo$mtime) gives August 23. I would have expected August 22. Thanks, Andrew > sessionInfo() R version 2.11.1 Patched (2010-09-11 r52901) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC...
2004 Aug 31
1
file.info() on file larger than 2GB
...rpeng) Gid: ( 500/ rpeng) Access: 2004-08-31 09:50:04.000000000 -0400 Modify: 2004-08-26 19:09:42.000000000 -0400 Change: 2004-08-31 09:53:29.000000000 -0400 But, file.info() in R-devel gives me: > file.info("data.csv") size isdir mode mtime ctime atime uid gid uname grname data.csv NA NA <NA> <NA> <NA> <NA> NA NA <NA> <NA> I assume this has something to do with the underlying call to `stat' in `do_fileinfo'. This alone is not much of a problem but I also can't seem to be able to open a file connection t...
2010 Nov 29
1
tar R command
Hello, The documentation for the tar command leads me to think there is an internal implementation when the command can't be found in the OS. However, it doesn't seem to be the case, as I get an empty .tar file generated on a small example I made : > dir(pattern = "jpg") [1] "MA56237502_635.jpg" > file.info("MA56237502_635.jpg")
2024 Mar 20
1
Building Packages.
...ake files and shell scripts ? checking for empty or unneeded directories ? building ?jhBase_1.0.1.tar.gz? > file.info(tar) size isdir mode mtime ctime atime uid gid uname grname /Users/jharmse/Library/CloudStorage/OneDrive-RokuInc/jhBase_1.0.1.tar.gz 14030 FALSE 644 2024-03-20 10:49:10 2024-03-20 10:49:10 2024-03-20 10:49:10 503 20 jharmse staff > install.packages(tar,type='source',repos=NULL) Error in library(jhBase) : there is no package called ?jhBase?...
2010 Oct 04
1
Globbing inconsistencies, dir() vs. unlink()
I was trying to remove a directory and couldn't figure out why it was failing: > dir("~/p4/r-packages/IREval/Users", recursive=T) [1] "u0048513/p4/r-packages/IREval/DESCRIPTION" [2] "u0048513/p4/r-packages/IREval/R/IREval.R" [3] "u0048513/p4/r-packages/IREval/Read-and-delete-me" [4] "u0048513/p4/r-packages/IREval/tests/general.R" >
1998 Mar 12
0
Code to check Password Server Group Memberships
...d_client,inbuf,5000); /* See if we successfully got the groups */ if(ret != 0 && CVAL(inbuf,smb_rcls) == 0) { int plength; struct {uchar name[21];} *groups; char store_groups[600]; int numgroups; int loop; char *grname[100]; int ingroup = 0; p = &inbuf[smb_vwv + (CVAL(inbuf, smb_wct) * 2)]; plength = *((short *) p); numgroups = p[7]; /* TBD Store the groups away for future validation */ /* later do a group validation such as the following * for(p...
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed: Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC) Remote gcc version: gcc (GCC) 3.2.2 Remote g++ version: g++ (GCC) 3.2.2 Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib make[5]: Entering directory `/local/build/R-1.7.0/src/library' >>> Building/Updating