Re: [R] Updating Package Fails: Help on How to Fix Needed

2015-12-11 Thread Uwe Ligges
Just FYI: This one slipped through CRAN checks. We are in contact with the maintainer. Best, Uwe Ligges On 11.12.2015 22:11, Marc Schwartz wrote: On Dec 11, 2015, at 2:40 PM, Duncan Murdoch wrote: On 11/12/2015 2:36 PM, William Dunlap wrote: stats::sigma was

Re: [R] Updating Package Fails: Help on How to Fix Needed

2015-12-11 Thread Marc Schwartz
> On Dec 11, 2015, at 2:40 PM, Duncan Murdoch wrote: > > On 11/12/2015 2:36 PM, William Dunlap wrote: >> stats::sigma was added to R recently. It is is R-devel now, I don't know >> about yesterday's R-3.2.3. > > As Rich saw, it's not. pbkrtest should have "Depends:

Re: [R] Updating Package Fails: Help on How to Fix Needed

2015-12-11 Thread Rich Shepard
On Fri, 11 Dec 2015, William Dunlap wrote: stats::sigma was added to R recently. It is is R-devel now, I don't know about yesterday's R-3.2.3. Bill, Okay. I intended to update R after the packages. Will run version upgrade, then see how the package update goes. Result will be reported

Re: [R] Updating Package Fails: Help on How to Fix Needed

2015-12-11 Thread Rich Shepard
On Fri, 11 Dec 2015, Duncan Murdoch wrote: I don't see that. You need to give more details: I'd start with sessionInfo(), and the version number of the pbkrtest package that you're trying to install. (If R is downloading it for you, available.packages()["pbkrtest",] will give lots of useful

Re: [R] Updating Package Fails: Help on How to Fix Needed

2015-12-11 Thread William Dunlap
stats::sigma was added to R recently. It is is R-devel now, I don't know about yesterday's R-3.2.3. Bill Dunlap TIBCO Software wdunlap tibco.com On Fri, Dec 11, 2015 at 11:05 AM, Duncan Murdoch wrote: > On 11/12/2015 1:44 PM, Rich Shepard wrote: >> >> Trying to

Re: [R] Updating Package Fails: Help on How to Fix Needed

2015-12-11 Thread Rich Shepard
On Fri, 11 Dec 2015, Rich Shepard wrote: On Fri, 11 Dec 2015, William Dunlap wrote: stats::sigma was added to R recently. It is is R-devel now, I don't know about yesterday's R-3.2.3. Okay. I intended to update R after the packages. Will run version upgrade, then see how the package

Re: [R] Updating Package Fails: Help on How to Fix Needed

2015-12-11 Thread Duncan Murdoch
On 11/12/2015 2:36 PM, William Dunlap wrote: stats::sigma was added to R recently. It is is R-devel now, I don't know about yesterday's R-3.2.3. As Rich saw, it's not. pbkrtest should have "Depends: R (>= 3.3.0)" instead of "Depends: R (>= 3.0.0)" in its DESCRIPTION. You can see it failed

[R] Updating Package Fails: Help on How to Fix Needed

2015-12-11 Thread Rich Shepard
Trying to update package pbkrtest failed because of a missing object in another namespace. Not having experienced this issue before now I don't know what to do to fix the problem. Here's the story: * installing *source* package ‘pbkrtest’ ... ** package ‘pbkrtest’ successfully unpacked and MD5

Re: [R] Updating Package Fails: Help on How to Fix Needed

2015-12-11 Thread Duncan Murdoch
On 11/12/2015 1:44 PM, Rich Shepard wrote: Trying to update package pbkrtest failed because of a missing object in another namespace. Not having experienced this issue before now I don't know what to do to fix the problem. Here's the story: * installing *source* package ‘pbkrtest’ ... **