[Rd] [lbrag...@gmail.com: [wishlist] \href in Rd] (PR#14204)
mmm maybe lost somewhere cheers - Forwarded message from Luca Braglia - Subject: [wishlist] \href in Rd Date: Wed, 27 Jan 2010 16:40:54 +0100 From: Luca Braglia To: R Bug User-Agent: Mutt/1.5.20 (2009-06-14) Following this thread https://stat.ethz.ch/pipermail/r-help/2010-January/225856.html it would be nice having an implementation of the LaTeX \href for Rd too. Thanks in advance Luca - End forwarded message - __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
[Rd] [Wishlist] to uniform help(x) and library(help=x) behaviours relating "htmlhelp" option (PR#9613)
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 > options("browser") $browser [1] "/usr/bin/urxvt -rv -e elinks" I run R under X windows system: if I command help(foo) foo manual page is printed, correctly, under elinks (my textual browser); but if I command library(help=asd) asd package summary page is printed in R console. I would like library(help=asd) to be printed in my browser too, if possible: strictly speaking --> add htmlhelp = getOption("htmlhelp") in library arguments to be used only if "help" option is specified. Thanks a lot, Luca Version: platform = i486-pc-linux-gnu arch = i486 os = linux-gnu system = i486, linux-gnu status = major = 2 minor = 4.1 year = 2006 month = 12 day = 18 svn rev = 40228 language = R version.string = R version 2.4.1 (2006-12-18) locale: LC_CTYPE=it_IT.UTF-8;LC_NUMERIC=C;LC_TIME=it_IT.UTF-8;LC_COLLATE=it_IT.UTF-8;LC_MONETARY=it_IT.UTF-8;LC_MESSAGES=it_IT.UTF-8;LC_PAPER=it_IT.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=it_IT.UTF-8;LC_IDENTIFICATION=C attached base packages: [1] "utils" "stats" "graphics" "grDevices" "methods" [6] "base" other attached packages: MASS "7.2-33" Search Path: .GlobalEnv, package:MASS, package:utils, package:stats, package:graphics, pack\ age:grDevices, package:methods, Autoloads, package:base __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
[Rd] orthographic mistake in ?citation (PR#9901)
from ?citation Details: The R core development team and the very active community of package authors have invested a lot of time and effort in creating R as it is today. Please give credit where credit is due and cite R and R packages when you use them for data anlysis. ^^^ --> change "anlysis" to "analysis". Bye <> --please do not edit the information below-- Version: platform = i486-pc-linux-gnu arch = i486 os = linux-gnu system = i486, linux-gnu status = major = 2 minor = 5.1 year = 2007 month = 06 day = 27 svn rev = 42083 language = R version.string = R version 2.5.1 (2007-06-27) Locale: LC_CTYPE=it_IT.UTF-8;LC_NUMERIC=C;LC_TIME=it_IT.UTF-8;LC_COLLATE=it_IT.UTF-8;LC_MONETARY=it_IT.UTF-8;LC_MESSAGES=it_IT.UTF-8;LC_PAPER=it_IT.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=it_IT.UTF-8;LC_IDENTIFICATION=C Search Path: .GlobalEnv, package:datasets, package:rcompgen, package:grDevices, package:graphics, package:utils, package:stats, package:methods, Autoloads, package:base __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
[Rd] 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 __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
[Rd] ?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 SPSS starts to count seconds behind dates) . With 14, I used a .sav dataset imported with read.spss, and after as.Date(as.POSIXct()) I got (obviously) R.date = SPSS.date - 1 Bye (and thank you for givin'us R) __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel