similar to: Evolution of the R native interface

Displaying 20 results from an estimated 5000 matches similar to: "Evolution of the R native interface"

2023 Feb 17
2
Adding support for S7 to base R
Dear R-devel, We are pleased to inform you that the R Consortium OOP Working Group has been making progress on the S7 (formerly named R7) package and are preparing to submit it to CRAN. The S7 package is a new OOP system designed to be a successor to S3 and S4. As part of that effort, the group has identified a minimal set of narrow changes to base R that would allow S7 to exist as a CRAN
2018 Jun 05
0
histoRicalg -- project to document older methods used by R and transfer knowledge
After some thought, I decided r-devel was probably the best of the R lists for this item. Do feel free to share, as the purpose is to improve documentation and identify potential issues. John Nash The R Consortium has awarded some modest funding for "histoRicalg", a project to document and transfer knowledge of some older algorithms used by R and by other computational systems. These
2016 Sep 09
1
Announcing the R Documentation Task Force
cross-posting announcement to R-Announce, R-devel and R-package-devel. The R Consortium recently announced (https://www.r-consortium.org/news/blogs/2016/08/r-consortium-funds-three-projects-july) support of the R Documentation Task Force. The task force aims to design and implement the next generation documentation system for R. We aim to take the best from the many attempts to improve
2006 Sep 11
2
Translating R code + library into Fortran?
Hi all, I'm running a monte carlo test of a neural network tool I've developed, and it looks like it's going to take a very long time if I run it in R so I'm interested in translating my code (included below) into something faster like Fortran (which I'll have to learn from scratch). However, as you'll see my code loads the nnet library and uses it quite a bit, and I
2007 Oct 10
4
Meetme conference room duplex issue
?? Hello.? We are very successfully using asterisk (in the form of trixbox 2.2/asterisk 1.2).? We run a few conference lines for customer teleconferences which mostly work well but they seem to operate at half duplex.? If a person starts talking they will cut off others on the call.? Is this normal behavior?? Are there any options I can change to change this? ?? Thanks! James -------------- next
2023 Feb 21
2
wininet deprecation
On Mon, 20 Feb 2023 15:58:33 +0000, Stadler Thomas <thomas.stadler at vpbank.com> wrote: > as the download method 'wininet' is deprecated, I'm looking into alternative ways to install packages from within R. > Unfortunately, curl, libcurl and wget refuse to cooperate with Kerberos on our corporate setup. > When exactly will the 'wininet' method stop working? R
2023 Feb 21
1
wininet deprecation
On Tue, 21 Feb 2023, Selke, Gisbert W. writes: > On Mon, 20 Feb 2023 15:58:33 +0000, Stadler Thomas <thomas.stadler at vpbank.com> wrote: > >> as the download method 'wininet' is deprecated, I'm looking into alternative ways to install packages from within R. >> Unfortunately, curl, libcurl and wget refuse to cooperate with Kerberos on our corporate setup.
2002 Mar 16
1
(no subject)
I have a similar problem with rsync, though it's not consistent. sometimes, things just don't come over, and sometimes, things just don't get deleted. Repeated runs usually correct it. If it's the case of a directory being replaced with a non-directory, you'll have to add "--force" to get it to happen. Hope it helps. Tim Conway tim.conway@philips.com
2016 May 31
1
Update CRAN submission process
Hi, Gavin et al.: Thanks for mentioning these new initiatives. What's the current status of R-Hub and the current advice regarding trying to migrate from R-Forge to R-Hub? I ask, because I've complained to R-Forge maintainers 9 times since 2015-07-26 about various problems. A problem I complained about 2016-05-06 has still not been solved, in spite of
2009 Jan 22
1
[GLPI #0000037] Zweirad Stadler | Neues Ticket - powernow error in Xen VM with new kernel
Anyone else getting these "tickets" from sysadmin at zweirad-stadler.de quoting old messages to this list directly to his mailbox? Kai -- Kai Sch?tzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com
2017 Mar 15
0
File/dir user permissions on Samba fileserver in DC
OK, use this smb.conf. DO NOT CHANGE ANYTHING, DO NOT ADD ANYTHING. This is based on what you have posted. If WG isn't your workgroup, change it to your actual workgroup If WG.LOCAL isn't your realm, change it to your actual realm NOTE: if '.local' is your TLD, then turn off Avahi if it is running. [global] workgroup = WG security = ADS realm = WG.LOCAL
2017 Oct 23
0
range function with finite=T and logical parameters
>>>>> Lukas Stadler <lukas.stadler at oracle.com> >>>>> on Mon, 23 Oct 2017 15:56:55 +0200 writes: > Hi! > I was wondering about the behavior of the range function wrt. logical NAs: >> range(c(0L, 1L, NA), finite=T) > [1] 0 1 >> range(c(F, T, NA), finite=T) > [1] NA NA > The documentation is quite
2017 Mar 28
0
`[` not recognized as a primitive in certain cases.
Thank you gents, I overlooked the subtle differences. On Tue, Mar 28, 2017 at 2:49 PM, Lukas Stadler <lukas.stadler at oracle.com> wrote: > ?typeof? is your friend here: > > > typeof(`[`) > [1] "special" > > typeof(mc[[1]]) > [1] "symbol" > > typeof(mc2[[1]]) > [1] "special" > > so mc[[1]] is a symbol, and thus not a
2011 Jan 10
3
Help with Data Transformation
Greetings, I am new to R and am having trouble with parsing a file with the following characteristics: * Individual results for a single sample are written to multiple lines. * First 16 columns are constant from sample to sample. * Remaining 10 need to be matched up (cross-tabbed?) o (the exact contents for the remaining 10 vary from sample to sample, as indicated in
2017 Mar 13
0
File/dir user permissions on Samba fileserver in DC
On Mon, 13 Mar 2017 12:01:28 +0300 it at mdsdnr.ru wrote: > Thank you for pointing me to errors. I've corrected'em (I think), so > smb.conf now looks like: > Can I ask if you are having problems following the Samba wiki ? You still do not seem to have set up the smb.conf correctly, if you are having problems following the wiki, please say so and if possible give examples.
2012 May 08
0
Mental Health Informatician
The CAMHS EBPU is a research and training unit that is part of University College London (UCL) and the Anna Freud Centre (a registered charity dedicated to excellence in child and adolescent mental health). Within the unit sits the central team for the CAMHS Outcome Research Consortium (CORC) ? a national collaboration between child and adolescent mental health services (CAMHS) across the UK who
2012 Dec 12
0
[LLVMdev] [llvm-lab-wg] FNT testers reporting success even though they failed
On 11/12/12 23:16, Galina Kistanova wrote: > The problem remains after the buildmaster restart. The FNT builders are now all failing again, and the "report" is no longer empty. Does anyone know what fixed them? Ciao, Duncan. > > Thanks > > Galina > > > > -----Original Message----- > From: David Blaikie [mailto:dblaikie at gmail.com] > Sent: Tuesday,
2002 Feb 04
2
Help with accessing elements of a list
Hi, As part of the analysis of a longitudinal study, I have a list, called wg, on R 1.3.1 for windows created as follows - wg <- by(xx, xx$mrn, function(xx) lm(xx$maternal.wt ~ xx$gestation, data=xx)) xx is a data.frame, and so wg contains the results of 293 linear regressions, as lm objects. Now what I want is to extract the 293 intercepts and regression coefficients as a vector, and
2012 Dec 17
1
[LLVMdev] [llvm-lab-wg] FNT testers reporting success even though they failed
This issue is back: FNT bots are reporting success in spite of tests failing, and the "report" text is empty again. Did someone change something? Ciao, Duncan. On 12/12/12 07:53, Duncan Sands wrote: > On 11/12/12 23:16, Galina Kistanova wrote: >> The problem remains after the buildmaster restart. > > The FNT builders are now all failing again, and the "report"
2017 Dec 01
0
R 3.4.3 is released
Thanks: I installed from source and got an error when loading a package: -------------------------------------------------------------------- > library(eha) Loading required package: survival Error: package or namespace load failed for ?eha? in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/usr/local/lib/R/site-library/eha/libs/eha.so':