search for: libray

Displaying 20 results from an estimated 36 matches for "libray".

Did you mean: library
2012 Oct 16
1
cannot open gplots libray
...other attached packages: [1] gtools_2.7.0 loaded via a namespace (and not attached): [1] tools_2.15.1 / any idea how to fix this? i updated the packages but it didn't help i run R on Windows 7! thanks! -- View this message in context: http://r.789695.n4.nabble.com/cannot-open-gplots-libray-tp4646352.html Sent from the R help mailing list archive at Nabble.com.
2006 Jun 14
2
loading library from network share (PR#8982)
Full_Name: roy kuraisa Version: 2.2.1 OS: Windows XP SP2 Submission from: (NULL) (155.91.28.232) When loading a library from network share drive (e.g., \\nnn\f1\f2\p1), when First.lib is called, the libray name contains "/" instead of "\" resulting in an invalid Windows filepath. Here's an example: >From R, > library(foo.lib="\\\\kodak\\research_genetics\\rlibs"); Within First.lib, .First.lib <-function(lib, pkg) { cat("lib name ",lib,"\n...
2008 Jun 10
1
Histogram of gaps
...5 <00000> 33432535325235235223523523532532253253 <0000> 23523523325525332523532 <00> 325235235 So I have three entries for my histogram 5,4 and 2. Now can anyone give me any tips that doesn't involve using a loop which will be quite time consuming? Is there some function in a libray that already does something like this? Thanks Sean
2005 Sep 10
1
AGI problem with library path
Hi List, My AGI seems work well in asterisk -vvvc mode, other than that it doesn't work. Its seems to me, when I run asterisk as daemon (service asterisk start .. on fc4), it doesn't know about my library path. How can pass libray path to my AGI script or asterisk? Thanks
2008 Feb 04
1
garchFit (PR#10698)
Full_Name: Scott Yonker Version: R for OSX Cocoa OS: Mac OSX Submission from: (NULL) (24.208.185.211) The garchFit function in the Rmetrics libray cannot estimate ARCH models, meaning that the number of beta terms in the model must be greater than zero. For this function neither p nor q can be set to zero without an error. The problem lies in both the specification of the objective function and in the function that determines the initial pa...
2011 Sep 14
1
[nut-commits] svn commit r3225 - trunk/tools/nut-scanner
...HAVE_PTHREAD > I am not sure this one is needed. It seems that, on Solaris, nut-scanner uses a very old net-snmp library lying in /usr/sfw on the buildbot. Using this library raise an error on usmAESPrivProtocol constant. When building the snmp-ups driver, the tool chain uses a newer net-snmp libray lying in /usr/local, which do not raise the error on usmAESPrivProtocol and hopefully shouldn't require this commit. I am in the process of trying to remove this old library on the buildbot but I am not very familiar with SunOS so I try to be very careful. Regards, Fred --------------------...
2005 Apr 12
1
R Package: mmlcr and/or flexmix
...perc_num_white + perc_num_hispanic + perc_CROStays + numMonthsActive + WEBStays + property_loyalty + perc_NoZone + ltgold1 + ltgold3 + rho + p_hat_PCR| gst_id, components = list(list(formula = nts ~ PCR_Dummy_class, class = "poislong")),data=Dataset, n.groups = 5, max.iter = 5000) libray(flexmix) m1<-flexmix(nts ~ first_brand_HOLIDAY+ perc_zone1+ perc_Group_nights+ perc_num_asian+ DaysBetweenStays+ CROStays+ DaysSinceLastStay+ wghtmean_median_age_pop100+ perc_num_white+ perc_num_hispanic+ perc_CROStays+ numMonthsActive+ WEBStays+ property_loyalty+ perc_NoZone+ rho+ PCR_Dumm...
2013 Apr 29
1
how to add new rows in a dataframe?
...gth(t1)),t1,scores1)})) ?row.names(res1)<- 1:nrow(res1) ?res1 #?? id t1 scores1 #1?? 2? 0???? 1.2 #2?? 2? 1???? 1.2 #3?? 2? 2???? 2.3 #4?? 2? 3???? 3.6 #5?? 2? 4???? 5.6 #6?? 2? 5???? 5.6 #7?? 2? 6???? 7.8 #8?? 3? 0???? 1.6 #9?? 3? 1???? 1.2 #10? 3? 2???? 1.2 #11? 3? 3???? 1.2 #12? 3? 4???? 1.5 libray(plyr) ?dat2<-ddply(dat1,.(id),summarize,t=seq(min(t),max(t))) res2<-mutate(join(dat2,dat1,type="full"),scores=na.locf(scores)) identical(res1,res2) #[1] TRUE ?res2 #?? id t scores #1?? 2 0??? 1.2 #2?? 2 1??? 1.2 #3?? 2 2??? 2.3 #4?? 2 3??? 3.6 #5?? 2 4??? 5.6 #6?? 2 5??? 5.6 #7?? 2...
2003 Sep 29
14
Help with GPL license of Asterisk
I would appreciate some help with this. I read the GPL license and basically it says you can do whatever you want with the software (sell, modify) as long as you include the source code, the License and make any changes you make available in the same manner to all others. My questions is this: If I develop an external application (say a Call Center application or a GUI management application)
2015 Mar 29
2
quota setup assistance (postfix+dovecot+mysql)
...; and list the mailboxes successfully, but the error above still > persists on message delivery. > > Should I be using lmtp with postfix + mysql and dovecot? Or should > I be using lda? The directions I read were for lmtp. The actual question is, why your system cannot load the shared libray lib11_imap_quota_plugin.so dynamically, although lib10_quota_plugin.so works. Maybe you should remove the failed file and force a reinstall of the package. I don't suppose, the package is defective, someone other should have reported this problem by now. - -- Steffen -----BEGIN PGP SIGNATURE...
2008 May 18
4
[LLVMdev] Forward: Discussion about custom memory allocators for STL
...> but they have to be converted to the LLVM style and way of doing things. > Also, things with huge chains of dependencies sometimes have to be simplified. One comment here: While I agree with this approach for most libraries, I think that boost is (almost) becoming a second-important libray for C++, almost as important as the STL. Therefore, modifying/re-formating/converting it it is not such a great idea, eventually, since everyone using it assumes that its implementation and semantics is exactly the same on each platform. - Roman ________________________________________...
2008 Dec 02
5
Problem with extend rails(add new function in lib)
I do things below: In lib/translater.rb class Translater require "rubygems" require "rmmseg" include "RMMSeg" ... def segment(text) RMMSeg::segment(text) end end in helper/xx/xxx.rb module xx require "translater.rb" def translate(text) Translater.run(text) end end when i use helper method tranlate, erros: undefined method
2015 Mar 29
0
quota setup assistance (postfix+dovecot+mysql)
On 03/29/2015 01:02 PM, Steffen wrote: > The actual question is, why your system cannot load the shared libray > lib11_imap_quota_plugin.so dynamically, although lib10_quota_plugin.so > works. > > Maybe you should remove the failed file and force a reinstall of the > package. I don't suppose, the package is defective, someone other > should have reported this problem by now. This prob...
2016 Oct 15
1
make tinc as a reusable lib possible?
2016-10-11 3:52 GMT+08:00 Mr.X <mrx at hcc.im>: > Network extension apps are just like ordinary apps, only they can utilize > the utun interface and create VPN entries. So I think, yes, tinc need to be > linked from such apps. link to and link from is mark as the main application's view, so, for NE extension it's link to libtinc( if there is a libtinc lib), that's
2023 Aug 01
0
[PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()
...marked or this is just and idea? This is not just an idea. I said that has been used on large scale. This is the library for the APP to use the AF_XDP. We has open it. https://gitee.com/anolis/libxudp This is the Alibaba version of the nginx. That has been opened, that supported to work with the libray to use AF_XDP. http://tengine.taobao.org/ I supported this on our kernel release Anolis/Alinux. The work was done about 2 years ago. You know, I pushed the first version to enable AF_XDP on virtio-net about two years ago. I never thought the job would be so difficult. The nic (virtio-net) of Ali...
2023 Aug 02
0
[PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()
.... I said that has been used on large scale. > > > > This is the library for the APP to use the AF_XDP. We has open it. > > https://gitee.com/anolis/libxudp > > > > This is the Alibaba version of the nginx. That has been opened, that supported > > to work with the libray to use AF_XDP. > > http://tengine.taobao.org/ > > > > I supported this on our kernel release Anolis/Alinux. > > Interesting! > > > The work was done about 2 years ago. You know, I pushed the first version to > > enable AF_XDP on virtio-net about two years ago....
2009 Jan 31
1
Downloading and setting X3DAudio
well, it seems that cross-developed games (XBOX + PC) make an extensive use of Xaudio (and xinput) libraries. I tried to load SBK08 on wine with no success, so i downloaded X3DAudio 1.2 libray..but..here's the point.. 1) how many other files have to be installed together with (xact, xinpunt...)? 2)where have I to put them? 3)how should i configure variables like sound sampling (i read some games need 44khz, others need 48 khz...) and more? 4)Is there any way to authomatize the proce...
2001 Apr 25
0
Compilation and use of SFIO library with samba
Hello I try to compile samba 2.0.7 with SFIO libray on solaris 2.7 platform I modify two variables in Samba Makefile LIBS=/aar/masson/NOT_SAVED/sfio/lib/libstdio.a /aar/masson/NOT_SAVED/sfio/src/li b/sfio/libsfio.a -lsec -lgen -lsocket -lnsl -ldl to add sfio's libraries and FLAGS1 = -I/aar/masson/NOT_SAVED/sfio/include $(CFLAGS) -Iinclude...
2010 Mar 08
1
[Bug 638] New: make libiptc a public interface
...far as I know, this library is the only clean way to provide everything to add/remove/modify/list rules. I'm currently using the libiptc library (latest release for debian is 1.4.2) from a C++ program to handle such rules, and I think it is quite odd to modify a Makefile.am in order to make the libray shared and ready to develop with. Regards -- Configure bugmail: http://bugzilla.netfilter.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2003 Jan 30
1
Re: Matrix Package for R
...g for sgemm_ in -lcomplib.sgimath... no > checking for sgemm_ in -lblas... (cached) no > checking for sgemm_ in -lblas... (cached) no > configure: error: could not find your BLAS library > ERROR: configuration failed for package 'Matrix' > > could you tell me what is BLAS libray?