Displaying 20 results from an estimated 900 matches similar to: "Previously compilation procedure on Mac OS X no longer works"
2010 May 20
1
computer out of memory when using sigpathway
Dear R users,
I am sorry to disturb you! But I really need your help for the usage of sigPathwy.
Actually, I want a sliding window analysis for possible chromosome expression pattern mining. My research microorganism is a plant pathogen, Gibberella zeae, and I first used SAS to divide locus number with 10, 20, 30, or 40 on the fungal chromosome according to their location. I really
2007 Jul 03
1
Formula syntax question
Forgive me if this is obvious:
I have a frame of data with the variables in each column (e.g.
Discrete_Variable1, ContinuousVariable_1, ContinuousVariable_2, ...
ContinuousVariable_n)
and I want to create a model using lrm i.e.
model <- lrm(Discrete_Variable1 ~ ContinuousVariable_1,
data=lotsofdata)
Is there a syntax for having all the continuous variables referenced
in the
2020 Jul 12
4
pedido de ayuda
Hace días escribí......creo que se perdió mi mensaje, voy de nuevo con mi pedido de ayuda...
Buenas, soy novata en R, estoy comenzando con RCmdr y quisiera saber si pudieran ayudarme dándome algunas pistas para bajar los paquetes que se necesitan para activar muchas de las funciones que aparecen en la pestaña de Análisis y empezar a aplicar algunos análisis.
Yo sé que tal vez se dediquen sólo a
2007 Oct 30
6
trouble installing building packages from source using R 2.6.0 on Ubuntu Gutsy AMD64
I have recently upgraded to Ubuntu Gutsy and, for the first time, am
using a 64-bit installation. After failing miserably to install R from
source, not a problem for me in the past with a 32-bit install, I went
the route of using the Debian Etch build. This went smoothly, but I am
unable to update my numerous R and BioConductor packages, getting
non-zero exit status errors on each package. Is
2005 Dec 10
0
package building fails on OSX 10.4 with (lcc_dynamic error)
I have a package that contains some fortran code. It has been built
in the past, but now I have an updated Apple OSX 10.4 (Tiger) system,
and it fails. The behaviour is as follows
$ R CMD CHECK oce
,,,
gcc-3.3 -bundle -flat_namespace -undefined suppress -L/usr/local/lib
-o oce.so geoddist.o ocecp.o rho.o spice.o strho.o theta.o tsrho.o -
2006 Apr 26
1
MacOSX package install problem: pkgs quadprog & tseries
I upgraded to R-2.2.1 on two PPC G5 computers today. Further I want
to work with the tseries package for the first time.
As root with
R CMD INSTALL tseries_0.10-0.tar.gz
I get the following
gcc-3.3 -bundle -flat_namespace -undefined suppress -L/usr/local/lib -
o tseries.so arma.o bdstest.o boot.o dsumsl.o garch.o ppsum.o
tsutils.o -framework vecLib -L/usr/local/lib/gcc/powerpc-apple-
2003 Sep 04
1
darwin build with latest gcc from apple
we are trying to adapt the configure in order to work with latest
gcc3.3 (from apple) and g77 3.4 (from
http://gravity.psu.edu/~khanna/hpc.html )
At the moment there is no need to define the __DEBUGGING__ but there is
still a problem with the -lcc_dynamic
does any of you know how to check for this library and explain why we
see -lcc_dynamic often passed as an ld flag.
Where to find doc on
2005 Jul 06
0
MacOS 10.4 gcc-4.0 and libcc_dynamic
Around line 527 of configure.ac in R-2.1.1 appears the following:
darwin*)
## MacOS 10.3 and 10.4 do
AM_CONDITIONAL(BUILD_DLFCN_DARWIN, false)
## SI says we want '-lcc_dynamic' on Darwin, although currently
## http://developer.apple.com /documentation/MacOSX/ has nothing
## official.
AC_CHECK_LIB(cc_dynamic, main)
;;
*)
2007 May 06
4
IMAP "freezing" on OSX
Hi,
I've got a problem with dovecot on an Intel Mac OSX box. Basically, I
was running an older verion (0.8.?, I think), and everything was fine.
Then, when I upgraded to 1.0.0 via MacPorts, I found that periodically
the system gets into a state where it simply stops dealing with IMAP
requests.
This tends to manifest itself as Thunderbird simply stalling, not
fetching any new
2006 Mar 08
1
problem installing RNetCDF
Hello all,
I set 'UDUNITS_PATH' and 'NETCDF_PATH' successfully to my custom places and
then
% R CMD INSTALL RNetCDF_1.1-3.tar.gz
and got this:
...
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for main in -lnetcdf... yes
checking for main in -ludunits...
2019 Jan 14
2
Metadata/DebugInfo in *.ll file
Hi list,
I found relevant documentation regarding DebugInfo creation in the LLVM IR
bytecode. It can be done for compileunits, functions, and other constructs,
with the help of DIBuilder class. However I can't save debug information
related to individual llvm::Instructions. I tried DebugLoc, DILocation
setting directly with setMetadata(). I tried other ways, for e.g.:
2002 Aug 28
1
fix(fix)
About 2 percent of the time I use fix() to edit a function that is
sitting in .RData I get the response:
> fix(qss)
Error in edit(name, file, editor) : problem with running editor vi
when I try to close the editing session. I used to think that these
were always cases where there was some syntactical error with the
edited file, but this is not the case. I realize that one surefire
way to
2004 Aug 06
3
[PATCH] is it of any interest ?
Hi,
While looking at icecast's sources, I wondered if this was feasible, so
I've tried and it seems to work:
the attached patch allows a /cgi-bin/ url in icecast-1.3.11 to launch cgi
scripts directly from within icecast.
you have to put the real absolute pathname to the cgi script, and it seems
to more or less work.
WARNING: you must use two slashes after "cgi-bin" for an
2007 Oct 20
1
Using unit_record and rspec (previously "Keeping unit tests from hitting the DB")
Back in August David Chelimsky wrote:
"FYI - I tried using the unit_record gem and there are some changes
required in rspec to make it work, but they are trivial and it works
great. The only trick is that the prevention of DB access is global
per process, so you''d have to separate examples that hit the DB from
those that don''t into two separate suites. I''ll explore
2008 Mar 22
2
Browser window problems (previously discussed) - details?
For those of you who have reported here about problems with your
browser windows suddenly going away in Firefox and/or SeaMonkey:
Please send me all relevant hardware and software configuration
details about your Mozilla installation as well as your version of
CentOS. I am looking into a theory about why this might be happening
and need more input.
You can send these privately directly to me
2008 Dec 04
1
Bug#502123: [PATCH] Re: xen-hypervisor-unstable-amd64: Post update from 3.2 -> 3.3, initrd which previously worked fails
tag 502123 patch
severity 502123 serious
thanks
Confirmed. This regression was introduced by a copy-and-paste error in
debian/patches/tools-python-xen-xm-relative-path.diff
(svn://svn.debian.org/pkg-xen -r531). Please apply this fix.
--- debian/changelog 2008-12-04 16:50:04.000000000 -0500
+++ debian/changelog 2008-12-04 16:59:09.000000000 -0500
@@ -1,3 +1,10 @@
+xen-unstable
2011 Jan 31
0
Applying previously fitted fGarch model
Greetings,
Suppose I fit an fGarch model via garchFit function for a time series X.
I'm wondering is there any easy way to apply the fitted model to a different
time series Y to calculate conditional variances and standardized residuals?
Thanks.
--
View this message in context: http://r.789695.n4.nabble.com/Applying-previously-fitted-fGarch-model-tp3249585p3249585.html
Sent from the R help
2008 Feb 11
0
Remember the unknown rootkit problem previously reported?
If the attacker could get a shell, the attacker could have used this
local root exploit to get the necessary privileges to install the rootkit.
One reason why there seem to be few RHEL reports is that RHEL5 is not
that widely available yet but lots of vulnerable Fedora/Debian
installations are available.
2007 Jan 06
0
Using ActiveRecord With (Previously) Derived Classes
If you have a class (in a pre-existing library, for example) that has
been derived from another class:
class ChildClass < ParentClass
since Ruby doesn''t support multiple inheritance, you can''t derive
ChildClass < ActiveRecord::Base to make ChildClass an ActiveRecord
class to persist ChildClass objects.
So what''s the standard way to use ActiveRecord for
2008 Dec 15
1
Bug#502123: [PATCH] Re: xen-hypervisor-unstable-amd64: Post update from 3.2 -> 3.3, initrd which previously worled fails
retitle 502123 xen-utils-unstable: Debian patch breaks paravirtualized guest initrd
thanks
I see that this bug is still present in pkg-xen svn:
http://svn.debian.org/wsvn/pkg-xen/trunk/xen-unstable/debian/patches/tools-python-xen-xm-relative-path.diff?op=file
Perhaps I wasn?t clear how severe this problem is. Using the current
Debianized xen-utils-unstable, it is impossible to boot any