search for: berman

Displaying 20 results from an estimated 41 matches for "berman".

Did you mean: german
2018 Jun 02
2
encoding argument of source() in 3.5.0
...ded and non-ascii characters are correctly displayed under MS-Windows (but not without `encoding'). Here is a transcript from R 3.5.0 under GNU/Linux (the URLs are real, in case anyone wants to try and reproduce the problem): > ls() character(0) > source("http://home.versanet.de/~s-berman/source1.R", encoding="UTF-8") > ls() character(0) > source("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8") > ls() character(0) > source("http://home.versanet.de/~s-berman/source1.R") > ls() [1] "source.test1" &gt...
2018 Jun 04
3
encoding argument of source() in 3.5.0
>>>>> peter dalgaard >>>>> on Sun, 3 Jun 2018 23:51:24 +0200 writes: > Looks like this actually comes from readLines(), nothing > to do with source() as such: In current R-devel (still): >> f <- file("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8") >> readLines(f) > character(0) >> close(f) >> f <- file("http://home.versanet.de/~s-berman/source2.R") >> readLines(f) > [1] "source.test2 <- function() {" " print(...
2018 Jun 03
0
encoding argument of source() in 3.5.0
Looks like this actually comes from readLines(), nothing to do with source() as such: In current R-devel (still): > f <- file("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8") > readLines(f) character(0) > close(f) > f <- file("http://home.versanet.de/~s-berman/source2.R") > readLines(f) [1] "source.test2 <- function() {" " print(\"Non-ascii: ????\")" [3] "}&q...
2018 Jun 04
2
encoding argument of source() in 3.5.0
On R 3.5.0 (Mac) The issue appears when using the default (libcurl) method and specifying the encoding Note that using method='internal' causes a segfault if used in conjunction with encoding. (and works when encoding is not set) urlR <- "http://home.versanet.de/~s-berman/source2.R" # works url_default <- url(urlR) scan(url_default, "") # Read 7 items # [1] "source.test2" "<-" "function()" "{" "print(\"Non-ascii:" "????\")"...
2017 Oct 14
2
make check Error: could not get timezone
Off topic. Read the Posting Guide. -- Sent from my phone. Please excuse my brevity. On October 14, 2017 11:02:50 AM GMT+01:00, Stephen Berman <stephen.berman at gmx.net> wrote: >On Fri, 13 Oct 2017 22:36:48 +0200 Stephen Berman ><stephen.berman at gmx.net> wrote: > >> I just built the latest R-patched from source (SVN-Revision: 73548, >Last >> Changed Date: 2017-10-12) and the build completed without a...
2017 Oct 13
2
make check Error: could not get timezone
...()) [1] NA > if(is.na(S.t) || !nzchar(S.t)) stop("could not get timezone") Error: could not get timezone Execution halted Is this a cause for concern and if so, what should I do? My system is Linux From Scratch 8.1 (x86_64, linux 4.12.7, glibc 2.26, gcc 7.2.0). Thanks, Steve Berman
2018 Jun 05
0
encoding argument of source() in 3.5.0
...Mac) > > The issue appears when using the default (libcurl) method and specifying the encoding > > Note that using method='internal' causes a segfault if used in conjunction with encoding. (and works when encoding is not set) > > urlR <- "http://home.versanet.de/~s-berman/source2.R" > # works > url_default <- url(urlR) > scan(url_default, "") > # Read 7 items > # [1] "source.test2" "<-" "function()" "{" "print(\"Non-ascii:" "...
2017 Oct 14
0
make check Error: could not get timezone
On Fri, 13 Oct 2017 22:36:48 +0200 Stephen Berman <stephen.berman at gmx.net> wrote: > I just built the latest R-patched from source (SVN-Revision: 73548, Last > Changed Date: 2017-10-12) and the build completed without a problem but > `make check' errored out: > > running code in 'reg-tests-1d.R' ...make[3]: **...
2018 Jun 04
0
encoding argument of source() in 3.5.0
...er dalgaard >>>>>> on Sun, 3 Jun 2018 23:51:24 +0200 writes: > > > Looks like this actually comes from readLines(), nothing > > to do with source() as such: In current R-devel (still): > > >> f <- file("http://home.versanet.de/~s-berman/source2.R", encoding="UTF-8") > >> readLines(f) > > character(0) > >> close(f) > >> f <- file("http://home.versanet.de/~s-berman/source2.R") > >> readLines(f) > > [1] "source.test2 <- functio...
2006 Jun 26
4
Can rsync monitor a file system?
...ng to get two servers to copy each others data to the other server. I need it to be done real time a not use a cron. Can rsync running as a daemon monitor the files system to trigger a transmission? If so how do I configure it? I am running Solaris 9. Thank you. ______________________ Charles Berman Senior Unix Administrator "Think Globally" The contents of this email are the property of the sender. If it was not addressed to you, you have no legal right to read it. If you think you received it in error, please notify the sender. Do not forward or copy without permission of the se...
2005 Jan 11
6
Installing * on fedora 3
...ommands to download the VoicePulse Connect! public key (needed for receiving calls): cd /var/lib/asterisk/keys wget http://connect.voicepulse.com/keys/voicepulse01.pub However there is NO /var/lib/asterisk/keys directory. HELP!! Thanks Michael E. Ferguson Manager, Information Systems Berman Rennert Vogel & Mandler, P.A. 100 SE 2nd., Street, Suite 2900 Miami, FL., 33131 305.423.3408 Direct 305.533.1582 Fax ferguson@brvmlaw.com This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privi...
2006 Nov 09
2
asterisk and norstar
...> (ext. 123) norstar or 3) pstn line -> norstar (ext. 123) -> ata/1 -> (fxo/1) asterisk (fxo/2) -> ata/2 -> (ext.321) norstar or 4) pstnl line -> norstar (ext. 123) -> ata -> (fxo) asterisk Any help please? I'm not a telephone systems specialist! Thanks! -- Gustavo Berman Sysadmin Depto. Informatica Universidad Nacional del Comahue Centro Regional Universitario Bariloche -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061109/42583048/attachment.htm
2017 Oct 14
0
make check Error: could not get timezone
...efore I could install it, and running the tests is recommended, and that's where the issue arose; I couldn't tell if this was due to a bug in R or something on my end, i.e., I needed help, so that's why I asked here. If you think R-devel is the right address, I'll ask there. Steve Berman
2017 Oct 20
1
Another issue with Sys.timezone
>>>>> Stephen Berman <stephen.berman at gmx.net> >>>>> on Thu, 19 Oct 2017 17:12:50 +0200 writes: > On Wed, 18 Oct 2017 18:09:41 +0200 Martin Maechler <maechler at stat.math.ethz.ch> wrote: >>>>>>> Martin Maechler <maechler at stat.math.ethz.ch>...
2019 May 06
2
read.table() fails with https in R 3.6 but not in R 3.5
On Mon, 6 May 2019 11:12:25 +0200 Ralf Stubner <ralf.stubner at daqana.com> wrote: > On 04.05.19 19:04, Stephen Berman wrote: >> In versions of R prior to 3.6.0 the following invocation succeeds, >> returning the data frame shown: >> >>> read.table("https://www.dwds.de/r/stat?corpus=kern&cnt=tokens&date=decade&format=text", >>> header=TRUE) >> Dekad...
2017 Oct 18
2
Another issue with Sys.timezone
>>>>> Martin Maechler <maechler at stat.math.ethz.ch> >>>>> on Mon, 16 Oct 2017 19:13:31 +0200 writes: >>>>> Stephen Berman <stephen.berman at gmx.net> >>>>> on Sun, 15 Oct 2017 01:53:12 +0200 writes: > > (I reported the test failure mentioned below to R-help but was advised > > that this list is the right one to address the issue; in the meantime I > > investigate...
2017 Oct 14
2
Another issue with Sys.timezone
...d /usr/share/zoneinfo/ -type f | xargs md5sum | grep $(md5sum /etc/localtime | cut -d ' ' -f 1) | head -n 1 | cut -d '/' -f 5,6"), but the last part of this is tailored to my configuration and the whole thing is not OS-neutral, so it isn't suitable for Sys.timezone.) Steve Berman
2019 May 13
0
read.table() fails with https in R 3.6 but not in R 3.5
On 5/6/19 2:27 PM, Stephen Berman wrote: > On Mon, 6 May 2019 11:12:25 +0200 Ralf Stubner <ralf.stubner at daqana.com> wrote: > >> On 04.05.19 19:04, Stephen Berman wrote: >>> In versions of R prior to 3.6.0 the following invocation succeeds, >>> returning the data frame shown: >>> >&...
2019 May 04
2
read.table() fails with https in R 3.6 but not in R 3.5
...c? There's only one reference to https in the 3.6.0 NEWS, concerning libcurl; I can't tell if it's relevant. In case it matters, this is with R packaged for openSUSE, and I've found the above difference between 3.5 and 3.6 on both openSUSE Leap 15.0 and openSUSE Tumbleweed. Steve Berman
2011 Apr 07
3
Correlation Matrix
Listers, I have a question regarding correlation matrices. It is fairly straight forward to build a correlation matrix of an entire data frame. I simply use the command cor(MyDataFrame). However, what I would like to do is construct a smaller correlation matrix using just three of the variable out of my data set. When I run this: cor(MyDataFrame$variable1,