Displaying 20 results from an estimated 140 matches similar to: "directives to explicitely exclude objects from import into namespaces"
2006 Apr 14
3
The object argument of NextMethod.
My question is when the object argument of NexthMethod be used?
In the following example, weather object argument is used will not
affects the result.
###
foo=function(x) {UseMethod("foo")}
foo.cls1=function(x)
{
x=x+1;class(x)<-"ncls"
NextMethod()
}
foo.ncls=function(x)
{
cat("ncls\n")
}
foo.cls2=function(x)
{
cat("cls2\n");print(x)
}
2013 Feb 07
1
large sysdata.rda file --- strategies?
Hi,
to speed up computations in our RobASt family of packages, we use
interpolation on a grid of precomputed values which we save together
with the interpolating functions (results of splinefun essentially)
in sysdata.rda in the R folder of our pkg.
After adding grids for some more models, this file has grown
considerably, even after application of tools::resaveRdaFiles.
At the moment we are at
2008 Aug 22
0
R CMD check warning "no visible binding for global variable" and hasArg()
Hi R-devels,
latetely I reported having problems with understanding warnings
issued by a devel version of R CMD check, which Brian Ripley in
his reply
https://stat.ethz.ch/pipermail/r-devel/2008-August/050493.html
correctly attributed to my using an outdated version (July 29)
--- you really have to be quick with updating these days!
Having switched to a more recent version, R CMD check
2011 Jan 26
0
New package versions for distr- and robast- families
------------------------------------------------------------------------
------------------------------------------------------------------------
New versions 2.3 of our distr-family of packages are now
available on CRAN.
(i.e.; startupmsg, SweaveListingUtils,
distr, distrEx, distrDoc, distrEllipse,
distrMod, distrSim, distrTEst, distrTeach)
Most importantly, we have included:
+
2011 Jan 26
0
New package versions for distr- and robast- families
------------------------------------------------------------------------
------------------------------------------------------------------------
New versions 2.3 of our distr-family of packages are now
available on CRAN.
(i.e.; startupmsg, SweaveListingUtils,
distr, distrEx, distrDoc, distrEllipse,
distrMod, distrSim, distrTEst, distrTeach)
Most importantly, we have included:
+
2008 Aug 14
1
cryptic message of R CMD check
Hi R-devels,
recently, we have seen a new warning by "R CMD check"
appearing for the devel-version of our package distrEx available on
r-forge, e.g. as
*|install.packages("/distrEx/",repos="http://r-forge.r-project.org")|*
Here is the warning:
%---------------------
[...snip ...]
* checking for unstated dependencies in R code ... WARNING
.get_S4_methods_list():
2007 Jul 25
5
MockCov: Proof of concept
Hey list,
RSpec is great, I''ve been using it at work for a couple of months now. One
gripe I have is that I find it hard to know exactly to what extent my code
is covered by the specs. I am aware of RCov and Heckle; they''re great, but
I''d like to demonstrate another perspective of coverage analysis I''ve hacked
up.
The perspective is that of what is mocked and
2006 Jan 14
14
Javascript/AJAX Debugging
Hello !
I''m trying to implement something similar to the "multiple updates" section
of the Web2.0 chapter of the Agile book.
I implemented my version, and nothing is happening. No javascript errors,
my logs look fine, page is rendered fine... just no Effect.Highlight. Here
is the code:
views/causes/cause_home/index.rhtml
===============
<%= form_remote_tag(:complete =>
2011 Jun 01
0
Opening for a Research Statistician
The Fraunhofer Institute for Industrial Mathematics ITWM in
Kaiserslauern, Germany, is looking for a researcher in its
department for Financial Mathematics, starting as soon as
possible.
We are a team working in the following domains of research
and industrial projects: Development of models and algorithms
for pricing of financial derivatives; evaluation, optimization
and risk assessment of
2012 Mar 31
3
clear console
hi,
I use R - 2.15(32bit), and want to make a code to clear a console.
Actually, I used to run following code to do that but after update the
version of R from 2.14 to 2.15, it doesn't work.
cls <- function (t) {
require(RDCOMClient)
wsh <- COMCreate("Wscript.Shell")
wsh$SendKeys("\f")
invisible(wsh)
}
cls()
or
cls <-
2008 Jan 27
2
VPN in China for our server [OT?]
We are setting up a new server (prefer centos4 vs 5) what should we do for a
coporate vpn back to the US?
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- -
- Jason Pyeron PD Inc. http://www.pdinc.us -
- Sr. Consultant 10 West 24th Street #100 -
- +1 (443) 269-1555 x333
2004 May 11
0
Question about predict.multinom()
Hello,
This is the fitted model:
> fit
Call:
multinom(formula = resp ~ pred$cls + pred$smoke)
Coefficients:
(Intercept) pred$cls2 pred$cls3 pred$cls4 pred$cls5 pred$smoke2 pred$smoke3
Proteinuria -1.140520 0.1616644 0.05554898 -0.01584927 0.02574805 -0.4057245 -0.2898425
Hypertension -2.691215 -0.3699690 -0.22582107 0.01615898 0.26318005 0.1239051 0.2413282
2020 Sep 23
0
[R] jitter-bug? problematic behaviour of the jitter function
Hello,
R 4.0.2 on Ubuntu 20.04, sessionInfo at end.
This came up in r-help, I'm answering to the OP and also posting to
r-devel since I believe it is more appropriate there.
I can confirm this. The original instructions are the first and the
last, but even with smaller numbers the error shows up.
set.seed(2020)
jitter(c(1,2,10^4)) # desired behaviour
#[1] 1.058761 1.957690
2018 May 17
0
How to build nss-util.i686 on Centos 7 with mock
Hi Martin,
You need to build a "epel-7-i386" mock profile and use that. Now I call it "epel" so it resembles the default profile, but there is no EPEL 32bit for EL7.
There is a 32bit CentOS 7 tree here http://mirror.centos.org/altarch/7/os/i386/
If there are deps required and are not there you'll need to backport them from Fedora I guess.
--
Sent from the Delta quadrant
2018 May 20
2
How to build nss-util.i686 on Centos 7 with mock
So, you have to have a full i386 build root to build i386 arch packages
.. then only a subset of those built packages are actually used as
multilib packages for x86_64.
as Nux! said, you have to use the i386 distro to build those.
The mock configs we use to build live here:
https://git.centos.org/tree/sig-core!bld-seven.git/master/mock
Obviously, you would need to modify them for your setup.
2012 Mar 16
1
[PATCH/cygwin]: Explicitely undefine _WIN32
Hi,
I've just trieed to build OpenSSH on Cygwin with Kerberos support enabled,
and while doing that I stumbled over a problem:
The openbsd-compat/bsd-cygwin_util.h header include a Windows header,
and depending on which Win32 header files are included (Mingw32/Mingw64)
that can result in a `#define _WIN32'. This in turn can break linking
against some packages. In my case it's
2012 Jun 05
1
[patch/cygwin]: Explicitely add user right to start service
Hi,
could somebody with checkin rights please apply the below patch to the
Cygwin service creator script? It patches a problem when using an
existing account to start the sshd service. In that case the script
so far doesn't make sure that the user has th right to logon as a
service.
Index: contrib/cygwin/ssh-host-config
===================================================================
2007 Jun 15
2
indexed ''text'' (not string) column not used when searching, unless explicitely specified!!
Hi all,
I''ve included a mysql ''text'' column in my index, and aaf/Ferret
doesn''t use it when I search, UNLESS I specify it as a restrictor, and
then it only searches in that field!
For example:
=> 0 results are returned by a standard (__all__ fields ?) search
>> Entity.find_by_contents "zixi"
Query: zixi
total hits: 0, results
2020 Sep 23
3
jitter-bug? problematic behaviour of the jitter function
Dear all,
i have noticed some strange behaviour in the ?jitter? function in R.
On the help page for jitter it is stated that
"The result, say r, is r <- x + runif(n, -a, a) where n <- length(x) and a is the amount argument (if specified).?
and
"If amount is NULL (default), we set a <- factor * d/5 where d is the smallest difference between adjacent unique (apart from fuzz) x
2020 Sep 23
3
jitter-bug? problematic behaviour of the jitter function
Dear all,
i have noticed some strange behaviour in the ?jitter? function in R.
On the help page for jitter it is stated that
"The result, say r, is r <- x + runif(n, -a, a) where n <- length(x) and a is the amount argument (if specified).?
and
"If amount is NULL (default), we set a <- factor * d/5 where d is the smallest difference between adjacent unique (apart from fuzz) x