Displaying 20 results from an estimated 1000 matches similar to: "[Pkg-Collaboratos] BioShapes Almost-Package"
2023 Nov 29
0
computer algebra in R
Dear Konrad,
I presume that the system can be written as follows, where h0, d0, ga0, kga and kd are given:
err1 = h + hd + hga - h0;
err2 = d + hd - d0;
err3 = ga + hga - ga0;
err4 = hga - kga*h*ga;
err5 = hd - kd*h*d;
All error terms should be zero.
Do you need (a) the symbolic solution or (b) is a numeric solution fine?
I do not have any experience with yacas or caracas. But see below.
###
2024 Feb 24
1
Clustering Functions used by Reverse-Dependencies
Dear R Users,
Are there any tools to extract the function names called by reverse-dependencies?
I would like to group these functions using clustering methods based on the co-occurrence in the reverse-dependencies.
Utility: It may be possible to split complex packages into modules with fewer reverse-dependencies.
Package pkgdepR may offer some of the functionality; but I did not have time to
2019 Dec 19
2
git question about disk space
If one has a free github account and clones the llvm-project repo into their
account, what is the impact on their disk quota? The llvm-project is huge but
if one only changes a few files, does all the rest count against their quota or
is some copy-on-write mechanism sharing the disk space amongst all cloners?
thanks, brian
2023 Mar 08
1
Default Generic function for: args(name, default = TRUE)
?.S3methods
f <- function()(2)
> length(.S3methods(f))
[1] 0
> length(.S3methods(print))
[1] 206
There may be better ways, but this is what came to my mind.
-- Bert
On Wed, Mar 8, 2023 at 11:09?AM Leonard Mada via R-help <
r-help at r-project.org> wrote:
> Dear R-Users,
>
> I want to change the args() function to return by default the arguments
> of the default
2023 Mar 08
1
Default Generic function for: args(name, default = TRUE)
Dear R-Users,
I want to change the args() function to return by default the arguments
of the default generic function:
args = function(name, default = TRUE) {
?? ?# TODO: && is.function.generic();
?? ?if(default) {
?? ???? fn = match.call()[[2]];
?? ???? fn = paste0(as.character(fn), ".default");
?? ???? name = fn;
?? ?}
?? ?.Internal(args(name));
}
Is there a nice way
2024 Jan 30
2
Use of geometric mean for geochemical concentrations
Dear Rich,
It depends how the data is generated.
Although I am not an expert in ecology, I can explain it based on a biomedical example.
Certain variables are generated geometrically (exponentially), e.g. MIC or Titer.
MIC = Minimum Inhibitory Concentration for bacterial resistance
Titer = dilution which still has an effect, e.g. serially diluting blood samples;
Obviously, diluting the
2023 Jan 30
0
Covid Mutations: Cumulative?
Dear R-Users,
Did anyone follow more closely the SARS Cov-2 lineages?
I have done a quick check of Cov-2 mutations on the list downloaded from
NCBI (see GitHub page below); but it seems that the list contains the
cumulative mutations only for B.1 => B.1.1, but not after the B.1.1 branch:
# B.1 => B.1.1 seems cumulative
diff.lineage("B.1.1", "B.1", data=z)
# but B.1.1
2023 Mar 08
0
Default Generic function for: args(name, default = TRUE)
Dear Gregg,
Thank you for the fast response.
I believe though that isGeneric works only for S4-functions:
isGeneric("plot")
# FALSE
I still try to get it to work.
Sincerely,
Leonard
On 3/8/2023 9:13 PM, Gregg Powell wrote:
> Yes, there is a way to check if a function is generic. You can use the isGeneric function to check if a function is generic. Here's an updated version
2024 Jan 31
0
Basic astronomy package recommendation wanted.
Dear Richard,
I wrote s small shiny app to improve the search for CRAN-packages. It can be installed from GitHub:
https://github.com/discoleo/PackageBrowser
Searching for "(?<![- ]cat)astro|sun" yields 19 packages. A few (2 or 3) are unrelated. The remaining may be interesting, e.g. suntools, suncalc, astroFns.
Sincerely,
Leonard
[[alternative HTML version deleted]]
2024 Oct 10
0
Discriminant of a cubic polynomial
Dear Thomas,
Unfortunately, I do not know if any packages implement this functionality. Though, it is a topic that interests me.
Unlike the "classic discriminant", I prefer to work with the reduced polynomial. This "discriminant" is generalizable to a superset of Chebysev polynomials (which I called Cardano-polynomials).
x^3 - 3*c*x - 2*d = 0
x^5 - 5*c*x^3 + 5*c^2*x - 2*d =
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
2009 Oct 25
1
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
Hi all,
Here is a patch to user pkg-config (if available) to detect libogg and
fall back to old method if pkg-config fails.
Pkg-config has the advantage that it can do configured to do the right
thing when cross-compiling.
Erik
---
m4/Makefile.am | 4 ++
m4/extra_pkg.m4 | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 89 insertions(+), 0 deletions(-)
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
2009 Oct 25
0
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
Hi all,
Here is a patch to user pkg-config (if available) to detect libogg and
fall back to old method if pkg-config fails.
Pkg-config has the advantage that it can do configured to do the right
thing when cross-compiling.
Erik
---
Makefile.am | 4 +-
autogen.sh | 15 ++++++++++
configure.ac | 14 ++++++++-
m4/Makefile.am | 4 ++
m4/extra_pkg.m4 | 85
2004 Jun 21
1
IMQ + natin PREROUTING - it is almost 2 years since patch....
Hello there!
I was reading this archive:
http://mailman.ds9a.nl/pipermail/lartc/2002q3/004725.html
It was almost two years ago when Patrick wrote a patch to switch IMQ
with nat in PREROUTING chain...
From www.linuximq.org I''ve downloaded newset IMQ driver for 2.4.26 and
what can i see? The line that Patrick changed in that patch is still as
it was in previous relases.
Are there
2004 Aug 12
1
dpt_i2o almost there
Hi all!
I''m using make world as recommeded and it compiles fine, then
changed the dpti2o config option to ''y'' and recompiled with
ARCH=xen make.
The xen0 freeze on reading dpti2o tables and I can''t get any
output with sysrq (enabled too). Compiling original 2.6.7
works fine.
Any idea?
Thanks!
--
Flávio Bruno Leitner <fbl@conectiva.com.br>
[ E74B
2011 Feb 22
3
QQ International -- Almost works, but always says I'm "Away"
I got QQ International (version 1.0) to work via WINE under Mepis 8.5. Using winetricks, I installed all of the missing DLL's, and QQ now starts up and runs fine.
... except for the fact that it always shows me as being "Away". Even if I manually set my status to "Online", it changes me back to "Away" after a second or two.
This only happens under WINE. I log in
2008 Aug 25
1
Output to Latex using Memisc almost works
Hello,
I'm using memisc to output regression results to tables and latex. My
problem is that the output that Latex needs must be in between $ $ so that
it is read as formula but memisc does not output the result between $ $.
For example, latex needs: $0.05^{***}$ and memisc outputs 0.05^{***} in an
entry.
I am new to Latex and I imagine it could also be a latex 'problem' and not
2004 Jul 21
1
Almost there.
Hey Timo-
I got everything working now that I can log in properly...but I'm have a
permissions issue and I'm not sure how to set it..I've been playing
with ownership and permissions and I'm still getting this
imap(tom at testdomain.com):
mkdir_parents(/var/spool/mail/indexes/testdomain.com/tom/.imap/INBOX)
failed: Permission denied
What's that permission/ownership in
2011 Aug 11
2
Medal of Honor almost a success
Hey guys
Ok i was curious to see if Medal of honor would work 2010 tier 1 edition would work
I installed the dvd just fine. a little buggy on the blue bar but hey xD it installed fine
At first i couldnt run the game
Then i figured out that you go to your home folder and find the MoH folder. edit the settings and simply changed "directx mode" to 9 not auto
And it ran, starts up fine
2008 Sep 10
3
The Spore Game ALMOST work...
Alright.. so.. it seems the newly released game, spore, almost works with wine.. with a few exceptions.. there is some graphical errors that apparently seems to be able to be fixed.
I found a place on the internet where a guy have posted a blog entry on how to make it working... except.. I cant seem to figure out how to follow that guide.
See it here: http://ericbetts.org/node/91
Can anyone
2004 Feb 12
1
Almost Ideal Demand System
Hi there fellow R users,
Has anyone got an R example of applying an Ideal demand system, possibly
using the library systemfit??
Thanks
Wayne
Dr Wayne R. Jones
Senior Statistician / Research Analyst
KSS Limited
St James's Buildings
79 Oxford Street
Manchester M1 6SS
Tel: +44(0)161 609 4084
Mob: +44(0)7810 523 713
KSS Ltd
Seventh Floor St James's Buildings 79 Oxford Street