search for: rtmpvqkdsw

Displaying 3 results from an estimated 3 matches for "rtmpvqkdsw".

2018 Aug 07
2
[R-pkg-devel] Run garbage collector when too many open files
...rm() explicitly, but in general users wouldn't do that. One of the reasons for the large number of file handles is that sometimes unnamed temporary objects are created. For example: > library(ldat) > libraty(lvec) > > a <- lvec(10, "integer") OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214753f2af0' > b <- as_rvec(a[1:3]) OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec32146a50f383' OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214484b652c' > print(b) [1] 0 0 0 > > > gc() CLOSEFILE '/tmp/RtmpVqkDsw/file32145169f...
2018 Aug 07
1
Run garbage collector when too many open files
...>> One of the reasons for the large number of file handles is that >> sometimes unnamed temporary objects are created. For example: >> >>> library(ldat) >>> libraty(lvec) >>> >>> a <- lvec(10, "integer") >> OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214753f2af0' >>> b <- as_rvec(a[1:3]) >> OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec32146a50f383' >> OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214484b652c' >>> print(b) >> [1] 0 0 0 >>> >>>...
2018 Aug 07
0
[R-pkg-devel] Run garbage collector when too many open files
...> wouldn't do that. > > One of the reasons for the large number of file handles is that sometimes > unnamed temporary objects are created. For example: > >> library(ldat) >> libraty(lvec) >> >> a <- lvec(10, "integer") > OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214753f2af0' >> b <- as_rvec(a[1:3]) > OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec32146a50f383' > OPENFILE '/tmp/RtmpVqkDsw/file32145169fb06/lvec3214484b652c' >> print(b) > [1] 0 0 0 >> >> >> gc() > CLOSEFILE...