search for: lvec

Displaying 7 results from an estimated 7 matches for "lvec".

Did you mean: bvec
2018 Aug 07
2
[R-pkg-devel] Run garbage collector when too many open files
...d would be a better fit for r-devel.) Thanks. In the example below I used 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...
2018 Aug 07
1
Run garbage collector when too many open files
...ample below I used 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/fi...
2018 Aug 07
0
[R-pkg-devel] Run garbage collector when too many open files
...> > Thanks. In the example below I used 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/lvec32144...
2018 Aug 07
0
Run garbage collector when too many open files
In my package [1] I open handles to temporary files from c++, pointer to the objects containing those handles are returned to R as external pointer objects. The files are deleted when the corresponding R-object is deleted and the garbage collector runs: a <- lvec(10, "integer") rm(a) Then when the garbage collector runs the file is deleted. However, on some platforms (probably with lower limits on the maximum number of file handles a process can have open), I run into the problem that the garbage collector doesn't run often enough. In this...
2006 Jul 22
1
Why the contrain does not work for selecting a particular range of data?
Dear: Continuing the issue of 'ifelse'! I selecting the data whose 'x2'=1 for maximizing likelihood. I used two way to do this but the results are different. 1.Way one I use the data for x2=1 and run the program. It works for me. Tthe program is described as below: function (parameters,y1,x11) { p<-parameters[1] alpha1<-parameters[2] beta1<-parameters[3]
2002 Jan 16
2
exhaustive permutations
Hello R-help Readers I'm currently in the process of trying to write a permutation test procedure for looking at differences between groups with a multivariate data set (something equivalent to ANOSIM - analaysis of similarities for those familiar with this test). As with other permutation tests, for cases where there are large numbers of possible permutations, randomly sampling from these
2018 Jun 15
0
CRAN Check warnings with GCC 8.1
...RcppMsgPack > RcppParallel RcppRedis RecordLinkage Rmalschains RnavGraph Rvcg > RxODE SiMRiv antiword bigrquery bsamGP catnet coxme dbarts > dggridR divest dpglasso earth epanet2toolkit fs gap geojsonsf > gglasso graphql hashmap haven hier.part imager iptools jiebaR > kernlab lpridge lvec mlvocab mongolite nandb ore phreeqc polyclip > qtbase rbamtools rebmix rexpokit rgdal rioja rlas rpf rphast > rtfbs s2 scio sdnet sdwd sequoia tmlenet tth udpipe validatejsonr > velox wrassp > > GCC 8.1 (the current release) reports more compilation issues than > previous versions...