search for: vig

Displaying 20 results from an estimated 27 matches for "vig".

Did you mean: via
2002 Jun 21
1
Rgui 1.5.1 crashes constantly with the following script
...date.base is a chron object foo<-function(db,date.base){ date.base<-as.numeric(date.base) #convert to number if(dim(base[1])==0)return(c(date.base,rep(0,8))) fe.con<-as.numeric(chron(as.character(db$f.con),format="y/m/d")) #make chron object and then numeric vig<-db[fe.con==f.base,] #subset the database if(dim(vig)[1]==0)return(c(date.base,rep(0,8))) #if not records return 0 stats #sample stats num.oper<-as.vector(apply(tapply(vig$mnt.base,vig$oper,length),1,c) ) mb.oper<-as.vector(apply(tapply(vig$mnt.base,vig$oper,sum,na.rm=T)...
2014 Apr 05
1
Package vignettes share the same environment?
In a package 'vig' R CMD build vig (or tools::buildVignettes(dir="vig") with $ cat vig/vignettes/vig1.Rnw \documentclass{article} \begin{document} <<>>= x <- 1 @ \end{document} $ cat vig/vignettes/vig2.Rnw \documentclass{article} \begin{document} <<>>= x @ \end{document} p...
2017 Jan 19
2
read.table con .csv separado por "|"
...las reconociera (debería: en el Excel cuando corro el reemplazar " por [nada] elimina todas. Las dos variables son chr. head(datos) d_nomenclador baja_nomenclador nomenclador_descripcion nomenclador_asociado 1: 67" NA NOMENCLADOR GCBA Res. 1893 Vig. 09-2016" "20" 2: 67" NA NOMENCLADOR GCBA Res. 1893 Vig. 09-2016" "20" 3: 67" NA NOMENCLADOR GCBA Res. 1893 Vig. 09-2016" "20" 4: 67"...
2014 Aug 25
1
vignette index going AWOL
I?m preparing a package (fastR) for submission to CRAN, but the vignette index keeps going AWOL, or at least R CMD check ?as-cran thinks so. I?ve tried several things and gave myself the weekend to think of other things, but I can?t figure it out. Perhaps someone on the list can lend a hand. Here?s one example situation, where I build the index.html file myself a...
2007 May 14
3
RFC: allow packages to advertise vignettes on Windows
Hello, The vignette concept, which started in Bioconductor, seems to be catching on. They are supported by R CMD build/check and documented in the Writing R Extensions manual. I think vignettes are a fantastic way to introduce new users to a package. However, getting new users to realize that a vignette is ava...
2017 Jan 19
2
read.table con .csv separado por "|"
No le gustó: Error in fread("datos.csv", sep = "|", header = TRUE, quote = "") : unused argument (quote = "") El 18 de enero de 2017, 20:35, Carlos Ortega <cof en qualityexcellence.es> escribió: > Hola, > > Prueba con esto: > > fread("datos.csv", sep = "|", header = TRUE, quote="") > > Con el
2003 Jun 02
2
Exim as default MTA?
...ing /. :) But this isn't the first time this has occured to me. With all the security vulnerbilties, would it be unreasonable to either change the default MTA from sendmail to Exim/Qmail/Postfix, or give people the option of installing something instead of Sendmail at install time? -- Avleen Vig "Say no to cheese-eating surrender-monkeys" Systems Admin "Fast, Good, Cheap. Pick any two." www.silverwraith.com "Move BSD. For great justice!"
2004 Oct 29
3
R-exts.texi: suggestion for small change to Vignette section (PR#7323)
I recently wrote a vignette, with the following at the top of the .Rnw file: %%\VignetteIndexEntry{How to use look up tables for h() functions} %%\VignetteDepends{sjedmin, spatstat} Using vExplorer() on this function, I got an error from this part of getVigInfo(): lines <- grep("^%[[:space:]]*\\\\Vignette&...
2003 May 30
2
IPFW logging brokeness?
...acket match of a connection match, like IPF's "log first" capability. Or, better yet, is there a way to format a rule or set of rules, to say "deny if established connections is greater than 2". Logging every one of these packets would be fine. Any suggestions? -- Avleen Vig "Say no to cheese-eating surrender-monkeys" Systems Admin "Fast, Good, Cheap. Pick any two." www.silverwraith.com "Move BSD. For great justice!"
2013 May 03
1
untar() error
...) : embedded nul in string: 'II*\0Ì <\001´ \0\0`G\0\0\fn\0\0¸”\0\0d»\0\0\020â\0\0¼\b\001\0h/\001\0\024V\001\0À|\001\0l£\001\0\030Ê\001\0Äð\001\0p\027\002\0\034>\002\0Èd\002\0t‹\002\0 ²\002\0ÌØ\002\0xÿ\002\0$&\003\0ÐL\003\0|s\003' > untar("J:/GIMMS/NDVI/1981/81aug15a.n07-VIg/81aug15a.n07-VIg_data.tif.gz") Error in rawToChar(block[seq_len(ns)]) : embedded nul in string: 'II*\0Ì <\001´ \0\0`G\0\0\fn\0\0¸”\0\0d»\0\0\020â\0\0¼\b\001\0h/\001\0\024V\001\0À|\001\0l£\001\0\030Ê\001\0Äð\001\0p\027\002\0\034>\002\0Èd\002\0t‹\002\0 ²\002\0ÌØ\002\0xÿ\002\0$&\0...
2008 Jun 05
1
Default Makefile doesn't link correctly (solaris 10 x86_64)
On Solaris 10, I found that if $CC=gcc, and $LD=gcc, the following combination of things will cause problems: 1. Using gcc provided by Sun to make 64bit binaries 2. Setting CFLAGS=-m64 3. OpenSSL was compiled 64bit OpenSSH compiles up to the point of linking. Because $CFLAGS isn't used when linking, gcc is called without -m64. This causes the following fatal error: Wrong ELF class:
2004 Oct 29
0
R-exts.texi: suggestion for small change to Vignette section (PR#7325)
>>>>> On Fri, 29 Oct 2004 12:47:46 +0200 (CEST), >>>>> S J Eglen (SJE) wrote: > I recently wrote a vignette, with the following at the top of the .Rnw > file: > %%\VignetteIndexEntry{How to use look up tables for h() functions} > %%\VignetteDepends{sjedmin, spatstat} > Using vExplorer() on this function, I got an error from this part of > getVigInfo(): > lines &l...
2017 Feb 26
3
Problems using Clang with LLD on embedded ARM
Hi Sean On Sun, Feb 26, 2017 at 5:10 AM, Sean Silva <chisophugis at gmail.com> wrote: > > For that triple, Clang seems to be calling into GCC driver > (/usr/bin/arm-none-eabi-gcc) for linking and GCC doesn't recognize > -fuse-ld=lld (supposedly -fuse-ld=gold selects ld.gold, -fuse-ld=bfd > selects ld.bfd and you would expect -fuse-lld=lld to select ld.lld, but it >
2005 Apr 12
2
Will 5.4 be an "Extended Life" release?
In the next month or two I've got to upgrade a number of servers that are currently on an EOL'd version of 4-STABLE. I foresee that I'll have very limited time to do full OS upgrades on these systems in the coming several years, so I want to make sure I bring them onto an extended-life branch. Right now 4.11 has the furthest projected EOL date (Jan 31 2007), and the projected EOL
2004 Sep 17
1
Fwd: FreeBSD kernel buffer overflow
Can anyone provide more details about the posting below ? >Mailing-List: contact bugtraq-help@securityfocus.com; run by ezmlm >List-Id: <bugtraq.list-id.securityfocus.com> >List-Post: <mailto:bugtraq@securityfocus.com> >List-Help: <mailto:bugtraq-help@securityfocus.com> >List-Unsubscribe: <mailto:bugtraq-unsubscribe@securityfocus.com> >List-Subscribe:
2017 Feb 26
5
Problems using Clang with LLD on embedded ARM
Hi, I stopped into IRC to ask about a problem I've been having using Clang in conjunction with LLD to compile and link for an embedded project on Cortex-M ARM processor. First, I am able to separately compile with a call to clang and link with a call to lld, but I cannot use clang to link using lld using the -fuse-ld=lld flag. I have the output from `clang -v -fuse-ld=lld -target
2004 Dec 27
4
Found security expliot in port phpBB 2.0.8 FreeBSD4.10
I think, there is a neat exploit in the phpbb2.0.8 because I found my home page defaced one dark morning. The patch for phpBB is here. http://www.phpbb.com/downloads.php The excerpt of the log is attached. I believe the link to the described exploit is here. http://secunia.com/advisories/13239 The defacement braggen page is here filter to show the exploited FreeBSD machines that aneurysm.inc
2003 Sep 28
1
Apache under attack and eating resources?
This might be more related to an Apache-security list, but as the machine is running FreeBSD, I thought I'd ask here first. In the last two weeks, I've been seeing some very strange errors in my logs a few times daily around the same times. While this happens, load averages go through the roof (I've seen 36+, which is outragous), and the machine becomes very unresponsive. First
2005 Jul 14
2
[ronvdaal@zarathustra.linux666.com: Possible security issue with FreeBSD 5.4 jailing and BPF]
This message was sent to bugtraq today: While playing around with FreeBSD 5.4 and jailing I discovered that it was possible to put an ethernet interface into promiscious mode from within the jailed environment, allowing a packetsniffer to gather data not meant for the jailed box. This also affects FreeBSD 5.3 (tested) but not FreeBSD 4.x This can be reproduced on boxes where BPF support is
2002 Nov 20
3
here's a fix for Goldmine (and other ISAM database based programs) on Windows NT/2000/XP clients talking to samba
...e turned off at a system wide level, there is no provision in windows to enable this for some file services and not for others.) ----------------------------------------------------------- Opportunistic locking turned off on the Windows XP client in this way: Start-Run->(type in) RegEdt32 navigate to \Hkey_Local_Machine\System\CurrentControlSet\Services\LanManServer\Parameters new Key or type DWORD name "EnableOplocks" leave value at default 0. navigate to \Hkey_Local_Machine\System\CurrentControlSet\Services\LanManWorkstation\Parameters new Key or type DWORD name "...