search for: prana

Displaying 4 results from an estimated 4 matches for "prana".

Did you mean: pranav
2014 Sep 18
1
difference between install from source and install from repositories
...from source and the R installation from ubuntu repositories. Specifically when I install R-3.1.1 on ubuntu 14.04 from sources ldflags and CXXFLAGS are different that those from the installation from a repo. Installation from sources: R CMD config --ldflags -Wl,--export-dynamic -fopenmp -L/home/prana/prana_R/third-party/install/lib/R/lib -lR -lrt -ldl -lm R CMD config CXXFLAGS Installation from repo: R CMD config --ldflags -Wl,--export-dynamic -fopenmp -L/usr/lib/R/lib -lR -lpcre -llzma -lbz2 -lz -lrt -ldl -lm R CMD config CXXFLAGS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -W...
2003 Jun 05
2
Boot problem on a P4P800-based computer
Hello all, I tried sending this message to freebsd-config and freebsd-install, after subscribing to them, but no one answered back... so I am posting my question here. I just downloaded ISO images for 4.8-RELEASE, and prepared them for installation on an brand new ASUS P4P800-based computer. More information about this motherboard and integrated peripherals list, can be found here:
2013 Jan 20
20
ActiveRecord::Persistence.increment! requires a row lock to ensure isolated updates
The method is here: https://github.com/rails/rails/blob/master/activerecord/lib/active_record/persistence.rb#L288. The method takes the in-memory attribute value and increments it by the specified amount. A safer approach (from an isolation standpoint) would be to let the database determine the value. Instead of telling the database what value to persist in the database, the SQL can written
2012 Mar 01
1
mb_m buffer not cleared if parseEval fails
Hi, I am using RInside for one of the applications that I'm using. The error that occured is as follows. When I use R.parseEval("xyz") if the parse fails then the mb_m is not cleared and hence all subsequent calls to R.parseEval fail. example: when R.parseEval("stringConcatfactoryrandom") is executed the R instance looks like this (gdb) p R $7 = (RInside &)