Displaying 20 results from an estimated 7000 matches similar to: "make check (PR#165)"
1999 Apr 13
0
make check
This message is in MIME format
--_=XFMail.1.3.p0.Linux:990413120342:8241=_
Content-Type: text/plain; charset=us-ascii
R 0.64.0 on RedHat Linux 5.1
I decided to add a "make check" command in the R RPM spec file
to ensure that R works properly before packaging it up. I
found (by sabotaging one of the *.Rout.save files) that errors
found by "make check" are ignored and do not
1999 Apr 22
1
mvfft (PR#176)
This message is in MIME format
--_=XFMail.1.3.p0.Linux:990422185944:4782=_
Content-Type: text/plain; charset=us-ascii
R-0.64.0 on RedHat Linux 5.1
Some problems with multivariate fast fourier transform. I
have attached the dump of a 30 x 3 matrix that seems to
reliably reproduce these problems
1) mvfft doesn't like vectors. It complains about not having
enough memory:
R>
1999 Apr 22
0
mvfft
This message is in MIME format
--_=XFMail.1.3.p0.Linux:990422185944:4782=_
Content-Type: text/plain; charset=us-ascii
R-0.64.0 on RedHat Linux 5.1
Some problems with multivariate fast fourier transform. I
have attached the dump of a 30 x 3 matrix that seems to
reliably reproduce these problems
1) mvfft doesn't like vectors. It complains about not having
enough memory:
R>
1997 Aug 25
0
R-alpha: ts problems
This message is in MIME format
--_=XFMail.1.1.p0.Linux:970825095458:252=_
Content-Type: text/plain; charset=us-ascii
Here is a patch which fixes some problems with time series functions.
Some examples of what goes wrong...
> x <- ts(rnorm(100),start=1,deltat=2)
> start(x)
Error in ts[1] : object is not subsettable
> end(x)
Error in ts[2] : object is not subsettable
> y <-
1999 Jul 02
0
Bug in "[.ts" for multivariate ts {Problem with plot.ts, "[" (PR#217)
This message is in MIME format
--_=XFMail.1.3.p0.Linux:990702182137:16900=_
Content-Type: text/plain; charset=us-ascii
There was some discussion a while back on R-devel between Ross Ihaka,
Paul Gilbert and myself about row subsetting in time series. I think
the consensus was that "[.ts" should not try to coerce its result
back to a time series object (which is underlying the problem
1997 Nov 28
3
R-alpha: Problems with dimnames and names
This message is in MIME format
--_=XFMail.1.1.p0.Linux:971128122615:3052=_
Content-Type: text/plain; charset=us-ascii
I have rounded up three buglets in R-0.50-a4. Two of them I can
fix and a patch is supplied below. I hope this is useful for the
current source (if these haven't been fixed already :)
1) cov
cov() fails when it's argument is a matrix with one column and with
column names
1999 Mar 25
4
readline() (PR#147)
Dear R developers,
I have found the following bug with readline() in R 0.63.3:
if you execute the menu-function and then the readline() function, then
readline() prompts "Selection:"
> a <- readline()
hello
> a
[1] "hallo"
> a <- menu(c("a", "b"), title="bitte:")
bitte:
1:a
2:b
Selection: 2
> a <- readline()
Selection:
1999 Jul 02
1
Bug in "[.ts" for multivariate ts {Problem with plot.ts, "["} (PR#216)
>>>>> On Fri, 02 Jul 1999, Adrian Trapletti <Adrian.Trapletti@wu-wien.ac.at> said:
Adrian> There seems to be a problem with plot.ts (R Version 0.64.2)
> x<-cbind(1:10,2:11)
> x<-as.ts(x)
> plot(x)
Adrian> Error: subscript (20) out of bounds, should be at most 10
This is definitely a bug
--> CC: R-bugs
ALL NOTE : This is *not* new
2005 May 20
5
[LLVMdev] [Cygwin] make check results
This is what I am getting back from 'make check' :-
=== Summary ===
# of expected passes 1710
# of unexpected failures 49
# of expected failures 55
Is this normal and "expected" ?
Full results attached.
Aaron
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: makecheck.txt
URL:
2015 Nov 09
2
idmap & migration to rfc2307
On 09/11/15 12:19, Michael Adam wrote:
> On 2015-11-09 at 11:22 +0100, buhorojo wrote:
>> On 09/11/15 10:05, Rowland Penny wrote:
>>> On 09/11/15 08:03, Michael Adam wrote:
>>>> On 2015-11-09 at 07:57 +0100, buhorojo wrote:
>>>>> On 08/11/15 23:40, Michael Adam wrote:
>>>>>> On 2015-11-08 at 22:50 +0100, buhorojo wrote:
2015 Nov 09
0
idmap & migration to rfc2307
On 2015-11-09 at 11:22 +0100, buhorojo wrote:
> On 09/11/15 10:05, Rowland Penny wrote:
> >On 09/11/15 08:03, Michael Adam wrote:
> >>On 2015-11-09 at 07:57 +0100, buhorojo wrote:
> >>>On 08/11/15 23:40, Michael Adam wrote:
> >>>>On 2015-11-08 at 22:50 +0100, buhorojo wrote:
> >>>>>On 08/11/15 21:01, Michael Adam wrote:
>
2012 Jan 25
0
bundle crashing with `error!': 302 "Moved Temporarily" (Net::HTTPRetriableError)
Gday all,
Tried creating a new rails app with 3.2.0 on MRI 1.9.3 running under
RVM 1.10.2, and it crashes on bundle with the following trace:
brentona@brails:~/rails_3.2.0$ bundle
Fetching source index for https://rubygems.org/
/home/brentona/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/net/http.rb:
2632:in `error!'': 302 "Moved Temporarily" (Net::HTTPRetriableError)
from
2012 Jun 04
1
bundle install results in "Symbol not found: _SSL_SESSION_free (LoadError)"
Hey everybody
I just installed RVM. I never had any issues with my OSX''s default Ruby
1.8.7, but for a project I want to work on I need a newer version,
specifically 1.9.3-p0. So I installed it. Sadly, when doing
rails new bla
I get the following error (right after bundle install is run):
/Users/josh/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in
2015 Nov 09
3
idmap & migration to rfc2307
On 09/11/15 10:05, Rowland Penny wrote:
> On 09/11/15 08:03, Michael Adam wrote:
>> On 2015-11-09 at 07:57 +0100, buhorojo wrote:
>>> On 08/11/15 23:40, Michael Adam wrote:
>>>> On 2015-11-08 at 22:50 +0100, buhorojo wrote:
>>>>> On 08/11/15 21:01, Michael Adam wrote:
>>>>>
>>>>>> so sssd is not at all an option.
2015 Nov 10
2
idmap & migration to rfc2307
On 09/11/15 21:35, Jeremy Allison wrote:
> On Mon, Nov 09, 2015 at 12:55:23PM +0100, buhorojo wrote:
>>>>>> So could you please stop sabotaging these efforts?
>>>> We are helping, not sabotaging.
>>> We? .... Is that you ... steves?
>> Eh? Plural. We work as a team. It works that way.
> Ah. OK. Can we please remove the 'buhorojo'
>
2010 Aug 26
2
Today: constant JSON::Parser not defined
(Using the latest 3-0-stable and rvm, and ruby-1.9.2-p0)
Yesterday everything worked, my own changes are very minor and in the
application only. Did anything change that could have caused this
problem? Unfortunately simply going back in rails alone to the
original "RC2" git-tag did not immediately help, so it may be some
other problem (on my own system only, even if I''m
2012 Jan 23
0
Problem loading modules through ActiveSupport on_load
Working with modules to group certain methods. Currently I have this
set up and it works:
**# app/models/a.rb**
class A
has_history
end
**# lib/history.rb**
module History
module Model
def self.included(base)
base.send :extend, ClassMethods
end
module ClassMethods
def has_history(options = {})
send :include,
2012 Feb 06
0
Error ActiveRecord::ConnectionNotEstablished
Hello, this morning I was trying to access my app on my computer, but,
when I initialize the server and access localhost:3000, this message
shows up:
ActiveRecord::ConnectionNotEstablished
So, I try to access via rails console, but again, another error:
felipe@Felipe:~/rails_projects/simple_cms$ rails console
2010 Nov 10
0
Problem with case statement and mb_chars in Ruby-1.9.2
RoR-3.0.1
I have this case statement:
case n.hll_normalize
when "common name"
@my_correspondent.correspondent_common_name = s
when "legal name"
. . .
else
raise ArgumentError, "#{n} attribute is not provided for."
end
hll_normalize is defined as:
def hll_normalise
strip.squeeze(" ").mb_chars.downcase
end
I
2012 Mar 02
0
ConnectionNotEstablished when using connection on AR::Base abstract subclass
I''m using AR outside of Rails and calling establish_connection on an
ActiveRecord::Base abstract_class subclass (to protect my connection
in case anyone else is using AR). It was working just fine with AR
3.0.9, but I recently attempted to upgrade to AR 3.2.2. Now, when I
hit a "nested" query from a has_many, I get a
ActiveRecord::ConnectionNotEstablished. If I call