Displaying 20 results from an estimated 162 matches for "mikko".
2015 Nov 18
3
Outdated information in regex.Rd
...s are
> required (see the ?R Installation and Administration? manual).
Therefore I believe the following information in
'src/library/base/man/regex.Rd' is no longer valid:
> If PCRE support was compiled from the sources within R, the PCRE
> version is 8.36 as described here.
--
Mikko Korpela
Aalto University School of Science
Department of Computer Science
2024 Oct 25
1
readLines() and unz() and non-empty final line
...similar to 'file()'; that is, add a 'blocking' argument to unz. It's hard
to say whether they would choose 'blocking = FALSE' for back compatibility
or 'blocking = TRUE' for consistency with 'file()'.
Regards,
Iris
On Fri, Oct 25, 2024, 04:47 Marttila Mikko <mikko.marttila at orionpharma.com>
wrote:
> Thanks Iris, Bert, and Tim.
>
>
>
> Whether unz() is blocking or not by default doesn?t seem to be documented.
> Indeed, thank you Iris for finding out that explicitly opening it as
> blocking would work. That made me wonder i...
2016 May 18
2
[patch] Error in reg-tests-1c.R (R-devel)
On 18/05/16 13:50, Martin Maechler wrote:
>>>>>> Mikko Korpela <mikko.korpela at helsinki.fi>
>>>>>> on Wed, 18 May 2016 13:05:24 +0300 writes:
>
> > I get an error when running "make check" after building
> > R-devel r70629 on Ubuntu 14.04.
> > Here are the relevant
> &...
2024 Oct 24
3
readLines() and unz() and non-empty final line
...ello.txt")
updating: hello.txt (stored 0%)
> readChar(unz("hello.zip","hello.txt"),100)
[1] "hello"
I leave it to you and other wiser heads to figure out.
Cheers,
Bert
On Thu, Oct 24, 2024 at 8:57?AM Iris Simmons <ikwsimmo at gmail.com> wrote:
> Hi Mikko,
>
>
> I tried running a few different things, and it seems as though
> explicitly using `open()` and opening a blocking connection works.
>
> ```R
> cat("hello", file = "hello.txt")
> zip("hello.zip", "hello.txt")
> local({
>...
2016 May 18
3
[patch] Error in reg-tests-1c.R (R-devel)
...LLATE="en_GB"
LC_MONETARY=fi_FI.UTF-8
LC_MESSAGES="en_GB"
LC_PAPER="en_GB"
LC_NAME="en_GB"
LC_ADDRESS="en_GB"
LC_TELEPHONE="en_GB"
LC_MEASUREMENT="en_GB"
LC_IDENTIFICATION="en_GB"
LC_ALL=
--
Mikko Korpela
Department of Geosciences and Geography
University of Helsinki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: reg-tests-1c.diff
Type: text/x-patch
Size: 739 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20160518/c4...
2018 Apr 26
1
Possible bug in package installation when R_ICU_LOCALE is set
(Belated) thanks for the confirmation, Ista. I just reported this issue on the R bug tracker:
https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=17412
Best regards,
- Mikko
-----Alkuper?inen viesti-----
L?hett?j?: Ista Zahn [mailto:istazahn at gmail.com]
L?hetetty: 7. helmikuuta 2018 17:05
Vastaanottaja: Korpela Mikko (MML)
Kopio: r-devel at r-project.org
Aihe: Re: [Rd] Possible bug in package installation when R_ICU_LOCALE is set
I can reproduce this on Linux, so...
2015 Oct 20
2
Ubuntu CRAN repository not signed
...In the aftermath of the signing key expiring a couple of days ago, it
seems that the Ubuntu repositories are no longer signed (there is no
Release.gpg file present). This is not a good situation as users cannot
verify the packages' origin.
I hope this will be fixed promptly :-)
Thank you,
Mikko Pesari
2016 May 19
0
[patch] Error in reg-tests-1c.R (R-devel)
>>>>> Mikko Korpela <mikko.korpela at helsinki.fi>
>>>>> on Wed, 18 May 2016 14:18:20 +0300 writes:
> On 18/05/16 13:50, Martin Maechler wrote:
>>>>>>> Mikko Korpela <mikko.korpela at helsinki.fi> on Wed, 18
>>>>>>> May 20...
2015 Oct 20
1
Ubuntu CRAN repository not signed
On 10/20/2015 05:18 PM, Michael Rutter wrote:
> On 10/20/2015 09:51 AM, Mikko Pesari wrote:
>> Hi,
>>
>> In the aftermath of the signing key expiring a couple of days ago, it
>> seems that the Ubuntu repositories are no longer signed (there is no
>> Release.gpg file present). This is not a good situation as users cannot
>> verify the packa...
2017 Jun 09
4
[PATCH 1/3] drm/nouveau/tegra: Skip manual unpowergating when not necessary
On Tegra186, powergating is handled by the BPMP power domain provider
and the "legacy" powergating API is not available. Therefore skip
these calls if we are attached to a power domain.
Signed-off-by: Mikko Perttunen <mperttunen at nvidia.com>
---
drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c b/drivers/gpu/drm/nouveau/nvkm/engine/device/tegra.c
index 6474bd2a6d0...
2017 Feb 24
1
Update copyright year in manuals
On Thu, Feb 23, 2017 at 03:23:10PM +0100, Martin Maechler wrote:
> >>>>> Mikko Korpela <mikko.korpela at helsinki.fi>
> >>>>> on Thu, 23 Feb 2017 14:02:58 +0200 writes:
>
> > With new R releases soon to come, I suggest updating the
> > Rcopyright macro in "doc/manual/R-defs.texi" to use year
> > 2017.
>...
2017 Nov 10
2
GP10B regression
...m/nouveau/kms/nv50:
use the correct state for base channel notifier setup" makes things work
again.
I'll continue to take look, though bisecting is a bit harder than usual
due to some other issues in Tegra186 recently, so any pointers in the
right direction would be useful :)
Thanks,
Mikko
2017 Feb 23
2
Update copyright year in manuals
With new R releases soon to come, I suggest updating the Rcopyright
macro in "doc/manual/R-defs.texi" to use year 2017.
--
Mikko Korpela
Department of Geosciences and Geography
University of Helsinki
2016 Feb 29
3
Sys.readlink (on BSD vs Linux)
...R to be the same as from the system's `readlink` command, thus mimicking the command line difference.
Am I wrong with the latter? Anyway, the behaviour is irritating, thus the request to at least mention `normalizePath` in the Rd of `Sys.readlink`.
Best,
Sven
> On 29 Feb 2016, at 11:44, Mikko Korpela <mikko.korpela at aalto.fi> wrote:
>
> On 29.02.2016 10:34, Sven E. Templer wrote:
>> Hello together,
>>
>> the function `Sys.readlink` uses the system's readlink command to resolve symlink paths. On OSX/BSD the command has a different meaning than on Lin...
2020 Aug 31
1
make check fails due to NA / NaN mismatch
...*NOT* give a warning! ")
if(!(identical(R$value, expected))) { ## allow NA/NaN mismatch in these cases for now:
stop(" .. not giving expected NA/NaN's ")
}
where the test is less forgiving, both with respect to the conditions and the type of "nag" (cat vs stop).
- Mikko
-----Alkuper?inen viesti-----
L?hett?j?: Martin Maechler <maechler at stat.math.ethz.ch>
L?hetetty: maanantai 31. elokuuta 2020 10.44
Vastaanottaja: Korpela Mikko (MML) <mikko.korpela at maanmittauslaitos.fi>
Kopio: r-devel <r-devel at r-project.org>
Aihe: Re: [Rd] make check fa...
2020 Oct 06
5
[Bug 3220] New: Possible bug if ControlMaster + ControlPersist and `-t`
...`-t`
Product: Portable OpenSSH
Version: 8.4p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: mikko.rantalainen at peda.net
Steps to reproduce:
$ cat ~/.ssh/config
ControlMaster auto
ControlPath ~/.ssh/connections/%r@%h:%p
ControlPersist 1
Host workstation
HostName remote.example.com
HostKeyAlias workstation
ForwardX11 yes
ForwardX11Timeout 10h
AddKeys...
2024 Oct 25
1
readLines() and unz() and non-empty final line
...gt; readChar(unz("hello.zip","hello.txt"),100)
> [1] "hello"
>
> I leave it to you and other wiser heads to figure out.
>
> Cheers,
> Bert
>
> On Thu, Oct 24, 2024 at 8:57?AM Iris Simmons <ikwsimmo at gmail.com> wrote:
>
>> Hi Mikko,
>>
>>
>> I tried running a few different things, and it seems as though
>> explicitly using `open()` and opening a blocking connection works.
>>
>> ```R
>> cat("hello", file = "hello.txt")
>> zip("hello.zip", "hello...
2018 Dec 08
2
Possible encoding bug in sub()
...loaded via a namespace (and not attached):
[1] compiler_3.5.1
> sessionInfo()
R Under development (unstable) (2018-12-08 r75801)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.1 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/libf77blas.so.3.10.3
LAPACK: /home/mikko/root_R-devel-r75801/lib/R/lib/libRlapack.so
locale:
[1] LC_CTYPE=fi_FI.UTF-8 LC_NUMERIC=C
[3] LC_TIME=fi_FI.UTF-8 LC_COLLATE=fi_FI.UTF-8
[5] LC_MONETARY=fi_FI.UTF-8 LC_MESSAGES=fi_FI.UTF-8
[7] LC_PAPER=fi_FI.UTF-8 LC_NAME=C
[9] LC_AD...
2005 May 25
3
Problem with systemfit 0.7-3 and transformed variables
..._
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor 1.0
year 2005
month 04
day 18
language R
Regards,
-Mikko Pakkanen
2016 Feb 29
1
iconv to UTF-16 encoding produces error due to embedded nulls (write.table with fileEncoding param)
...ut both of these
problems so they don't get forgotten. Since the first one is mainly a
Windows problem, I'll write that one up; I'd appreciate it if you could
write up the file.show() issue, after checking against R-devel rev 70247
or higher.
Duncan Murdoch
On 25/02/2016 5:54 AM, Mikko Korpela wrote:
> On 25.02.2016 11:31, Mikko Korpela wrote:
>> On 23.02.2016 14:06, Mikko Korpela wrote:
>>> On 23.02.2016 11:37, Martin Maechler wrote:
>>>>>>>>> nospam at altfeld-im de <nospam at altfeld-im.de>
>>>>>>>>>...