similar to: [R-pkgs] New Package vetr: Enforce Structural Requirements for S3 Objects

Displaying 20 results from an estimated 2000 matches similar to: "[R-pkgs] New Package vetr: Enforce Structural Requirements for S3 Objects"

2018 Oct 03
1
grDevices::convertColor and colorRamp(space='Lab') Performance Improvements
`grDevices::convertColor` performance can be improved by 30-300x with small changes to the code. `colorRamp(space='Lab')` uses `convertColor` so it too benefits from substantial performance gains. `convertColor` vectorizes explicitly over the rows of the input color matrix using `apply`. The level-1 patch [1] illustrates a possible minimal set of changes to achieve this with just R
2013 Jan 30
2
[LLVMdev] Edge Profiling
Hello. I'm using these commands to compile the code below in order to collect edge/blocks profiling: clang -emit-llvm -c sort.c -o sort.bc opt -insert-edge-profiling sort.bc -o sort_prof.bc clang sort_prof.bc -lprofile_rt -L/llvms/lib -o sort_prof then I run the program and display the profiling information using llvm-prof sort_prof.bc, and the result is:
2016 Mar 16
0
Go Bindings and govet
On Wed, 16 Mar 2016 at 05:55 Eric Christopher <echristo at gmail.com> wrote: > Hi Andrew, Peter, > > I took a look at the results of running govet on the go bindings - there > are a lot of small/simple problems that should probably be looked at. Wrong > number of arguments a few times, shifts by > 32, etc. > Did you just run "go vet
2003 Sep 01
0
Antigen found VIRUS= Win32.Sobig.F (CA(Vet), NAI, Kaspersky) virus
Geachte gebruiker, U probeert een attachment te versturen met een virus. Het betreft het attachment movie0045.pif dat u heeft gestuurd naar . Het attachment is besmet met het virus: VIRUS= Win32.Sobig.F (CA(Vet),NAI,Kaspersky). Het bericht "Re: That movie" was verzonden vanaf samba@samba.org. De status van de attachment is: Purged. Deze mail is uitsluitend ter informatie, u hoeft
2004 Jul 13
1
Errors in log.smbd
Am running Samba on SCO 5.0.2 and continually get the following error in this log file from *some* client win pc's only; [2004/07/12 10:02:56, 0] smbd/service.c:(252) wkst7 (192.168.0.119) couldn't find service scotland: Also [2004/07/12 10:02:56, 0] smbd/service.c:(252) wkst7 (192.168.0.119) couldn't find service veta I have around 25 shares available with just these two
2002 Jul 08
4
Statemement by recurrence avoiding loop
Dear R users, I would like to calculate a cumulative sum as following: on the i-th row, in the j-th column of a matrix, I would like to obtain the sum of the (i-1) preceding elements of this j-th column. Could I avoid a "for" loop? Thank you, Tristan Lorino ---------------------- ?cole Nationale V?t?rinaire d'Alfort - http://www.vet-alfort.fr, T?l. 01 43 96 70 33 M?l. tlorino at
2002 Jul 01
2
GUI and Java: RSJava does not work
Hi, About GUI and R, I would say that personnaly, I need to build a nice GUI for people who does not know anything about R, to conduct simulations. I don't know if the choice of R is the best. Maybe writing all the code in Java would be better... I don't know. That's why I have tried to install RSJava from Omegahat on my computer (Windows 2000). With R 1.5.0 or 1.5.1, I get the
2002 Jul 01
3
Discrete random variable
Hi, I would create a function rdiscrete that returns the value of a discrete random variable X defined on a subset which can change, and for the same probability for the issue, eg: X could sometimes take a value in the subset {2,3,4} with probability 1/3 for each issue, and sometimes X could take a value in the subset {2,3,4,5,6} with probability 1/5 for each issue, etc. The function should have
2002 Jun 13
1
RMySQL package for Windows
Dear R users, Is it possible to install RMySQL package with R 1.5.0 on Windows 2000 platform? This package is not listed in the packages list after calling "load package from CRAN" menu... Thank you for your help, Tristan Lorino ---------------------- ?cole Nationale V?t?rinaire d'Alfort - http://www.vet-alfort.fr, T?l. 01 43 96 70 33 M?l. tlorino at vet-alfort.fr Site personnel
2002 Jul 04
1
Deriv and integrate
Dear R users, I would like to express a function (with only one argument) as the integrate of its derivate. For example, for y=x^2, I would like something like integrate(deriv(~x^2,"x", function(x) NULL, formal=T),0,2) which would give me... 4. Thank you, Tristan ---------------------- ?cole Nationale V?t?rinaire d'Alfort - http://www.vet-alfort.fr, T?l. 01 43 96 70 33 M?l.
2018 Apr 02
0
New Package fansi: ANSI Control Sequence Aware String Functions
fansi provides counterparts to the base string manipulation functions substr, strwrap, strtrim, strsplit, and n(z)char that account for ANSI CSI SGR control sequences.? ANSI CSI SGR control sequences [1] can be used to format text in terminals that support them. For example the control sequence "\033[31m" causes text that follows to render in red, and the control sequence
2015 Oct 30
0
match.call enhancements in 3.2.2
I was thrilled to see this in the change log: > match.call() gains an envir argument for specifying the environment from which to retrieve the ... in the call, if any; this environment was wrong (or at least undesirable) when the definition argument was a function. This was an issue I ran into a few years ago.? I ended up writing my own version that allows specification of the environment, but
2018 Sep 04
0
How do I prevent macOS from attempting to build my package?
[ Initially posted in r-package-devel, now reposting here by request from Uwe; my apologies for the cross-post. ] Package status reports come in three different severities: NOTE, WARNING, and ERROR. Motivated by Brodie's nice (dependency-free) accessor function for per-maintainer status [1], I have looked into reducing the number of ERRORs. I hit a road block. Several of my packages
2018 Apr 02
0
New Package fansi: ANSI Control Sequence Aware String Functions
fansi provides counterparts to the base string manipulation functions substr, strwrap, strtrim, strsplit, and n(z)char that account for ANSI CSI SGR control sequences.? ANSI CSI SGR control sequences [1] can be used to format text in terminals that support them. For example the control sequence "\033[31m" causes text that follows to render in red, and the control sequence
2002 May 30
3
Building a stand-alone package
Dear R users, I'm working with Windows 2000 and R -- note that I could maybe work with Linux too... I would like to know if it is possible to build a stand-alone statistical package which: -- could be programmed in R language, -- could have a nice graphical interface with buttons and menus (this package will be distributed to non-statistician people), -- could realize statistical operations,
2002 May 31
1
Library Tcltk
Dears users, Thanks for your responses concerning my question of yesterday (about stand-alone package). Il would like to explore two ways: -- Tcltk extension, -- Rweb application. I have installed ActiveTcl (in F:\Tcl), and I have modified the PATH (in the autoexec.bat file): set R_LIBS=F:\R\rw1050\library set PATH=%PATH%;F:\Tcl\bin set PATH=%PATH%;F:\Tcl\lib set PATH=%PATH%;F:\R\rw1050\bin
2016 Mar 15
2
Go Bindings and govet
Hi Andrew, Peter, I took a look at the results of running govet on the go bindings - there are a lot of small/simple problems that should probably be looked at. Wrong number of arguments a few times, shifts by > 32, etc. https://golang.org/cmd/vet/ Thanks! -eric -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 Feb 23
0
Research Associate at University of Cambridge
UNIVERSITY OF CAMBRIDGE Research Associate In Statistical Software Grade 7: ?27,428.00 to ?35,788.00 Start date: 1st May 2012 Limit of Tenure: 30thth April 2013 The successful applicant will work on developing and implementing statistical methodology to analyze social network data. This individual will implement and document statistical algorithms in the form of packages for the R
2012 Sep 04
0
Research Associate Position in Viral Evolution, University of Cambridge
Dear All, Please find a job description attached. Best wishes, Simon ** UNIVERSITY OF CAMBRIDGE Research Associate In Viral Phylodynamics Start date: Immediately Limit of Tenure: 3 years This post is funded by an MRC Methodology Research Programme grant, entitled 'Combining epidemiological and phylogenetic models of infectious disease dynamics'. The successful applicant will
2002 Jul 10
0
Configuring SJava on Windows
Dear R users, I was happy to find a binary library for SJava in the last released of R (1.5.1)... I am able to load the library... but I have some problems to run this library: > .JavaInit() Error in .JavaInit() : Couldn't start Java Virtual Machine: Can't create Java Virtual Machine > javaConfig() $classPath [1] "F:/Program