Re: [R] on thread hijacking

2021-09-29 Thread Greg Minshall
Giuseppe, Jeff mentioned "thread hijacking". in case you're not familiar with the term, you could look here http://www.mutt.org/doc/manual/ and search for "hijacking" or "in-reply-to". basically, afaik, when you want to send e-mail to the *same* list, but on a *different* topic, you

Re: [R] How to install package meta on Linux Ubuntu 21?,

2021-09-29 Thread David Winsemius
On 9/29/21 8:04 PM, Jeff Newmiller wrote: This is called hijacking a thread. Bad etiquette. You need to pay attention to column types and NA values. Only do regular expression manipulations on character data, and NA is never something you can do string operations on. To Giuseppa; When

Re: [R] How to install package meta on Linux Ubuntu 21?,

2021-09-29 Thread Jeff Newmiller
This is called hijacking a thread. Bad etiquette. You need to pay attention to column types and NA values. Only do regular expression manipulations on character data, and NA is never something you can do string operations on. On September 29, 2021 7:24:41 PM PDT, giuseppacef...@gmail.com

Re: [R] Package installation help: Stuck at "** byte-compile and prepare package for lazy loading"

2021-09-29 Thread Henrik Bengtsson
I just tried on an up-to-date CentOS 7 with R 4.1.1 built from source using gcc 8.3.1 (from SCL devtoolset-8; so not the default gcc 4.8.5), and it works there. If of any help, here's the output when installing to user's personal package library: > chooseCRANmirror(ind = 1) >

Re: [R] Word-Wrapper Library/Package?

2021-09-29 Thread Leonard Mada via R-help
Many thanks for the hint. The function is actually a wrapper for: stringi:::stri_wrap I will need to have a closer look to this one (documentation and maybe also peek into the code): ret <- .Call(C_stri_wrap, str, width, cost_exponent, indent,     exdent, prefix, initial,

Re: [R] How to install package meta on Linux Ubuntu 21?,

2021-09-29 Thread giuseppacefalu
Hello, I wonder if you can help me with this. I am trying to eliminate unnecessary characters from the columns of a data frame. For example this one, "df <- mutate_all(df, funs(str_replace_all(., "\\[|\\]", "")))" eliminates the [ and ] that sometimes surround a number. Ex;

[R] Package installation help: Stuck at "** byte-compile and prepare package for lazy loading"

2021-09-29 Thread Brodie, Kent via R-help
Hey everyone! So, I've been asked by one of our researchers to install "all" cran packages on one of our servers.Yeah, it's a bit much (and clearly, not everything will install correctly due to various missing tidbits), but it will go a long way to having to constantly respond to install

Re: [R] How to install package meta on Linux Ubuntu 21?

2021-09-29 Thread Luigi Marongiu
Yep, that was it! Now it worked. Thanks On Wed, Sep 29, 2021 at 9:13 PM Rui Barradas wrote: > > Hello, > > The recommended way is to install r-base-dev, you probably only have r-base. > > sudo apt-get update > sudo apt-get install r-base-dev > > > Hope this helps, > > Rui Barradas > > Às 17:53

Re: [R] How to install package meta on Linux Ubuntu 21?

2021-09-29 Thread Rui Barradas
Hello, The recommended way is to install r-base-dev, you probably only have r-base. sudo apt-get update sudo apt-get install r-base-dev Hope this helps, Rui Barradas Às 17:53 de 29/09/21, Kevin Thorpe escreveu: It looks to me like you do not have the development packages installed in

Re: [R] Rcpp package problems

2021-09-29 Thread Rui Barradas
Hello, This problem is pratically a StackOverflow FAQ [1], with link to the Rcpp-devel mailing list [2]. [1] https://stackoverflow.com/questions/68416435/rcpp-package-doesnt-include-rcpp-precious-remove [2] https://www.mail-archive.com/rcpp-devel@lists.r-forge.r-project.org/msg10226.html

Re: [R] How to install package meta on Linux Ubuntu 21?

2021-09-29 Thread Kevin Thorpe
It looks to me like you do not have the development packages installed in Ubuntu. These should be easy to obtain with a suitable apt-get command, but since I am not a primary Ubuntu user, I do not know the package names. > On Sep 29, 2021, at 9:46 AM, Luigi Marongiu wrote: > > Hello > I have

Re: [R] Rcpp package problems

2021-09-29 Thread Jeff Newmiller
Do read the Posting Guide ... this is the wrong venue for detailed discussions of contributed packages. For this topic I suggest [1], though you may want to make sure you have updated all of your packages with no errors and that this behavior still occurs before going there. You should also

[R] Rcpp package problems

2021-09-29 Thread Nick Wray
Hi I am having having problems with the package Rcpp. Although I have installed and loaded it, in two different situations it seems to send R into an endless loop The first one was trying to run code from a site showing how to use the stl() function *http://www.gardner.fyi/blog/STL-Part-I/

Re: [ESS] why a release from time to time would be nice

2021-09-29 Thread Sparapani, Rodney via ESS-help
Hi Toby: Perhaps it depends on whether they are undergrad or grad students. If you are a grad student, then the university owns your copyright (and faculty/staff too for that matter ;o) But, for undergrads, I don’t know what the rules are. -- Rodney Sparapani, Associate Professor of

[R] How to install package meta on Linux Ubuntu 21?

2021-09-29 Thread Luigi Marongiu
Hello I have R version 4.1.1 (2021-08-10) -- "Kick Things", on an Ubuntu 21 machine. I am trying to install the package meta but I get the following error: ``` ... ERROR: dependency ‘RcppEigen’ is not available for package ‘lme4’ * removing ‘/home/gigiux/R/x86_64-pc-linux-gnu-library/4.1/lme4’

Re: [R] Rdversion ???

2021-09-29 Thread Rolf Turner
On Tue, 28 Sep 2021 16:02:55 -0700 Bill Dunlap wrote: > tools:::prepare2_Rd contains the lines > ## FIXME: we no longer make any use of \Rdversion > version <- which(sections == "\\Rdversion") > if (length(version) > 1L) > stopRd(Rd[[version[2L]]], Rdfile, >