similar to: source() chdir does not work (PR#7940)

Displaying 20 results from an estimated 700 matches similar to: "source() chdir does not work (PR#7940)"

2005 May 16
2
a problem sourcing a file using chdir=TRUE
Dear R-users, I used to give commands such as: > source(file="~/path/to/file.R", chdir=TRUE) but with the latest v. 2.1.0 it does not seem to work anymore. I tried to figure out what it was going on and it seems that the string for which > class(file) [1] "character" is changed to > class(file) [1] "file" "connection" when the connection is
2006 Aug 04
2
Sweave special token \\ from R to latex
Dear helpeRs, I would like to specify a newline command in R and pass it to latex via Sweave such that it corresponds to latex' \\ command. But that doesn't seem to be possible. If I Sweave the \n character, it just makes a new line in latex but not the \\ command. Is there a way such that the following code would result in latex in blablabla \\ blablabla on different line
2004 Nov 27
3
Problem with voicemailsystem
Hi! First of all, Im posting from Austria. Alle respondes of my server are translated to german, and if my question ist not in good english please forgive me. :-) Were runnig an asterisk und searching for a way to fix a question from one of our clients. After calling the number and no response of our client the voice-box gives response. Thats ok... but after the voice-box, which ist self-
2003 Apr 24
1
intermittant problem with samdump and vampire
Hello I am running a net work with a NT4PDC a NT4 BDC and attent to add samba BDC. I am following the brief section 28 of the Samba-Howto collection for samba head/3.0. * Adding the samba server as a BDC from NT server manager seems OK * Getting, recording domain sid is ok (see below) > rpcclient NT4PDC -U Administrator password: > lsaquery domain IMAGERIE has sid blablabla > net
2005 Jul 19
1
Minor "bug" in source()
For R v2.1.1 patched and R v2.2.0 devel: Calling source(file, chdir=TRUE) with is.character(file) != TRUE, that is, with 'file' as a connection, will generate an error. Example: > file <- textConnection("cat('Hello world\n')") > source(file, chdir=TRUE) Error in source(file, chdir = TRUE) : Object "ofile" not found Of course, it does not make
2009 Oct 15
1
"Complex?" import of pdf files (criminal records) into R table
Hi there, I'm facing the decision if it would be possible to transform several more or less complex pdf files into an R Table-Format or if it has to be done manually. I think it would be a impudent to expect a complete solution, but I would be grateful if anyone could give me an advice on how the structure of such a R-program could look like, and if it's possible in general. Here
2004 Jan 01
1
.ssh/: Is a directory
I'm depending on scp to create the .ssh directory (which is does) but it can't use the directory it just created in the current session thus the "error" message. I would like to run the command just once if possible :) Is it possible I could get a patch if this is changed? [root /root]# ls -la total 84 drwxr-x--- 9 root root 4096 Dec 17 19:18 . drwxr-xr-x 16
2020 Jun 22
2
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
Hi Tomas, I received a report about R 4.0.0 in the knitr package (https://github.com/yihui/knitr/issues/1840), and I think it is related to the issue here. I created a minimal reproducible example below: owd = setwd(tempdir()) z = 'K\u00e4sch.txt' file.create(z) list.files() file.exists(list.files()) setwd(owd) Output: > owd = setwd(tempdir()) > z = 'K\u00e4sch.txt' >
2017 Aug 28
2
SSL Cert Woes
> > > > > > > > Hi Folks, > > > > > > > > > > > > > > > > I’m having a problem getting a the SSL cert file formatted > > > > > > > > just like icecast wants… I’m running 2.4.2 … and it > > > > > > > > doesn’t seem to want to use my combined key + cert chain > > > >
2017 Aug 28
2
SSL Cert Woes
> > > > > > > > > > Hi Folks, > > > > > > > > > > > > > > > > > > > > I’m having a problem getting a the SSL cert file > > > > > > > > > > formatted just like icecast wants… I’m running 2.4.2 … > > > > > > > > > > and it doesn’t seem to want to use
2016 Aug 30
3
AD, ACLs on LDAP objects not replicated?
Hi all, Playing with delegation today we delegated rights to some user on some OU and its contents for it can modify users inside that OU and children. We used "advanced view" in ADUC then "properties" on our delegated OU, then "security" tab, and finally we gave rights to our user. Perhaps this process is not correct but we believe it is a valid process to delegate
2019 Feb 14
1
Proposed function file.backup
Dear R Core: In the kutils package, I wrote a function that is so handy that I would like to ask you put it in R itself. file.backup() will look at a file, find its last modification time, and create a new backup with a name that appends YYYYMMDD-HHMM to the file name. So now, whenever I worry that running write.csv or saving a graph might destroy something valuable, I use an idiom like fn
2011 May 05
3
What does Markdown do with HTML comments? Recommendation on Markdown file extension?
Hi there! (1.) It may sound awkward, but I would like to use comments in Markdown texts. According to the rule that proper HTML works as HTML, I should be able to use <!-- blablabla --> But the converters I use do strange things with comments. Is there an official rule about that? (2.) I wonder if there is a recommended standard file extension for Markdown source files. For my
2005 Mar 21
2
SAMBA3 + LDAP = PDC => ROUND 3!
Okay, I've upgrade samba, now I use samba3.schema who is with my suse 9.2 So I delete all in /var/lib/ldap and in /var/lib/samba Redo smb-populate blablabla (from the howto http://samba.idealx.org/smbldap-howto.en.html) So now when i would like to join my Samba domain : [2005/03/21 15:45:51, 2] auth/auth.c:check_ntlm_password(312) check_ntlm_password: Authentication for user
2004 May 27
1
Joining 2000 ADS domain error
Hi all, I get the following error trying to join a 2000 ADS domain: realm must be set in in smb.conf for ADS join to succeed. ADS join did not work, falling back to RPC... [2004/05/27 14:43:16, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(249) cli_nt_setup_creds: request challenge failed [2004/05/27 14:43:16, 0] rpc_client/cli_netlogon.c:cli_nt_setup_creds(249) cli_nt_setup_creds: request
2006 Oct 14
1
Codec swap (reinvite)
Hi, I've finally given up on trying to fax over my Digium TDM400 card. I've found that fax over VoIP is quite more reliable (at least I can receive the faxes). My ITSP supports G729 and alaw/ulaw. As I won't be receiving faxes everyday (just ocasionally), i pretend on using g729, unless a fax is detected. Is there any way to force asterisk to make a reinvite, and swap the codec on
2003 Nov 26
1
My experience with samba/ldap and machine accounts
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is a snippet of an email I sent to Mark Taylor (who I contacted thru this list) today. I thought I should share this with you... I am the double >> and zero-> typer. > > On the other side, we've developed a new version of our DDS software > > (remember the novell+NT to Linux+openldap+samba migration?) and theyre >
2005 Mar 31
1
Does pam is needed with winbind?
I have some problem to compile samba 3.0.13 on a debian distrib. I tried to compile the source, and when configure check for PAM, it give me an error that "pam module blablabla" cannot be found. Then, I compile the source without the '--with-pam' parameter and compilation run well. All I want to know is: does winbind need the presence of PAM (in compilation) for autenticate on an
2008 Feb 13
1
acl, no rights and possibility to delete files
Hello, I've a samba 3.0.24 and a share in ext3 with acl. I've set on a file the following permissions on a file a.txt : vssamba:/# getfacl /mnt/samba/partage/a.txt getfacl: Removing leading '/' from absolute path names # file: mnt/samba/partage/a.txt # owner: herve # group: users user::rwx group::r-- other::r-- The rights for share "Partage" are : [partage]
2005 Sep 29
1
standard error of variances and covariances of the random effects with LME
Hello, how do I obtain standard errors of variances and covariances of the random effects with LME comparable to those of for example MlWin? I know you shouldn't use them because the distribution of the estimator isn't symmetric blablabla, but I need a measure of the variance of those estimates for pooling my multiple imputation results. Regards, Roel.