Displaying 3 results from an estimated 3 matches for "biocore".
Did you mean:
biocare
2013 Dec 09
0
mysql module v 1.0 mysql_grant - database_grant
...r database_grant is not
compatible with mysql_grant.
So, if I had something like:
mysql_database{ [ ''biosql'' , ''biosql-test'' ] :
ensure => present,
require => Class[''mysql::server''],
}
database_user { ''biocore@%.XXXXX'' :
password_hash => mysql_password(''XXXXX'') ;
}
database_grant { [ ''biocore@%.XXXXXX/biosql'' , ''biocore@%.XXXX/biosql-test'' ] :
privileges => ['&...
2011 Oct 04
2
R-devel (2.14 alpha) Windows binary
...ines to consider are listed on our Release
schedule. If you have packages in the repository (and most of you do),
it is probably a good idea to follow the following link and see the
other deadlines that are approaching.
http://www.bioconductor.org/developers/release-schedule/
Sincerely,
? The Biocore Team
_______________________________________________
Bioc-devel at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel
2003 Oct 10
1
number of arguments in .Call function registration
I initially sent this to the biocore mailing list - but it was
suggested that r-devel would also find it interesting.
Many of us use a macro like
#define CALL_DEF(fname, nargs) { #fname, (DL_FUNC)&fname, nargs}
for use in function registration for use with .Call.
For example, using the example from R Extension manual,
if we w...