Displaying 20 results from an estimated 27 matches for "lbraglia".
Did you mean:
braglia
2015 Jan 23
5
Programming Tools CTV
Hi all,
Sorry if this doesn't end up in the thread.
Tobias Verbeke forwarded that e-mail to me, because he thought I would be interested in maintaining the Programming Tools CTV.
I wasn't subscribed to R-devel yet, but I would indeed like to volunteer to maintain the Programming Tools CTV.
It will be my first time creating a CTV, so some guidance on getting it setup will be appreciated.
2015 Jan 23
1
Programming Tools CTV
...orge project for the distribution CTV : https://r-forge.r-project.org/projects/ctv/
It?s an alternative option to github.
Regards, Christophe
---------------------------------------
Christophe Dutang
LMM, UdM, Le Mans, France
web: http://dutangc.free.fr
Le 23 janv. 2015 ? 12:49, Luca Braglia <lbraglia at gmail.com> a ?crit :
> Hi Willem
>
> thanks for volounteering.
>
> To the best of my knowledge (regarding the machinery side), if you're
> planning to use github (and maybe even if you don't) you can "stole"
> ideas from
>
> https://github.com/...
2007 Apr 17
3
Is this a bug?
I have found a strange "ifelse" behaviour (I think)
This works:
> ifelse(T,1+1,1+2)
[1] 2
> ifelse(F,1+1,1+2)
[1] 3
Maybe I missed something about R internals, but why
> ifelse(T,print("hello"),print("goodbye"))
[1] "hello"
[1] "hello"
> ifelse(F,print("hello"),print("goodbye"))
[1] "goodbye"
[1]
2015 Jan 23
1
Programming Tools CTV
I'd strongly second the notion of using github. The biggest advantage
is that others can easily contribute changes through pull requests
which lifts much of the burden from your shoulders.
Hadley
On Fri, Jan 23, 2015 at 3:49 AM, Luca Braglia <lbraglia at gmail.com> wrote:
> Hi Willem
>
> thanks for volounteering.
>
> To the best of my knowledge (regarding the machinery side), if you're
> planning to use github (and maybe even if you don't) you can "stole"
> ideas from
>
> https://github.com/ropensc...
2015 Jan 22
2
Programming Tools CTV
...stion. We had a somewhat related proposal on R-help
> from Luca Braglia a couple of months ago, suggesting a "Package Development"
> task view:
> https://mailman.stat.ethz.ch/pipermail/r-devel/2014-July/069454.html
>
> He put up some ideas on Github:
> https://github.com/lbraglia/PackageDevelopmentTaskView
>
> When Luca asked me (ctv maintainer) and Dirk (HPC task view maintainer) for
> feedback off-list, I replied that it is important that task views are
> focused in order to be useful and maintainable. My feeling was that
> "PackageDevelopment" wa...
2015 Jan 22
5
Programming Tools CTV
I've had a lot of requests for additions to the reproducible research
task view that fall into a grey area (to me at least).
For example, roxygen2 is a tool that broadly enable reproducibility
but I see it more as a tool for better programming. I'm about to check
in a new version of the task view that includes packrat and
checkpoint, as they seem closer to reproducible research, but also
2015 Jan 22
1
Programming Tools CTV
...gt; from Luca Braglia a couple of months ago, suggesting a "Package
>>> Development"
>>> task view:
>>> https://mailman.stat.ethz.ch/pipermail/r-devel/2014-July/069454.html
>>>
>>> He put up some ideas on Github:
>>> https://github.com/lbraglia/PackageDevelopmentTaskView
>>>
>>> When Luca asked me (ctv maintainer) and Dirk (HPC task view maintainer)
>>> for
>>> feedback off-list, I replied that it is important that task views are
>>> focused in order to be useful and maintainable. My feeling wa...
2015 Jan 22
0
Programming Tools CTV
...Max, thanks for the suggestion. We had a somewhat related proposal on
R-help from Luca Braglia a couple of months ago, suggesting a "Package
Development" task view:
https://mailman.stat.ethz.ch/pipermail/r-devel/2014-July/069454.html
He put up some ideas on Github:
https://github.com/lbraglia/PackageDevelopmentTaskView
When Luca asked me (ctv maintainer) and Dirk (HPC task view maintainer)
for feedback off-list, I replied that it is important that task views are
focused in order to be useful and maintainable. My feeling was that
"PackageDevelopment" was too broad and also...
2015 Jan 23
0
Programming Tools CTV
Hi Willem
thanks for volounteering.
To the best of my knowledge (regarding the machinery side), if you're
planning to use github (and maybe even if you don't) you can "stole"
ideas from
https://github.com/ropensci/webservices
https://github.com/lbraglia/PackageDevelopmentTaskView (minor
modifications from webservices)
https://github.com/eddelbuettel/ctv-finance or
https://github.com/eddelbuettel/ctv-hpc
HTH, Luca
2015-01-23 11:13 GMT+01:00 Willem Ligtenberg
<willem.ligtenberg at openanalytics.eu>:
> Hi all,
>
> Sorry if this does...
2010 Jan 27
2
href and Rd
Hello *
is possible to have something like the LaTeX \href in Rd ?
\url doesn't fit very well, and I didn't find much about.
I have a long (external to the help system, a www one) url but i
would like it to be "hidden" from a small word with the link.
Please CC me! ;)
thanks in advance
Luca
2007 Oct 23
2
typo in italian translation (PR#10367)
Hi
read.table in a table with numb of read elements not
multiple of columns
Avviso in scan(file, what, nmax, sep, dec, quote, skip, nlines,
na.strings, :
il numero di elemtni letti non ?? un multiplo del numero di
colonne
--> change "elemtni" to "elementi"
Regards
Luca
2009 Mar 10
1
?as.POSIXct (PR#13587)
Full_Name: Luca Braglia
Version: 2.8
OS: Windows
Submission from: (NULL) (85.18.136.110)
>From ?as.POSIXct
## SPSS dates (R-help 2006-02-17)
z <- c(10485849600, 10477641600, 10561104000, 10562745600)
as.Date(as.POSIXct(z, origin="1582-10-14", tz="GMT"))
^^
It should be 15 (Gregorian calendar adoption day, when
2009 May 16
1
typos
Hi
few typos i've found
?.C
Specifying 'ENCODING' overrrides any declared encodings (see
'link{Encoding}')
\link{Encoding}
--------------------
writing R extensions, pag 73 (pdf version), note 1,
and we provided an emulation on Windows 2000): see ?dyn.oad
^ ^^
1
2007 Apr 19
0
(PR#9613) [Wishlist] to uniform help(x) and library(help=x)
...rt' has been called), the HTML version of the help
on the topic will be shown in the browser specified by
'options("browser")'.
and note 'topic' and 'HTML version'. Where there is no such help, plain
text is shown.
On Tue, 17 Apr 2007, lbraglia at gmail.com wrote:
> Full_Name: Luca Braglia
> Version: R version 2.4.1 (2006-12-18)
> OS: Debian Lenny (testing)
> Submission from: (NULL) (82.61.142.240)
>
>
> Some options of mine:
>
>> options("htmlhelp")
> $htmlhelp
> [1] TRUE
>
>> optio...
2016 Apr 19
1
Possible problem with R/X11/libpng on Debian
Dear all,
can you reproduce (on testing or unstable, especially) this 2 line error
which inhibits interactive graphics (to me, tested on 2 debian testing
boxes).
l at m740n:~$ R --vanilla
> example(hist)
hist> op <- par(mfrow = c(2, 2))
Error in (function (display = "", width, height, pointsize, gamma, bg, :
il modulo X11 non pu? essere caricato
Inoltre: Warning message:
2015 Jan 22
0
Programming Tools CTV
...related proposal on R-help
>> from Luca Braglia a couple of months ago, suggesting a "Package Development"
>> task view:
>> https://mailman.stat.ethz.ch/pipermail/r-devel/2014-July/069454.html
>>
>> He put up some ideas on Github:
>> https://github.com/lbraglia/PackageDevelopmentTaskView
>>
>> When Luca asked me (ctv maintainer) and Dirk (HPC task view maintainer) for
>> feedback off-list, I replied that it is important that task views are
>> focused in order to be useful and maintainable. My feeling was that
>> "Package...
2016 Oct 31
1
problems with ESS 16.10-1 and R version 3.3.2
Hello everyone,
does anyone reported similar problems with ess 16.10-1 and R version 3.3.2
RC?
These are the steps I do to reproduce it
- Open any R script
- C-c C-n (or C-c C-j) on any line to start the interactive session
- the R process is started but it's hanging and emacs "freeze" (any command
is ignored)
R version 3.3.2 RC (2016-10-23 r71578) -- "Sincere Pumpkin
2007 Mar 27
0
r.lang for "highlight" software
Dear helpeRs,
I apologies if I'll go OT, but I would like to know if someone has yet
scripted an "R language definition file" for "highlight" (software for syntax
highlight, webpage at http://www.andre-simon.de/ ) better than default one
which come with installation (on my Debian it's
/usr/share/highlight/langDefs/r.lang).
If yes, is it accessable via web?
Thanks in
2007 Dec 08
2
[OT] A free (as in freedom) replacement for StatTransfer
Hello *
does anybody know a free (as in freedom) equivalent for Stat
Transfer
http://stattransfer.com/
Thank you
Bye
2008 Mar 02
1
regression output to latex
hello everybody
i was seeking a converter beetween R regression output (eg with
summary) and the conventional way to present regression output in
paper: every model as a vertical vector with \beta, t beetween
parenthesis below the first, and other statistics (R^2 etc) .
I've seen hmisc and xtable, and if I didn't miss something, they
don't include something like that.
Thank you