Displaying 20 results from an estimated 200 matches similar to: "Problems with the console functions?"
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
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
2015 Jun 08
0
Bug in loadNamespace?
Looks like this could be locale related. Both of you are using non-US locales, and Sys.setlocale is not changing the last entry (LC_MESSAGES), which is as documented, but maybe somehow related.
I can reproduce with
Peters-iMac:r-release-branch pd$ LC_ALL=da_DK.UTF-8 BUILD-dist/bin/R --vanilla
R version 3.2.1 beta (2015-06-07 r68485) -- "World-Famous Astronaut"
Copyright (C) 2015 The
2024 May 30
1
How to call directly "dotTcl" C-function of the tcltk-package from the C-code of an external package?
I asked Tomas.
Apparently this works:
getNativeSymbolInfo("dotTcl",PACKAGE=getLoadedDLLs()$tcltk)
and the tcltk behavior was changed by
r84265 | hornik | 2023-04-15 08:44:36 +0200 (Sat, 15 Apr 2023) | 1 line
Try forcing symbols in ff calls.
Index: library/tcltk/src/init.c
===================================================================
--- library/tcltk/src/init.c
2007 Jul 29
1
Help cleaning up domain SID mess...
I have four SLES 10 servers working as Samba servers on the same domain
with an LDAP account backend. Relevant smb.conf entries are:
[global]
workgroup = UNIX
realm = UNIX.UIB.NO
server string = ukl-samba
netbios name = ukl-samba
security = user
allow trusted domains = yes
domain master = yes
local master = yes
encrypt
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:
2009 Dec 29
0
Outage in Copenhagen tomorrow
This came in at 11:21 today:
"From 30/12-2009 at 15.30 untill 31/12-2009 at 08.00, ALL IT services at
SUND-IT will be shut down!
ALL forms of electronic communication will be affected at SUND; VPN,
Webmail, Mail, Print, Network drives, Servers ie.
Furthermore, Panum, CSS, Teilum, Museion and Biocenteret will have no
access to the Internet.
The time of restoration of normal IT services,
2020 Oct 23
0
Postdoc in data science and statistical modelling
Dear all
We are currently seeking a post-doctoral research assistant in data science and statistical modelling at the University of Copenhagen (Frederiksberg campus). This is an exciting opportunity for someone with strong quantitative skills to join a group of ?data nerds? working on the frontline of human and animal health, and with privileged access to data sources including those relevant to
2023 Sep 30
0
Data scientist / software engineer (academic support role)
Job opportunity: data scientist / software engineer
We are currently hiring at the University of Copenhagen for a (non-academic) role to support our group?s work in animal disease modelling and veterinary contingency services, including developing and maintaining our data pipelines (which are written in R). This is a permanent position and we can be flexible on working hours, although the
2006 Dec 25
1
OpenSUSE 10.2 Client to FC6 Server
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
"smbclient -L Server" lists, all my shares
http://www.howtoforge.com/accessing_windows_or_samba_shares_using_autofs
got me to automount my shares.
But I still can't save directly (files) from Firefox (on openSUSE)
directly to my FC6 server.
I would likt to avoid the step of saving to client, then moving file to
server.
What else
2007 Aug 29
2
Samba and OSX 10.4
Is OSX 10.4.10 compatible with Samba's print server software? My I.T. Dept
has had no luck in getting this to work. From what I've seen online, there
does seem to be issues, but Samba also seems to be fully supported by Apple
which doesn't make sense if it's not compatible.
Thanks
Kevin
2008 Feb 25
2
pam_mkhomedir.so not working.
Sambains, I gotta samba setup where I use pam_mkhomedir.so to create
home dir for first time users. Same configuration is working on many
hosts and if I create a home directory manually, I can login, but not
on fly. And also when I change the /home permission to 777, its
creating home directory for new users on fly.
When strace a su session, I getting the following error. My guess is
the module
2007 Oct 17
4
Pam_mount + cifs
Hi, i'm probably not the first but i have found no concrete information
about my problem... lots of information, nothing helped.. :S
so, here's the thing.. i'm running a samba-3.0.22-13.16 server on SLES 9
kernel 2.6.16.21-0.8-default as an nt domain controller, there was a
migration to Linux for the workstations so i had to implement WINBIND +
PAM_MOUNT.
after searching for the
2007 Aug 03
6
try to bind samba traffic to specific interface - without success
Hello,
tonight my home samba server attracted my attention because i had seen
that the complete
traffic (copy user->server / server->user) goes via eth0 and not how
specified in smb.con
via the eth2 interface.
i tried to bind it like this:
*interfaces = lo eth2
*
in smb.conf ... any idea?
best regards
Jan
2007 Sep 05
4
Re-2: limit login
yes please this would fix problems with have with user loggin on at one end of the site then at the other later.
-------- Original Message --------
Subject: Re: [Samba] limit login (05-Sep-2007 10:52)
From: Volker.Lendecke@SerNet.DE
To: damiend@mckennagroup.co.uk
> Hi!
>
> On Wed, Sep 05, 2007 at 11:08:31AM +0200, Pascal Legrand wrote:
>
> > i'm looking for a
2009 Jul 06
3
Rspec book issue (mastermind example)
Hey Everyone,
Just a simple question. I have read and re-read the examples and I''m
not getting the proper output. I''m on page 73/74 of the Rspec book
and it says I should have "4 steps passed". I think the problem is
within my /step_definition/mastermind.rb" file. It''s definitely not
beyond me to make a mistake, but I have checked and double checked my
2007 Aug 22
3
SID
Hi, i`ve searched a lot, but i haven?t found a solution to it..
I have the this:
One Server with samba 3.0.14a-3sarge1 on Debian Sarge. This Samba use
Ldap as passdb backend... everything works great until this point. I
have other samba 3.0.24-6etch4 On Debian Etch.
The samba 3.0.14a-3sarge1 has:
security = user
passdb backend = ldapsam:ldap://127.0.0.1/
The Samba 3.0.24-6etch4 On Debian
2007 Jan 18
2
Letter instead of A4 with driver installed via Samba's Point'n'Print
Hello everyone,
I have already asked for this the cups list/newsgroup, but it seems to me that this might be more a question about Samba. According (hopefully) to these howtos I have setup printers and prepared their cups postscript drivers to be installed automatically via Samba and the so called Point'n'Print method:
https://forums.gentoo.org/viewtopic-t-456501-highlight-.html
2006 Jun 03
2
Help on plotting a 3 dimensional surface
Hi
Im working on my master thesis, I need to get a plot currents distributed
over a surface.
I have the data listed in a dataframe with the x coordinates, y coordinates
and the value.
Im using the persp function but I’ve not found out how to put the data into
the z1 variable
es <-read.table("RDatalog_pass_dev_1_wafers_1_8V.txt",header=T,sep="\t")
x1 <-
2012 Dec 10
1
Creating a geographical grid
I would like to create a geographical grid to have a sort of a reference grid for my georeferenced survey data. The grid should be in a xy format, wgs1984 with a 0.025 degree, alternatively 10km, resolution covering -14 to -24 S and 24 to -34 E (Zimbabwe).
Additionally I need to be able to export it as a .dbf
Hope someone can help an R- novice !
[[alternative HTML version deleted]]