Displaying 7 results from an estimated 7 matches for "reijo".
Did you mean:
teijo
2015 Jun 08
0
Bug in loadNamespace?
...r
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> Sys.setlocale(locale='en_US.UTF-8')
[1] "en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/da_DK.UTF-8"
> "320" > "300"
[1] NA
On 08 Jun 2015, at 11:10 , Reijo Sund <reijo.sund at helsinki.fi> wrote:
> Hi!
>
> Yes, I can repeat the problem. Happens at least with Mavericks build of R 3.1.3 (2015-03-09) as well as with Mavericks as well as Snowleopard builds of R 3.2.1 beta (2015-06-07 r68485).
>
> Best wishes,
> Reijo
>
>...
2015 Jun 08
3
Bug in loadNamespace?
On 07/06/2015 9:14 PM, Dirk Eddelbuettel wrote:
>
> On 7 June 2015 at 20:46, Duncan Murdoch wrote:
> | I am seeing very strange behaviour in R 3.2.0 patched (r68272) and a new
> | build of R-devel. The sessioninfo() from the former is below.
> |
> | Here's what I see: If I set the locale, and trigger a namespace load, a
> | version comparison gives NA, and I get an
2007 Dec 15
2
Problems with the console functions?
Dear Wine-experts,
I've tested the functionality of simple CUI-applications with
wineconsole (Wine-0.9.50, Ubuntu 7.10). Somewhat surprisingly,
there seems to be numerous major flaws in the current
implementation.
The best (worst?) example is the widely distributed sample code
("Console: Demonstration of the Console Functions") available in
the MSDN library
2024 May 30
1
How to call directly "dotTcl" C-function of the tcltk-package from the C-code of an external package?
...was all about, and I'm also a bit puzzled
a) that the .External lookup is so slow that you need to bypass it (would have thought that the byte compiler could speed it up)
b) that you don't use dotTclObjv and friends to avoid parsing on the Tcl side.
- pd
> On 29 May 2024, at 00:25 , Reijo Sund <reijo.sund at uef.fi> wrote:
>
> I have a use case with tcltk-package where I need to repeatedly call Tcl/Tk functions
> very quickly. For such purpose, the standard R-interface turned out to be too slow, and
> better option has been to call package's C-function dotTcl...
2024 May 28
1
How to call directly "dotTcl" C-function of the tcltk-package from the C-code of an external package?
I have a use case with tcltk-package where I need to repeatedly call Tcl/Tk functions
very quickly. For such purpose, the standard R-interface turned out to be too slow, and
better option has been to call package's C-function dotTcl directly from my own C-code.
Before R 4.4.0 it was possible to use getNativeSymbolInfo("dotTcl","tcltk")$address (or
2002 Aug 13
1
Mounting past the share level (\\server\share\path)
...rectory
(\\server\share\username) under linux as the same home directory.
I can set the home directory in winbind.
I can mount an arbitrary samba path on login, as the user, via smbpwman.
I can't issue a mount request to samba so that it understands anything past
the share level.
Any ideas?
-reijo
2013 Oct 19
3
Suggestions for an "official" place to store permissions/options for a package?
R-developers:
Duncan Murdoch suggested I move a post I started on r-help over here,
since it is more at the developer level. Here is my
question/challenge -- to my knowledge, there is not currently an
official way to store a *package*'s options to a standardized location
on a user's computer. Given that OS-level programs have standard
preference locations, I was hoping to first assess: