similar to: FR: improve "use" function

Displaying 20 results from an estimated 200 matches similar to: "FR: improve "use" function"

2025 May 23
1
FR: improve "use" function
> Of course, it would be preferable if didn't need to detach the namespace. Here's a version only detaches the namespace when necessary: ```r use <- function(package, include.only) { package <- as.character(package)[[1L]] if (!requireNamespace(package, quietly = TRUE)) { warning("there is no package called ", sQuote(package)) return
2025 May 27
1
FR: improve "use" function
>>>>> Trevor Davis writes: Thanks. This is really about what library("foo", include.only = "fun2") should do if package 'foo' was already attached and the include.only contradicts a previous specification. In principle, one could look into allowing the underlying attachNamespace() to add more exports into the package environment (the 'only'
2025 Jan 07
1
Small typo in nlme documentation
Hi, I've noticed a small typo in `help("varClasses", "nlme")`. Contrary to what the "Note" says, variance classes need a method for `Initialize` (capital i) and not `initialize`. Best regards, Roland -- Dr. Roland Fu? Th?nen-Institut f?r Agrarklimaschutz/ Th?nen Institute of Climate-Smart Agriculture Bundesallee 65 D-38116 Braunschweig, Germany
2005 Nov 17
8
Point pattern to grid
Dear all, I'd like to change a point pattern to a grid of cells and use one of the variables as the output. e.g. The point pattern is of a window of (500*500) and several features such as pH, SoilType etc. I like to divide it into a grid with cell size 5*5, and use the mean of the point values falling inside the cell as the output. Is there any package in R working with this? Thanks in
2018 Dec 20
2
OfficeScan deletes Rterm as malware
I'm not sure if the problem is actually with R but thought I should report this anyway. After Peter's email regarding the R 3.5.2 release today, I installed the Windows version right away (directly from CRAN and not from a mirror). Unfortunately, my institute's AV sofware TrendMicro OfficeScan 12.0.5147 Service Pack 1 stops and deletes Rterm.exe when running Rcmd.exe INSTALL with
2001 May 03
3
Index vectors get overwriten ?!
Hello, For some analysis of a mesh structure I need to prepare several vectors of indexes of different length. This is done by the following code sequence (including diagnostic output): #-------------------------------------------------- MT_ind <- which(V1.frame[,2] %in% mm[,1]) print("M_ind") str(M_ind) Q1_ind <- which(V1.frame[,2] %in% mq1) print("Q1_ind")
2001 Mar 20
3
finding dedicated indexes?
Hi, I've got a matrix of two columns, say: > d <- t(array(1:20,dim=c(2,10))) > d [,1] [,2] [1,] 1 2 [2,] 3 4 [3,] 5 6 [4,] 7 8 [5,] 9 10 [6,] 11 12 [7,] 13 14 [8,] 15 16 [9,] 17 18 [10,] 19 20 now I need those values from column #2 where column #1 is equal to certain values. eg.: > i <- c(13,5,19) The
2001 May 03
0
addition to Index vectors get overwriten ?!
sorry I forgot: platform alphaev67-dec-osf4.0f arch alphaev67 os osf4.0f system alphaev67, osf4.0f status major 1 minor 2.1 year 2001 month 01 day 15 language R -- ------------------------------------------------------- Dr. Thomas Bruns <thomas.bruns at ptb.de> Physikalisch-Technische Bundesanstalt
2008 Mar 15
0
Naissance de fr.centos.org / Birth of fr.centos.org
(For non native french speakers : that will be my only announce here in another language than english ;-) ) Le projet CentOS est heureux de vous annoncer la naissance du site http://fr.centos.org . En r?ponse ? la demande croissante de la communaut? des utilisateurs francophones de CentOS, le forum fr.centos.org a vu le jour. Nous profitons de cette annonce pour relancer l'appel aux
2009 Oct 06
2
Is fr.centos.org dead ?
Hi, What's wrong with fr.centos.org? Any news? Site's been dead for quite some time now. Niki
2006 Oct 16
0
Souleyman DOUAR/CN2I/GRT/FR a quitté RTE
Je serai absent(e) du 16/10/2006 au 01/01/2008. Pour toute demande contacter la BAL syst?me r?f?rence
2005 Feb 14
1
Notes 6.5.3 FR && wine > 20041201
Hi, I tried the two last wine versions on my linux box (Mandrake 10.1) and I'm still meeting problems while opening new tabs (Replication for exemple). There still are regressions in this releasen comparing with 20041201. I'm switching back to this good-working version. Dripple
2009 Jan 17
0
Megatec driver FR: repeat shutdown
Hello. In continuation to http://lists.alioth.debian.org/pipermail/nut-upsuser/2007-June/002880.html Inelt Monolith II 1000 (don't know about LT) actually requires sending shutdown command twice, with delay of 5 to 8 seconds, according to my experiments. The attached patch enables the megatec driver to repeat shutdown command with configurable delay (cmdrepeat, in milliseconds). Default
2004 Sep 25
0
Fw: You could tell your best fr,`ie-nd o-n^line on this
did n.^ot permit him any other equipage. -----Original Message----- From: johnnie monestine [mailto:syslinux at zytor.com] To: stanton kahl; corey poindexter; graham blain; daron mcloone Sent: Wednesday, October, 2004 5:10 PM Subject: You could tell your best fr-,ie'nd o,n^line on this Lo~~we^'st' prices on brand name and generic
2009 Dec 21
1
[PATCH] po: Include fr.po in MANIFEST
--- MANIFEST | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/MANIFEST b/MANIFEST index 13897af..3489ff1 100644 --- a/MANIFEST +++ b/MANIFEST @@ -18,6 +18,7 @@ MANIFEST This list of files MANIFEST.SKIP META.yml po/es.po +po/fr.po po/it.po po/Makefile po/PACKAGE -- 1.6.5.2
2009 Apr 20
0
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
On Apr 20, 2009, at 12:42 PM, Kirill Kononenko wrote: > Dear all, > > > This new version of the paper at: > > http://hal.archives-ouvertes.fr/docs/00/36/53/37/PDF/RR-6799.pdf > > got ride of libJIT. Now my question is the how scientific is this > research and research paper if instead of using libJIT and > Portable.NET JIT: > authors of "VMKit: a Substrate
2009 Apr 20
1
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
Hi Chris How does this has nothing to do with llvm? Is not the VMKit project an official part of LLVM? Thanks, Kirill -- http://code.google.com/p/libjit-linear-scan-register-allocator/
2005 Feb 21
3
Translation of winetools: fr.po
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: fr.po Type: text/x-gettext-translation Size: 40685 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20050221/4cfeeb9f/fr.bin
2012 Apr 09
0
CEBA-2012:0463 CentOS 6 man-pages-fr FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:0463 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0463.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 25f2d12ed0b60a6d3d5ce4df166728dab8088287b480e5528584b68639c654ed man-pages-fr-3.23-9.el6.noarch.rpm x86_64:
2006 May 04
0
CentOS on dedibox.fr
Hi, I just wanted to let you know that a french company named Iliad [1] just launched yesterday a new offer called dedibox [2]. For 29.99EUR "without the taxes" (about 38USD according to www.xe.com) per month you can rent a dedicated server containing: - CPU: VIA C7 2GHz - RAM: 1GB - HDD: SATA 160GB - BW: 100Mbps - Unlimited Traffic Oh wait... I'm pretty sure you're starting