Re: [R] Unable to install gsynth without life package

2022-05-30 Thread Ivan Krylov
On Mon, 30 May 2022 21:08:04 -0700 Tariq Khasiri wrote: > ERROR: dependency ‘lfe’ is not available for package ‘gsynth’ That's strange. The package is currently on CRAN and even passes all the checks: https://cran.r-project.org/package=lfe Can you install it separately? There's even an R-oldrel

Re: [R] Unable to install gsynth without life package

2022-05-30 Thread Tariq Khasiri
The R community is full of kind people! Much obliged for being so polite! On Mon, 30 May 2022 at 21:24, Jeff Newmiller wrote: > Either: > > 1) Convince the Gsynth package maintainer to resolve the problem for you, > or > > 2) start hacking on the source code of either lfe or Gsynth until they >

Re: [R] Unable to install gsynth without life package

2022-05-30 Thread Jeff Newmiller
Either: 1) Convince the Gsynth package maintainer to resolve the problem for you, or 2) start hacking on the source code of either lfe or Gsynth until they both install and work together. It is not as though the members of this list have a magic wand that can fix the problems of many thousands

Re: [R] if zlib version >= 1.2.5... no

2022-05-30 Thread David Winsemius
Pasting a prior posted thread on the R-Mac list: Ah, well, I see now that libR.dylib was not built or linked in tools.so simply because I had not configured with --enable-R-shlib ... 'make' succeeds but only when I build R as a shared library. The dlopen error isn't seen in the nightly builds, wh

[R] [R-pkgs] shadowr: Selenium plugin to manage multiple levels of shadow elements on web page

2022-05-30 Thread ricardo.landolt
Dear R users, I am happy to announce that my new package shadowr is now available on CRAN. The package enables to use the shadow selenium plugin to manage multi level shadow DOM elements on web page. Shadow DOM is a web standard that offers

[R] Request for some help about uncertainty analysis using bootstrap approach

2022-05-30 Thread Bhaskar Mitra
Hello Everyone, I have a query about uncertainty analysis and would really appreciate some help in this regard. I intend to gapfill the NAs in the “X” column of the dataframe (Df1). I have grouped the data using the column “Group” , determined the mean and generated the “Z” column. While I am u

Re: [R] Circular Graph Recommendation Request

2022-05-30 Thread Stephen H. Dawson, DSL via R-help
Hi Christopher, Thanks for the reply. Your comments are helpful. I agree with you about relative position in relation to geography. The thing with this particular circular graph is it speaks to the executive ranks a bit more than a bar or line graph. Kindest Regards, *Stephen Dawson, DSL*

Re: [R] How to represent tree-structured values

2022-05-30 Thread Jan van der Laan
For visualising hierarchical data a treemap can also work well. For example, using the treemap package: n <- 1000 library(data.table) library(treemap) dta <- data.table(   level1 = sample(LETTERS[1:5], n, replace = TRUE),   level2 = sample(letters[1:5], n, replace = TRUE),   level3 = sample(1:

Re: [R] How to represent tree-structured values

2022-05-30 Thread Jim Lemon
Hi Richard, Thinking about this, you might also find intersectDiagram, also in plotrix, to be useful. Jim On Mon, May 30, 2022 at 4:37 PM Jim Lemon wrote: > > Hi Richard, > Some years ago I had a try at illustrating Multiple Causes of Death > (MCoD) data. I settled on what is sometimes called a