search for: inaki

Displaying 20 results from an estimated 45 matches for "inaki".

2006 Sep 18
8
acos(0.5) == pi/3 FALSE
Hello, I don't know if the result of acos(0.5) == pi/3 is a bug or not. It looks strange to me. Inaki Murillo
2018 Jan 05
3
Using keyring on tinc
Hi all! Is there any way to make tinc use keys from a keyring or similar? I'm trying to find a way to manage multiple server, making it easier to register a new user to the network. Thanks! -- Martin IƱaki Malerba inakimmalerba at gmail.com inaki at satellogic.com
2007 Aug 17
2
Date format on x-axis
Dear R users, Plotting question from a R beginner... When I try to plot a response through time, for example: >Date<-c("2006-08-17", "2006-08-18", "2006-08-19", "2006-08-20") >response<-c(4,4,8,12) >as.Date(Date) >plot(Date,response) The dates on the graphic appear in spanish. This I guess is the default way of plotting because my
2002 May 16
1
smbmount and tar
...inux box, with smbmount (samba 2.2.3a). When I try to create a tar archive with some files of that share, sometimes I got the following messages for some files: tar: <filename> file changed as we read it tar: Error exit delayed from previous errors Which can be the problem? Regards, -- Inaki Sanchez Networks and Communications University of Navarra, Spain <http://www.unav.es> <mailto:isanchez@unav.es> +34 948425600 ext. 2020
2020 Aug 10
2
R2spec woes
I tried R2spec to create the spec files necessary to have Rcpparmadillo. I noticed that it has some issues, one example is that it placed some files irrespectively if they were present in the tar or not. One functionality that I think it would be nice to have would to update a given spec file with the updated dependencies. What do you think of this? Regards, -- Jos? Ab?lio [[alternative
2023 Aug 03
2
Ubuntu packages on s390x
Hello, Are there any plans to add R packages for Ubuntu on other architectures in addition to amd64? We are looking for s390x packages as the version from the distro's package manger is 4.2.2. I'm happy to help in any way I can. Thank you. Regards, Vivian Kong Linux on IBM Z Open Source Ecosystem IBM Canada Toronto Lab [[alternative HTML version deleted]]
2006 Nov 23
1
nonlinear regression-getting the explained variation
Hi, I'm trying to teach myself R, and by the way, re-learning statistics using Crawley's "Statistics: an introduction using R". I've reached the regression chapter, and when it deals with non-linear regresion using the nls library I face the following problem: I follow the steps--- >deer<-read.table("c:\\temp\\jaws.txt",header=T) ---data available at
2019 May 19
2
[R-pkg-devel] Three-argument S3method declaration does not seem to affect dispatching from inside the package.
On Sat, 18 May 2019 at 23:34, Pavel Krivitsky <pavel at uow.edu.au> wrote: > > > The issue here is that you are registering a non-standard name > > (.gen.formula) for that generic and then defining what would be the > > standard name (gen.formula) for... what purpose? IMHO, this is a bad > > practice and should be avoided. > > The situation initially arose
2019 Apr 13
3
SUGGESTION: Settings to disable forked processing in R, e.g. parallel::mclapply()
Hi Inaki, > "Performant"... in terms of what. If the cost of copying the data > predominates over the computation time, maybe you didn't need > parallelization in the first place. Performant in terms of speed. There's no copying in that example using `mclapply` and so it is sig...
2020 Mar 28
4
Advice on article about installing R on Linux
Dear list, I've drafted an article on installing geographic R packages on Linux computers and would appreciate any feedback. Is the following text correct, useful and future-proof?: R?s spatial packages can be installed from source on recent (since Ubuntu 19.04) versions of this popular operating system, once the appropriate repository has been set-up, meaning faster install times (only a
2018 Jan 05
0
Using keyring on tinc
On Fri, Jan 05, 2018 at 02:34:00PM -0300, Inaki Malerba wrote: > Public keys I mean. > > I'd like to manage an easier way to distribute public keys when a new > user is added to the network. > > I'm thinking of mounting hosts/ over ssh on the servers and have it > centralized. > Also, distributing server config...
2018 Jan 06
0
Using keyring on tinc
On Fri, Jan 05, 2018 at 05:30:53PM -0300, Inaki Malerba wrote: > Also, autodiscovery over lan is working? Keys shared between all hosts > is enough? There is the LocalDiscovery option that can be enabled. However, it does not automatically exchanging keys with nodes on the LAN. Instead, it is there to assist when two nodes that are on th...
2020 Aug 11
0
R2spec woes
...had much chance to really try it out. > One functionality that I think it would be nice to have would to update a > given spec file with the updated dependencies. > This is something I have started on, but it got a bit sidetracked. What I needed was a URL to grab previous archives, which Inaki provided some time ago. But then R2spec needed the ability to substitute macros in URLs for the version, and so I've left it at that for a while. I guess I can go back to working on that some time soon. > What do you think of this? > > Regards, > -- > Jos? Ab?lio -- Elliott
2020 Aug 11
2
R2spec woes
...ewrites. > > One functionality that I think it would be nice to have would to update a > > given spec file with the updated dependencies. > > > > This is something I have started on, but it got a bit sidetracked. > What I needed was a URL to grab previous archives, which Inaki > provided some time ago. But then R2spec needed the ability to > substitute macros in URLs for the version, and so I've left it at that > for a while. I guess I can go back to working on that some time soon. > > > What do you think of this? > > > > Regards, > &...
2019 Feb 27
0
Improved Data Aggregation and Summary Statistics in R
...your illustrations convinced me this is actually a great addition to the toolset currently available in different R packages. Many of us have written custom functions to get the required tables for specific data sets, but this would reduce that effort to simply using the right collap() call. Like Inaki, I'm very interested in trying it out if you have the code available somewhere. Cheers Joris On Wed, Feb 27, 2019 at 9:01 AM Sebastian Martin Krantz < sebastian.krantz at graduateinstitute.ch> wrote: > Dear Developers, > > Having spent time developing and thinking about ho...
2019 May 19
0
[R-pkg-devel] Three-argument S3method declaration does not seem to affect dispatching from inside the package.
Hi, Inaki, On Sun, 2019-05-19 at 16:59 +0200, I?aki Ucar wrote: > IMO the simplest way to do this is to check who the caller was: > > foo <- function(x) UseMethod("foo") > foo.bar <- function(x) { > sc <- sys.call(-1) > if (is.null(sc) || sc[[1]] != "foo")...
2018 Jan 25
3
Why R should never move to git
...burden of dealing with these problems. Maybe Gitlab or some other front end would be better. Duncan Murdoch > > 2) Run > git clone giturl.... > to fetch local instance > > 3) Run > git checkout -b feature/new_thing_a > (this is 2. above by Inaki) > > 4) Edit, save, compile, test, revise, ... leading to 1 or more commits > > 5) Run > git push origin > standard configuration should have remote branch follow local branch, I > think the "long form" is > git push --set-upstream...
2019 May 18
0
[R-pkg-devel] Three-argument S3method declaration does not seem to affect dispatching from inside the package.
Hi, Inaki, On Tue, 2019-05-14 at 12:50 +0200, I?aki Ucar wrote: > The thing is that, in R, "nearer" means "the calling environment" > (and then, other things). When you call test_me(), the calling > environment for gen() is the package namespace. When you call gen() > directl...
2002 May 21
2
Static WINS entries
Is it possible to manually add entries to the WINS database on a Samba nmbd running as a WINS server? Alternativily could I get the WINS nmbd to use DNS for hostsnames it can't resolve using it's own database. I have several NT servers that seem to just vanish from the db after a while. One of my 2.2.3a boxes also did this for a pastime. Whilst I can do nbtstat -RR on NT or restart
2019 Feb 26
5
Improved Data Aggregation and Summary Statistics in R
Dear Developers, Having spent time developing and thinking about how data aggregation and summary statistics can be enhanced in R, I would like to present my ideas/efforts in the form of two commands: The first, which for now I called 'collap', is an upgrade of aggregate that accommodates and extends the functionality of aggregate in various respects, most importantly to work with