Displaying 3 results from an estimated 3 matches for "george2".
Did you mean:
george
2014 Jun 04
1
Fwd: [nut] PyNUT: Fix error when raising without an Exception. (#128)
Hi David,
Any thoughts on either this pull request, or #129?
https://github.com/networkupstools/nut/pull/128
https://github.com/networkupstools/nut/pull/129
Also note the mention of the new Python module here:
https://github.com/george2/python-nut2/tree/development
- Charles
Begin forwarded message:
> From: george2 <notifications at github.com>
> Subject: [nut] PyNUT: Fix error when raising without an Exception. (#128)
> Date: June 3, 2014 3:34:00 PM EDT
> Raising without a valid exception is invalid:
>
&g...
2013 Mar 21
1
missing space in R version specifier makes PACKAGES file unreadable by install.packages()
Hi,
After updating to R-3.0 beta r62328, I get the following:
> install.packages("Biobase", type="source", repos="http://george2/BBS/2.12/bioc")
Error in do.call(op, list(v_c, v_t[[op]])) :
could not find function "R (>=2.15.1)"
The problem can be fixed by adding a space after >= in the offending
package's DESCRIPTION file and re-generating the PACKAGES file with
tools:::write_PACKAGES().
However...
2013 Mar 03
1
Missing PROTECT in mkPRIMSXP ?
The Bioconductor build for a package DirichletMultinomial on
R Under development (unstable) (2013-02-26 r62077) -- "Unsuffered Consequences"
at
http://bioconductor.org/checkResults/devel/bioc-LATEST/DirichletMultinomial/george2-buildsrc.html
shows
* creating vignettes ... ERROR
...
Error: processing vignette ?DirichletMultinomial.Rnw? failed with diagnostics:
chunk 21 (label = ROC-dmngroup)
Error in mapply(FUN = f, ..., SIMPLIFY = FALSE) :
invalid primitive operation given for dispatch
Execution halted
I have not...