Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

27 results for “from:rgui”

remove failure
Rguy · Sep 1, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130901/b0e3a780/attachment.pl>

Time of day
Rguy · Jun 24, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130625/5ceedea3/attachment.ksh>

Old g++ in Rtools
Rguy · Aug 5, 2014 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140806/2a48c736/attachment.pl>

Parallel processing random 'save' error
Rguy · Jul 1, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130701/0bd78aee/attachment.pl>

Accidentally replacing core R functions
Rguy · Aug 3, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130803/9e49588e/attachment.pl>

boot, what am I doing wrong?
Rguy · Jun 7, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130607/f3caf307/attachment.pl>

text mining
rgui · May 27, 2011 · r-help

Thanks very well -- View this message in context: http://r.789695.n4.nabble.com/text-mining-tp3552221p3554849.html Sent from the R help mailing list archive at Nabble.com.

clusterMap: static vs dynamic scheduling
Rguy · Aug 12, 2015 · r-help

The clusterMap function provides the following argument .scheduling = c("static", "dynamic") The default is "static". When is it advisable to use "dynamic"? [[alternative HTML version deleted]]

ggplot: vertical text annotation, outside plot region
Rguy · Apr 10, 2014 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140410/80ffa359/attachment-0001.pl>

mapply echoes function call when browser() is called from within FUN
Rguy · Apr 26, 2014 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20140426/0df70ee2/attachment-0001.pl>

package for time series
rgui · Oct 27, 2011 · r-help

hi, I want any suggestion for a differents packages to manipulate a time series. thanks for help. -- View this message in context: http://r.789695.n4.nabble.com/package-for-time-series-tp3944825p3944825.html Sent from the R help mailing...

text mining
rgui · May 26, 2011 · r-help

Hi, how can I import a document whose type is. "txt" using the package tm? it is the command to know that my document is not placed in the library package tm. thanks. -- View this message in context: http://r...

[Rcpp-devel] Getting an R option in Rcpp
Rguy · Jul 31, 2015 · rcpp-devel

Can I access an R option from within an Rcpp function? I'd like the access to happen at runtime, not at compile time. Something like this: if (getOption("my_option") == x) { do this; } else { do that; } -------------- next part -------------- An...

[Rcpp-devel] DataFrame names
Rguy · Sep 18, 2015 · rcpp-devel

In reading the names of a data frame in an Rcpp program I find that the following both work: CharacterVector nmz = dfr.names(); CharacterVector nmz = dfr.attr("names"); Is there any reason to prefer one to the other, or are...

any documents
rgui · Jun 9, 2011 · r-help

Hi, I'm doing a textual analysis of several articles discussing the evolution of prices in order to give a forecast. if someone can give me a clear approach to this knowing that I work on the package tm. Thank...

connection problem
rgui · May 25, 2011 · r-help

Hi, I have a problem during choosing a Cran mirror, a&n error messages comes: > In open.connection (con, "r") connection to 'cran.r-project.org' impossible to prt 80. I don't know why? can you help me to...

[Rcpp-devel] Call by reference
Rguy · Jul 28, 2015 · rcpp-devel

I attempted to implement the call by reference example on page 200 of Seamless R and C++, as follows: #include <Rcpp.h> using namespace Rcpp; // [[Rcpp::export]] void absC(double & x) { if (x < 0) x = -x; } /*** R x = -1 absC...

identical applied to data frames
Rguy · Apr 6, 2014 · r-help

I have two data frames that I believe are identical, yet checking them with identical() fails. Each data frame has two columns named 'pk' and 'newv_f13__bool'. As shown below, the columns of the data frames are identical, according...

[Rcpp-devel] clusterExport fails on Rcpp functions
Rguy · Sep 11, 2015 · rcpp-devel

I find that when I attempt to export Rcpp functions to a cluster using the R clusterExport function I get the following error (or some variant thereof): Error in checkForRemoteErrors(val) : 5 nodes produced errors; first error: NULL value passed...

text mining
rgui · May 30, 2011 · r-help

Hi, I have a problem when indexing the corpus. I used the following syntax: > Setwd ("c :/....") > Library (tm) > Txt = Corpus (DirSource ("."); readerControl = list (language = "frensh")) an error message comes: >>> Messages d'avis : 1: In readLines(y, encoding = x$Encoding) : ligne...

Can't find what you're looking for? Try searching with Google .