Displaying 20 results from an estimated 2000 matches similar to: "JPEG library wierdness"
2002 Jan 09
3
R package-building
Hello,
I am building a package to read in a pretty common atmospheric data format
and create a SKEW-T, log p diagram (also very common for the atmospheric
community).
The problem is this: How should one address the (ASCII) data files so that
the examples find them? I have read through the "Writing R Extensions"
document and still have a problem.
There seems to be some sort of
2001 Jun 04
0
Re: unix R CMD check problem
Doh!
turns out I was using a newer feature of S-PLUS that is not supported in R,
or at least was generating the parse error.
replace all
a = b
with
a <- b
(except in arguments, naturally ...)
Sorry to bother anyone ... smooth sailing ahead.
> Date: Mon, 4 Jun 2001 10:03:56 -0600 (MDT)
> From: Tim Hoar <thoar at cgd.ucar.edu>
> Reply-To: Tim Hoar <thoar at ucar.edu>
2004 Mar 13
0
64bit build on IBM
I am trying to build R with 64bit support so I can access more than
2GB of memory on an IBM running AIX. (IBM NightHawk II RS/6000 node with 16
64-bit, 375-MHz POWER3 CPUs and 32 GB of memory, if you want specifics)
The 32bit install required little tweaking, but the 64 bit is sufficiently
complicated that I thought I would report my findings here and ask for
help with the latest (and hopefully
2002 Feb 04
1
installing version 1.4.1
Hello people, me again ...
Just an FYI this time, I think:
0[209]1 sunray1:/contrib > gtar zxf R-1.4.1.tgz
tar: R-1.4.1/date-stamp: Could not create file: Permission denied
gtar: Error exit delayed from previous errors
2[210]1 sunray1:/contrib > gtar zxvf R-1.4.1.tgz "R-1.4.1/date-stamp"
R-1.4.1/date-stamp
gtar: R-1.4.1/date-stamp: Could not create file: Permission denied
gtar:
2002 Apr 12
0
documentation widget
If imitation is the sincerest form of flattery ...
I am thinking of imitating the R documentation mechanism.
I have a largeish software project that needs documentation for
each of the functions/modules. The ability to create html, latex,
and pdf documentation from one source is very attractive. Since
my collaborators already know html and latex there is little
incentive to learn XML ... but
2005 Apr 15
0
IRIX, firewalls, configure
I have built R-2.0.1 on AIX64 V 6.5 on a machine that is intentionally
isolated from remotely connecting to the internet -- and we'd like to
keep it isolated!
I have not seen anything in the FAQ's or Install Manual about shutting
off or 'configuring out' the internet connectivity. ditto for
'./configure --help'
For some reason
> capabilities()
jpeg png
2001 Dec 06
2
Solaris install problem ... mcount
Hmnnn...
This is the third version of R I have installed and I am stumped on this one.
There is some unresolved external I cannot find...
/opt/SUNWspro/bin/cc -v -o R.bin CConverters.o Rdynload.o RNG.o apply.o
arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o
complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o devPS.o
devPicTeX.o deparse.o
2003 Apr 21
1
building R 1.7.0 under RH7.3 (PR#2808)
This message is in MIME format. The first part should be readable text,
while the remaining parts are likely unreadable without MIME-aware tools.
Send mail to mime@docserver.cac.washington.edu for more info.
---559023410-959030623-1050952576=:23064
Content-Type: TEXT/PLAIN; charset=US-ASCII
The configure process does not seem to be working as well as it had for
previous versions ...
2012 May 04
2
Binomial GLM, chisq.test, or?
Hi,
I have a data set with 999 observations, for each of them I have data on
four variables:
site, colony, gender (quite a few NA values), and cohort.
This is how the data set looks like:
> str(dispersal)
'data.frame': 999 obs. of 4 variables:
$ site : Factor w/ 2 levels "1","2": 1 1 1 1 1 1 1 1 2 2 ...
$ gender: Factor w/ 2 levels "0","1":
2002 Jul 19
1
R-devel Mac OSX build wierdness...
I encountered some wierdness when building R-devel (latest rsync) on OSX
using commandline tools (as opposed to the Carbon GUI and
whatnot...probably just laziness on my part but it generally works :-)).
At any rate, sometime between 2002-07-05 and the present the configure
scripts started setting INSTALL_DATA to ${R_HOME}/bin/install -c in
Makeconf...which causes wierdness for the Mac OSX
2003 Jan 06
1
wierdness with mailboxes
Mail has always been the bane of my sys-admin life. I've been looking
long and hard for a small, C-based, simple IMAP server that worked well
with maildirs *and* mboxes and nothing else. wu-imap is so bloated and
rife with decrepit, cross-platform, insecure code that I avoid it for
any new servers. Courier-imap only supports maildirs but has some
wierdnesses that I've come to live with.
2006 Jul 25
1
can''t dump: session wierdness
Hi,
I have "include DRbUndumped" in one of my model classes. Whenever my
app accesses the session I get the following:
can''t dump
/usr/lib/ruby/1.8/drb/drb.rb:395:in `_dump''
/usr/lib/ruby/1.8/pstore.rb:349:in `dump''
/usr/lib/ruby/1.8/pstore.rb:327:in `transaction''
/usr/lib/ruby/1.8/cgi/session/pstore.rb:90:in `update''
2006 Aug 07
1
Eager loading wierdness
Consider this problem.
I have an Item that has_many Features
I want to find all Items with a Feature name of ''foo''.
Normally you would do this..
@items = Item.find(:all, :conditions=>["features.name = ?", ''foo''],
:include=>:features)
This all works fine and dandy except for this problem.
If you do this...
<% for item in @items %>
2006 Aug 10
0
routing wierdness
perhaps i am missing something but i can''t seem to see it so perhaps
someone else can see what is going on
i have the following routes setup
map.connect "", :controller => "main", :action => "index", :site => "home"
map.connect "admin", :controller => "admin/main", :action => "index"
map.connect
2005 Dec 15
1
Ruby Hash wierdness
Hi
I''m having problems with using a hash. I put in a class and when I
retrieve it, it''s automagically become a string
ie
<%= button_link _("Export CSV"),
SearchParams.get_url_hash({ :action => :export_csv, :klass =>
Customer }, params, @search_fields) %>
Customer is a class that is available to my view
def export_csv
klass =
2002 Jun 28
0
Wonder shaper wierdness.
I''m troubleshooting a modified version of the wondershaper and am
encountering some trouble that I was hoping you could help me look into.
I have 4 queues that I add traffic to:
1. VoIP phone stuff
2. ssh traffic
3. HTTP
4. everything else (should be default).
Latency is definitely increased when I run it. I was trying the catch
all rule (#4) and removed the specific rule for
2009 Jan 03
1
AppDB Voting System Wierdness
Hi, I'm a newbie.
I was looking at the AppDB and I think the voting is a great idea to prioritise what people want and will use. However, I was looking at my favorite game that I want to get fully working on wine - "Company of Heroes (http://appdb.winehq.org/objectManager.php?sClass=application&iId=4506)". I can't understand why there isn't a global voting for this like
2005 Dec 11
1
redering CDATA wierdness
I am attempting to do the sortable_element tutorial from scriptaculous.
(http://demo.script.aculo.us/ajax/sortable_elements)
Upon viewing the script.aculo.us source, I see this line is generated...
<script type="text/javascript">Sortable.create(''list'',
{onUpdate:function(){new Ajax.Updater(''list-info'', ''/ajax/order'',
2001 Oct 23
0
ssh v2.9.9p2 wierdness
When I run a command like on v2.9.9p2 on Solaris 8:
client> ssh server
... and immediately press CTRL-D, I get a shell prompt from the remote
host, but I can't type into it and have to kill the ssh process on the
client.
Ed
Ed Phillips <ed at udel.edu> University of Delaware (302) 831-6082
Systems Programmer III, Network and Systems Services
finger -l ed at polycut.nss.udel.edu
2011 Mar 22
1
Multi-monitor TwinView DirectX wierdness
I'm hoping somebody can tell me how to fix this. I use Altium Designer 10 with Wine on Fedora 14. I'm using nVidia TwinView with a GeForce GTS450. What happens is that when I have the window on my left screen, I have 3D acceleration, but the GDI text overlays disappear. When I move the window to the right hand screen, I lose 3D acceleration, but my GDI text overlays (PCB trace net names)