[R] [R-pkgs] dbparser v1.0.1: DrugBank XML Database Parser

2019-04-17 Thread mohammed ibrahim via R-packages
Hello,I am pleased to announce the release of dbparser v1.0.1 on CRAN https://cran.r-project.org/web/packages/dbparser/index.htmlThe new release include:    * Check if drugbank database exist before parsing    * Add support for international_brands and salts elements    * Properly rename some fe

[R] Why I can not get work the "tidyverse" and "corrr" libraries

2019-04-17 Thread greg holly
; I need work on libraries "tidyverse" and "corrr". When I cal these, I am getting the following error message. What can be done? Your help is highly appreciated. Greg Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): n

Re: [R] Limiting the scope of RNGkind/set.seed

2019-04-17 Thread Paul Gilbert
Elizabeth There is a package (of mine) setRNG on CRAN that may be a helpful example (code/tests/examples/vignette). Most of the package is testing designed to fail if the RNG in R is changed in a way that will affect my other package testing. Martin's function in the previous reply has most o

Re: [R] Why I can not get work the "tidyverse" and "corrr" libraries

2019-04-17 Thread Jeff Newmiller
>From reading > namespace ‘rlang’ 0.3.0 is already loaded, but >= 0.3.1 is required it would seem that you need to upgrade your rlang package... On April 17, 2019 10:19:48 AM PDT, greg holly wrote: >; > >I need work on libraries "tidyverse" and "corrr". When I cal these, I >am >getting the foll

Re: [R] Why I can not get work the "tidyverse" and "corrr" libraries

2019-04-17 Thread Hadley Wickham
On Wed, Apr 17, 2019 at 1:06 PM Jeff Newmiller wrote: > > From reading > > > namespace ‘rlang’ 0.3.0 is already loaded, but >= 0.3.1 is required > > it would seem that you need to upgrade your rlang package... Typically this indicates you need to restart R. Hadley -- http://hadley.nz

Re: [R] Limiting the scope of RNGkind/set.seed

2019-04-17 Thread Elizabeth Purdom
Thanks Martin, this seems much better. All of the best, Elizabeth > On Apr 16, 2019, at 10:22 AM, Martin Maechler > wrote: > >> Elizabeth Purdom >>on Tue, 16 Apr 2019 09:45:45 -0700 writes: > >> Hi Bert, Thanks for your response. What you suggest is >> more or less the fix I sugge

[R] Problem to find the Maximum likelihood estimates of generalized normal distribution in R

2019-04-17 Thread jawad hussain via R-help
First I estimated the parameters of exponentiated generalized normal distribution using the dataset (data1: generated from normal distribution). Then I used real dataset (data2) and tried to find the maximum likelihood estimates (MLE) using the AdequacyModel packages. It gives the error messag

[R] combining data.frames with is.na & match (), two questions

2019-04-17 Thread Drake Gossi
Hello everyone, I'm working through this book, *Humanities Data in R* (Arnold & Tilton), and I'm just having trouble understanding this maneuver. In sum, I'm trying to combine data in two different data.frames. This data.frame is called fruitNutr Fruit Calories 1 banana 100 2 pear 100 3 mango