search for: qform

Displaying 8 results from an estimated 8 matches for "qform".

Did you mean: form
2009 Jan 06
1
C dll compilation + S Poetry example
...quad_form_Sp(double *Q, double *x, long *xdim, double *ans) { long i, ii, n; double quad_form(double*, double*, long); n = xdim[0]; for(i=0, ii=0; i < xdim[1]; i++, ii += n) { ans[i] = quad_form(Q, x + ii, n); } } The dll was compiled (in Win XP, R-2.8.1) using the command: rcmd SHLIB qform.c. Then in R I typed: > dyn.load("qform.dll") and some other variants but > is.loaded("qform") it always returns FALSE. Now I followed the same steps using the convolution example provided by Venables (S Programming book) and it works fine. Can anyone point me out to wher...
2006 Jan 08
10
Resource Bundle Roundup
...be for all of us in this emerging 2.0 world. Let''s make everyone else jealous of Rails in a whole new way :) So far I have packaged and tested 4 bundles: - Lightbox (http://www.huddletogether.com/projects/lightbox/ - Dynarch Calendar (http://www.dynarch.com/projects/calendar/) - qForms (http://www.pengoworks.com/index.cfm?action=get:qforms) - Textarea Tools (http://livsey.org/experiments/textareatools/) Others that I have in mind include: - subModal Dialog (http://www.subimage.com/dhtml/subModal/) - Multiple File Uploader (http://the-stickman.com/web-development/ javascr...
2005 Dec 16
4
Newbie Q: Controllers and lookup tables - when to initialise
Howdy Gang, in a major controller that has many methods using the same lookup tables for option choices and such, what is the life expectancy of the list instances. Is it useful to set these up in the controller initialize method - or is that utterly dumb? Cheers, Eric
1999 Sep 20
3
image legend
Dear R users, Does anyone have a function for putting a legend on an image plot? I couldn't locate an R equivalent of image.legend....has anyone written such a thing? kind regards andy --------------------------------------------------------------------- J. Andy Royle, U.S. Fish and Wildlife Service - Office of Migratory Bird Management; 11510 American Holly Drive , Laurel, MD
2006 Jan 07
0
BundledResource plugin (0.7)
...vious announcement, there is now a bundled_resource plugin that takes advantage of all of my previous work at syncPEOPLE (http://syncpeople.com) in the area of resource management during Rails development, plus some. Use the Dynarch Calendar, the resizable/wordcount textarea tools, and the qForms scripts without the pain. More resource bundles to come, I''m sure. == Blog Entry & Usage == http://inquirylabs.com/blog/?p=39 == Download == http://inquirylabs.com/downloads/bundled_resource-0.7.tgz Since this is the first release, I hope you''ll give it a try and see...
2001 Aug 27
1
colorbar legend for image()
Hi, are there any plans to add a colorbar legend to image()? Or such a possibility already implemented which I just haven't discovered yet. Anyway, I will be willing to spent some time on the implementation if there isn't anyone working on that already. Thanks Thomas -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read
2007 Jan 05
1
help for memory problem with 64-bit machines
...-fpic -g -O2 -c CCRcrt.cpp -o CCRcrt.o (...) g++ -I/usr/lib64/R/include -I/usr/lib64/R/include -I/usr/local/include -fpic -g -O2 -c Wrkf1.cpp -o Wrkf1.o g++ -shared -L/usr/local/lib64 -o subselect.so anneal.o auxiliar.o CCRcrt.o GCDcrt.o genetic.o Gstatma.o improve.o MStcrt.o NewtonRp.o Qforms.o RMcrt.o Rnk3CCRcrt.o RVcrt.o SpecialArrays.o SR_datatrnsf.o SR_intf.o SRI_sscma.o Sscma.o Subsets.o Varsmbo.o VSQforms.o wrap.o Wrkf1.o -L/usr/lib64/R/lib -lRlapack -lgfortran -lm -lgcc_s -lgfortran -lm -lgcc_s -L/usr/lib64/R/lib -lR ** R ** inst ** preparing package for lazy loading ** help...
2018 Mar 23
2
samba 4.7->4.8 in place upgrade
Hi, i have the same problem. Inplace upgrade and i get the following error. Mar 23 13:46:50 orion2 systemd[1]: Started Session 30346 of user root. Mar 23 13:46:50 orion2 systemd-logind[1316]: Removed session 30346. Mar 23 13:46:50 orion2 sernet-samba-ad[7358]: Shutting down SAMBA AD services : ..done Mar 23 13:46:50 orion2 systemd[1]: Stopped LSB: initscript for the SAMBA AD services. Mar 23