Displaying 12 results from an estimated 12 matches for "versanet".
2018 Jun 02
2
encoding argument of source() in 3.5.0
...e files are loaded 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.te...
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() {" &qu...
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: ????\")"...
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:" "????\"...
2018 Jun 05
0
encoding argument of source() in 3.5.0
...t; 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:...
2018 Jun 04
0
encoding argument of source() in 3.5.0
...gt;>> 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...
2009 Dec 14
2
[Bug 25639] New: NV43 (6600GT): Monitor goes blank during boot
...oduct: xorg
Version: 7.5
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
AssignedTo: nouveau at lists.freedesktop.org
ReportedBy: pantherchen at versanet.de
QAContact: xorg-team at lists.x.org
Created an attachment (id=32069)
--> (http://bugs.freedesktop.org/attachment.cgi?id=32069)
output of dmesg
Using the latest git kernel tree (commit
91ed558e422465df7ea8f857785881a74528bb32), my CRT monitor loses the signal
during the boot (righ...
2005 Nov 25
1
Problems compiling R under AIX 4.3
Hi,
I have problems compiling R 2.2.0 under AIX 4.3 with GCC and xlf95 (FORTRAN)
Compilers.
here the error message I got:
make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11'
make[1]: `Makedeps' is up to date.
make[1]: Leaving directory `/home/mau/sy/R-2.2.0/src/modules/X11'
make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11'
/usr/local/bin/gcc
2006 Jun 29
1
Cointegration Test in R
Hello!
I'm using the blrtest() function in the urca package
to test cointegration relationships.
Unfortunately, the hypothesis (restrictions on beta)
specifies the same restriction on all cointegration vectors.
Is there any possibility to specify different restrictions on
the cointegration vectors?
Are there any other packages in R using cointegration tests?
Thanks and best regards.
Dennis
2006 Dec 26
0
Angela's review
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2912" name="GENERATOR">
</HEAD>
<BODY>
<FONT face=Arial><FONT size=2>
<DIV>Michael says: <STRONG>GCME Huge News
2004 Oct 17
1
Changing file info with oggcomment
Hello ;-)
I'm a totally newby working the first time with ogg vorbis.
The problem I have is this:
I ripped Musik CD's with the Program Exact Audio Copy (EAC) and used
the the newest vorbis tools to kompress the files. But I have made a
mistake. With EAC I can give oggenc some parameters with a commandline.
So I do it for the titel of the tracks. The commandline looks like this:
-q 6
2008 Feb 22
1
shared mailbox - namespace
Hi all,
this is my last try to get help before giving up. I red the dovecot-wiki
several times, but it doesn?t work.
I don?t know what?s wrong. If I open thunderbird I see the folder
"public" but I cannot subscribe it.
I have dovecot 1.0.10. Yes it?s a little bit old but it is the latest
version under debian packages.
Please see my configuration below.
here the content of: