Displaying 20 results from an estimated 97 matches for "iago".
Did you mean:
ago
2023 Nov 09
1
Why Rprofile.site is not built with manual installation of R devel in linux?
..., "r", encoding = encoding) :
cannot open file '.../etc/Rprofile.site': No such file or directory
Execution halted
where the dots ... specify the path to the build-R folder where R-devel was built. And I check the etc folder and indeed there is no the Rprofile.site
-rw-r--r-- 1 iago iago 209 Nov 9 08:27 javaconf
-rw-r--r-- 1 iago iago 770 Nov 9 08:35 ldpaths
-rw-r--r-- 1 iago iago 6672 Nov 9 08:35 Makeconf
-rw-r--r-- 1 iago iago 3336 Nov 9 08:27 Makefile
-rw-r--r-- 1 iago iago 1853 Nov 9 08:27 Renviron
-rw-r--r-- 1 iago iago 1173 Nov 9 08:32 repositories
I note that m...
2023 Nov 09
1
[R] Why Rprofile.site is not built with manual installation of R devel in linux?
No clue. Tip: R-devel is the mailing list for anything related to development versions of R. Off-topic here.
On November 9, 2023 2:59:44 AM PST, "Iago Gin? V?zquez" <iago.gine at sjd.es> wrote:
>Hi all,
>
>I downloaded R-devel as explicited in https://developer.r-project.org/SVNtips.html
>Then, I tried to install it through instructions in https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Installation
>(taking...
2023 Nov 09
1
[R] Why Rprofile.site is not built with manual installation of R devel in linux?
No clue. Tip: R-devel is the mailing list for anything related to development versions of R. Off-topic here.
On November 9, 2023 2:59:44 AM PST, "Iago Gin? V?zquez" <iago.gine at sjd.es> wrote:
>Hi all,
>
>I downloaded R-devel as explicited in https://developer.r-project.org/SVNtips.html
>Then, I tried to install it through instructions in https://cran.r-project.org/doc/manuals/r-devel/R-admin.html#Installation
>(taking...
2005 Jun 14
1
operators as S4 methods
...ed on array. All references I have found (S Programming, Green
Book) show how to define S3 methods for this (like in page 89 of S
Programming for "-.polynomial"). What is the preferred S4 way for doing
this? I hope I haven't missed some obvious piece of documentation.
Many thanks,
Iago Mosqueira
2024 Feb 12
1
Avoiding Delete key function as 'Quit R' in Rterm when there are no characters in cursor line
On 2/9/24 21:39, Iago Gin? V?zquez wrote:
> Duncan, do you think it's worth to comment this in R-devel list?
Duncan filed a bug report via R bugzilla (thanks).
There is no way to disable this functionality and it has existed for
very long time, I tested that at least in R 3.0. Optionally ending the
session wa...
2024 Feb 09
1
Avoiding Delete key function as 'Quit R' in Rterm when there are no characters in cursor line
Duncan, do you think it's worth to comment this in R-devel list?
Iago
________________________________
De: CALUM POLWART <polc1410 at gmail.com>
Enviat el: divendres, 9 de febrer de 2024 18:28
Per a: Duncan Murdoch <murdoch.duncan at gmail.com>
A/c: Iago Gin? V?zquez <iago.gine at sjd.es>; r-help at r-project.org <r-help at r-project.org>
Tem...
2004 Nov 29
1
\link{} to help pages in Debian
...nstalled in the second location, cannot find
help pages from, for example, the base package via \link{}. I also tried
specifying the package with \link[pkg]{page}.
Is the only solution to force the system to use a single library folder?
Can I force the help system to look in both places?
Thanks
Iago Mosqueira
2024 Feb 09
1
Avoiding Delete key function as 'Quit R' in Rterm when there are no characters in cursor line
...ne of
> the other graphical front ends (Visual Studio, Emacs, Rgui, etc.)
>
> So maybe you can track down the issue, or someone else will try. Or
> maybe you'll just have to avoid triggering the bug (if it really is one).
>
> Duncan Murdoch
>
> On 09/02/2024 10:03 a.m., Iago Gin? V?zquez wrote:
> > Yes, indeed, I am talking about Rterm in Windows.
> >
> > Iago
> > ------------------------------------------------------------------------
> > *De:* Duncan Murdoch <murdoch.duncan at gmail.com>
> > *Enviat el:* divendres, 9 de febre...
2024 Mar 01
1
gsub issue with consecutive pattern finds
...e.g. with '*" repetition specifier. I used
"?" for the optional character below (which must be escaped).
> gsub("([aeiouAEIOU])\\?*([aeiouAEIOU])", "\\1_\\2", "aerioue")
[1] "a_eri_ou_e"
Cheers,
Bert
On Fri, Mar 1, 2024 at 3:59?AM Iago Gin? V?zquez <iago.gine at sjd.es> wrote:
>
> Hi Iris,
>
> Thank you. Further, very nice solution.
>
> Best,
>
> Iago
>
> On 01/03/2024 12:49, Iris Simmons wrote:
> > Hi Iago,
> >
> >
> > This is not a bug. It is expected. Patterns may not...
2024 Mar 01
1
gsub issue with consecutive pattern finds
Hi Iris,
Thank you. Further, very nice solution.
Best,
Iago
On 01/03/2024 12:49, Iris Simmons wrote:
> Hi Iago,
>
>
> This is not a bug. It is expected. Patterns may not overlap. However, there
> is a way to get the result you want using perl:
>
> ```R
> gsub("([aeiouAEIOU])(?=[aeiouAEIOU])", "\\1_", "aeriou...
2023 Nov 10
1
[R] Why Rprofile.site is not built with manual installation of R devel in linux?
...list for anything
> related to development versions of R. Off-topic here.
Yes. Alternatively, as he uses Debian, there's the
R-SIG-Debian mailing list, too.
--> I'm CC'ing both R-devel and R-SIG-Debian instead of R-help.
> On November 9, 2023 2:59:44 AM PST, "Iago Gin? V?zquez" <iago.gine at sjd.es> wrote:
>> Hi all,
>>
>> I downloaded R-devel as explicited in https://developer.r-project.org/SVNtips.html
>> Then, I tried to install it through instructions in https://cran.r-project.org/doc/manuals/r-devel/R-...
2023 Nov 10
1
[R] Why Rprofile.site is not built with manual installation of R devel in linux?
...list for anything
> related to development versions of R. Off-topic here.
Yes. Alternatively, as he uses Debian, there's the
R-SIG-Debian mailing list, too.
--> I'm CC'ing both R-devel and R-SIG-Debian instead of R-help.
> On November 9, 2023 2:59:44 AM PST, "Iago Gin? V?zquez" <iago.gine at sjd.es> wrote:
>> Hi all,
>>
>> I downloaded R-devel as explicited in https://developer.r-project.org/SVNtips.html
>> Then, I tried to install it through instructions in https://cran.r-project.org/doc/manuals/r-devel/R-...
2019 Sep 13
2
Printing chinese characters (UTF-8) on R 3.5.2 -windows 10
But if I type
> "?"
the output is
[1] "?"
so seemingly it can be represented. Or, am I wrong?
Best
Iago
________________________________
De: Tomas Kalibera <tomas.kalibera at gmail.com>
Enviat el: divendres, 13 de setembre de 2019 11:24
Per a: IAGO GIN? V?ZQUEZ <i.gine at pssjd.org>; r-devel at r-project.org <r-devel at r-project.org>
Tema: Re: [Rd] Printing chinese characters (UTF-...
2024 May 15
1
FR: Customize background colour of row and column headers for the View output
...which is GetSysColor(COLOR_BTNFACE).
(maybe a naive question from who does not know the code), could not be
used `guiColors[dataeditbg]` instead of `dialog_bg()` in the unique
place this is present?. So, instead of
bbg = dialog_bg()
it would appear
bbg = guiColors[dataeditbg];
Thanks!
Iago
[1] https://svn.r-project.org/R/trunk/src/library/utils/src/windows/dataentry.c
________________________________
De: Duncan Murdoch <murdoch.duncan at gmail.com>
Enviat el: dimarts, 14 de maig de 2024 14:22
Per a: Iago Gin?? V??zquez <iago.gine at sjd.es>; r-devel at R-project.org <...
2024 Feb 09
1
Avoiding Delete key function as 'Quit R' in Rterm when there are no characters in cursor line
Yes, indeed, I am talking about Rterm in Windows.
Iago
________________________________
De: Duncan Murdoch <murdoch.duncan at gmail.com>
Enviat el: divendres, 9 de febrer de 2024 13:50
Per a: Iago Gin? V?zquez <iago.gine at sjd.es>
Tema: Re: [R] Avoiding Delete key function as 'Quit R' in Rterm when there are no characters in cursor...
2024 Feb 09
1
Avoiding Delete key function as 'Quit R' in Rterm when there are no characters in cursor line
...ows users probably use RStudio or one of
the other graphical front ends (Visual Studio, Emacs, Rgui, etc.)
So maybe you can track down the issue, or someone else will try. Or
maybe you'll just have to avoid triggering the bug (if it really is one).
Duncan Murdoch
On 09/02/2024 10:03 a.m., Iago Gin? V?zquez wrote:
> Yes, indeed, I am talking about Rterm in Windows.
>
> Iago
> ------------------------------------------------------------------------
> *De:* Duncan Murdoch <murdoch.duncan at gmail.com>
> *Enviat el:* divendres, 9 de febrer de 2024 13:50
> *Per a:*...
2024 Mar 01
1
gsub issue with consecutive pattern finds
Hi Iago,
This is not a bug. It is expected. Patterns may not overlap. However, there
is a way to get the result you want using perl:
```R
gsub("([aeiouAEIOU])(?=[aeiouAEIOU])", "\\1_", "aerioue", perl = TRUE)
```
The specific change I made is called a positive lookahead, y...
2004 Jun 16
2
Loading 'akward' data file
...bit strange. The possibility of empty line makes it a bit more
complicated, by that last couple of lines seems to suggest that you could
have a line of data follow by another line of data without variable label.
If that's true, I don't know how you would parse the file...
Andy
> From: Iago Mosqueira
>
> Hello,
>
> I need to load a somehow diffilcult data file. It has lines with
> variable names followed by a variable number of rows and columns of
> data, separated from the next variable sometimes by a blank line,
> sometimes simply by the new variable name. For...
2024 May 14
1
FR: Customize background colour of row and column headers for the View output
...these definitions be documented?
If you don't feel comfortable with the coding, perhaps you could answer
these questions, and someone else may code it for you. I won't (I no
longer have easy access to Windows), but I could help with the design.
Duncan Murdoch
On 2024-05-14 5:25 a.m., Iago Gin? V?zquez wrote:
> Thanks again Duncan and Ivan,
>
> I forward then the email to R-devel.
>
> Summarizing, the dataedit options (in RGui preferences or RConsole) to
> colouring the View output do not have effect on the background of the row
> and column names (see https://...
2024 May 13
1
Is there some way to customize colours for the View output?
...the screenshot
dataeditbg is the (almost) black background...., but in the column and row names.
I tried the modifying the different colours through the GUI preferences, and the background colour for column and row names did not change. May this be a bug?
Thank you for your help.
Best regards,
Iago
________________________________
De: Rolf Turner <rolfturner at posteo.net>
Enviat el: dimarts, 7 de maig de 2024 23:58
Per a: Duncan Murdoch <murdoch.duncan at gmail.com>
A/c: Iago Gin? V?zquez <iago.gine at sjd.es>; r-help at r-project.org <r-help at r-project.org>; Achim...