Re: [R] Updating Rcpp package when it is claimed by dplyr

2018-02-02 Thread Jeff Newmiller
Be sure to not put a space between the "---" and the "vanilla". -- Sent from my phone. Please excuse my brevity. On February 2, 2018 1:35:07 PM PST, Patrick Connolly wrote: >On Fri, 02-Feb-2018 at 10:25AM +0100, peter dalgaard wrote: > >|> Or, to avoid accusing you

Re: [R] Updating Rcpp package when it is claimed by dplyr

2018-02-02 Thread Patrick Connolly
On Fri, 02-Feb-2018 at 10:25AM +0100, peter dalgaard wrote: |> Or, to avoid accusing you of lying. what you think is "vanilla" |> probably isn't. What exactly did you do? On Unix-likes, I would do |> something like this |> echo

Re: [R] Updating Rcpp package when it is claimed by dplyr

2018-02-02 Thread peter dalgaard
Or, to avoid accusing you of lying. what you think is "vanilla" probably isn't. What exactly did you do? On Unix-likes, I would do something like this echo 'options(repos=list(CRAN="cran.r-project.org"));install.packages("Rcpp")' | R --vanilla (or maybe https://cloud.r-project.org is

Re: [R] Updating Rcpp package when it is claimed by dplyr

2018-02-01 Thread Jeff Newmiller
Your last statement is extremely unlikely to be true. The dplyr package should not be present in a vanilla environment, so there should be no such conflict. -- Sent from my phone. Please excuse my brevity. On February 1, 2018 11:00:01 PM PST, Patrick Connolly

[R] Updating Rcpp package when it is claimed by dplyr

2018-02-01 Thread Patrick Connolly
When i tried to install the hunspell package, I got this error message: Error: package ‘Rcpp’ 0.12.3 was found, but >= 0.12.12 is required by ‘hunspell’ So I set about installing a new version of Rcpp but I get this message: Error in unloadNamespace(pkg_name) : namespace ‘Rcpp’ is imported