Displaying 20 results from an estimated 54 matches for "magnusson".
2016 Jan 18
4
r-devel @ Travis
...ntinous integration. When
submitting to CRAN Im suggestet to test the package using the latest
R-devel. I would like that all test where run using Travis. Is there anyone
who knows if this is possible to run travis test using the latest r-devel?
--
Regards
M?ns
============================
M?ns Magnusson
070 - 588 97 15
mons.magnusson at gmail.com
============================
[[alternative HTML version deleted]]
2016 Jan 18
1
r-devel @ Travis
...d but
unfortunately it did not work. So I contacted Jim Hester and he told me
that they are now actively working with implementing multiple R versions in
the native R builds.
/M?ns
2016-01-18 15:17 GMT+01:00 Dirk Eddelbuettel <edd at debian.org>:
>
> On 18 January 2016 at 09:45, M?ns Magnusson wrote:
> | I'm developing R packages and use Travis CI for continous integration.
> When
> | submitting to CRAN Im suggestet to test the package using the latest
> | R-devel. I would like that all test where run using Travis. Is there
> anyone
> | who knows if this is possible...
2005 Jan 27
2
Bug#292548: libspeex1: speex 1.1 in unstable?
Mikael Magnusson writes:
> Package: libspeex1
> Version: 1.1.6-1
> Severity: wishlist
>
> Is there anything that keeps 1.1.6-1 in experimental from being uploaded to
> unstable? Do you know when it will happen?
>
> I'm debianizing iaxclient, which needs speex version 1.1.x. Cur...
2020 Apr 20
1
stringsAsFactors and type.convert()
....is=TRUE is planned to be the default at some point in the future. Looking forward to the 4.0.0 official release - all positive changes!
All the best,
Arni
________________________________
From: Martin Maechler <maechler at stat.math.ethz.ch>
Sent: Monday, April 20, 2020 6:23:31 PM
To: Arni Magnusson
Cc: r-devel at r-project.org
Subject: Re: [Rd] stringsAsFactors and type.convert()
>>>>> Arni Magnusson
>>>>> on Mon, 13 Apr 2020 22:20:19 +0000 writes:
> If read.table() is defaulting to "character" instead of "factor" data type, shoul...
2015 Feb 08
2
Testthat and global environments in R packages on CRAN
...problem is that it is not possible to publish packages on CRAN that
modifies the global environment.
Is there anyone that have any solutions/ideas to this problem?
The package can be found here:
https://github.com/MansMeg/markmyassignment
--
Kind regards
M?ns
============================
M?ns Magnusson
+46 (0) 70 588 97 15
mons.magnusson at gmail.com
============================
[[alternative HTML version deleted]]
2010 Sep 08
2
Drop single-dimensional array
...methods to convert a single-dimensional to a
vector, while retaining its names. Or I may well be missing something
obvious.
Best regards,
Arni
On Wed, 8 Sep 2010, Simon Urbanek wrote:
> wrong address - did you mean R-devel?
> Simon
>
>
>
> On Sep 6, 2010, at 8:35 AM, Arni Magnusson wrote:
>
>> Bug or not, I was surprised by this behavior:
>>
>> x <- tapply(chickwts$weight, chickwts$feed, median)
>> x # array ... I'd like to convert to vector with named elements
>> drop(x) # what, still an array?
>> drop(as.matrix(...
2016 Sep 05
1
Defragmentation of memory
...eem to handle this (potential) fragmentation.
Can the reason of the poor performance after a couple of iterations be that
I'm fragmenting the memory? If so, is there a solution that can used to
handle this within R, such as defragmentation or restarting R from within R?
With kind regards
M?ns Magnusson
PhD Student, Statistics, Link?ping University.
[[alternative HTML version deleted]]
2007 Nov 30
5
[PATCH] Add Visual Studio 2008 Prject files
Jean-Marc Valin wrote:
...
> I think the amount of Windows crap is getting a bit ridiculous. Does
> anyone know of a solution to keep things manageable? I mean, the same
> autotools files manage the build for Linux PCs, Blackfins and MacOS (and
> others). Yet, we need one set of files for each MS compiler version
> (good thing they don't practice "release early, release
2015 Jul 16
13
[Bug 2430] New: ssh-keygen should allow to login before reading public key from smart card
https://bugzilla.mindrot.org/show_bug.cgi?id=2430
Bug ID: 2430
Summary: ssh-keygen should allow to login before reading public
key from smart card
Product: Portable OpenSSH
Version: 6.9p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
2020 Apr 13
2
stringsAsFactors and type.convert()
If read.table() is defaulting to "character" instead of "factor" data type, shouldn't type.convert() also default to "character" in R 4.0.0?
This would seem like a good time to change the default to type.convert(as.is=TRUE), to align it with the new default in read.table and data.frame. I think many R >=4.0.0 users would be happy with as.is=TRUE as the default
2007 Nov 05
2
[patch] speex_preprocess_ctl
...i@hates.ms> wrote:
>
> Hi all,
>
> Did anything happen to this patch?
> It seems to me that it fixes a valid issue, but I'm not an expert.
> Anyways, I didn't see and follow-up or reply...
>
> Cheers,
> Mihai
>
> On Oct 29, 2007, at 7:14 PM, Mikael Magnusson wrote:
>
> > There is a problem in speex_preprocess_ctl. Both speech_prob_start
> > and speech_prob_continue are set to 327.67 for all input values
> > except 0 which results in 0. This is in floating point mode.
> >
> > I think the included patch fixes the pro...
2015 Feb 08
1
Testthat and global environments in R packages on CRAN
...e reload the old global environment. But this solution will not be publishable on CRAN.
I hope this can clarify the problem.
Kind regards
M?ns
Skickat fr?n min iPhone
> 8 feb 2015 kl. 16:46 skrev Duncan Murdoch <murdoch.duncan at gmail.com>:
>
>> On 08/02/2015 8:22 AM, M?ns Magnusson wrote:
>> Hi!
>>
>> Im currently developing an R package to automatically give students
>> feedback on programming assignments in R. I use the testthat package as an
>> engine for the unit testing and do a wrapper to make the automatic marking
>> easy for the st...
2009 Mar 23
1
I/O error 32 (share error) while opening executable
...ble to create file L"C:\\condi\
\CONDILNK.EXE" (status c0000043)
trace:file:CreateFileW returning 0xffffffff
---
I've made sure that the current user has read/write permission on
CONDILNK.EXE.
Any hints?
Does Wine not allow a program to open its own executable?
Regards,
Jonatan Magnusson
2003 Feb 21
1
POSIX problem in New Zealand (PR#2570)
Full_Name: Arni Magnusson
Version: 1.6.2
OS: Windows XP
Submission from: (NULL) (210.48.49.68)
Hi there. I'm experiencing unexpected behaviour from as.POSIXct:
> as.POSIXct("1969-12-24")
[1] "1969-12-23 23:00:00 New Zealand Standard Time"
> as.POSIXlt("1969-12-24")
[1] "1969-1...
1997 Dec 03
1
Problems with servicepack 3
Hello!
I read your notice about your problem with Windows NT and servicepack 3.
Did you find any solution?
I have the same problem: I can?t see other computers on the network when
I?m running SAMBA. I would appreciate if you could help me.
Leif Magnusson
2005 Nov 14
1
connecting from Windows XP x64 Edition
Hi there,
I have a problem connecting from a Windows XP x64 Edition machine
(nettle) to a Samba server (zeus).
When I open an Explorer window and enter "\\zeus\work" in the address
line, I receive an error message: "Widnows cannot find '\\zeus\work'.
Check the spelling and try again, or try searching for the item by
clicking the Start button and then clicking
2014 Apr 15
1
ASCIIfy() - a proposal for package:tools
...(\samp{\x00}) or two-byte (\samp{\u0000}) codes.}
\item{fallback}{an output character to use, when input characters
cannot be converted.}
}
\value{
A character vector like \code{x}, except non-ASCII characters have
been replaced with \samp{\x00} or \samp{\u0000} codes.
}
\author{Arni Magnusson.}
\note{
To render single backslashes, use these or similar techniques:
\verb{
write(ASCIIfy(x), "file.txt")
cat(paste(ASCIIfy(x), collapse="\n"), "\n", sep="")}
The resulting strings are plain ASCII and can be used in R functions
and dataset...
2003 Feb 23
0
unsubscribe
...ke? (Duncan
Murdoch)
3. require vs library (ripley@stats.ox.ac.uk)
4. Perl question (Duncan Murdoch)
5. Re: Perl question (Dirk Eddelbuettel)
6. Re: Perl question (David Brahm)
7. Re: Perl question (Roger Peng)
8. Re: Perl question (Michael Na Li)
9. Re: POSIX problem in New Zealand (PR#2570) (Arni Magnusson)
10. RE: Re: [R] Who to decide what a generic function should look like?
(Henrik Bengtsson)
--__--__--
Message: 1
Date: Fri, 21 Feb 2003 14:51:39 +0100 (MET)
From: dirk@santafe.edu
To: r-devel@stat.math.ethz.ch
CC: R-bugs@biostat.ku.dk
Subject: [Rd] ks.test gets stuck (PR#2571)
Full_Name: Michae...
2010 Feb 11
1
Rounding multinomial proportions
...}
\note{
d'Hondt is used to allocate parliamentary seats in most of Europe and
South America, East Timor, Israel, Japan, and Turkey.
Modified Sainte-Lagu?? is used in Norway and Sweden.
Sainte-Lagu?? is used in Bosnia and Herzegovina, Kosovo, Latvia, and
New Zealand.
}
\author{Arni Magnusson.}
\references{
Balinski, M. and V. Ram??rez. 1999. Parametric methods of
apportionment, rounding and production. \emph{Mathematical Social
Sciences} \bold{37}:107--122.
Diaconis, P. and D. Freedman. 1979. On rounding percentages.
\emph{Journal of the American Statistical Association}...
2007 Oct 29
1
[patch] speex_preprocess_ctl
There is a problem in speex_preprocess_ctl. Both speech_prob_start and
speech_prob_continue are set to 327.67 for all input values except 0
which results in 0. This is in floating point mode.
I think the included patch fixes the problem.
Mikael
-------------- next part --------------
Index: libspeex/preprocess.c
===================================================================
---