Displaying 7 results from an estimated 7 matches for "str_signif".
2009 Jan 20
1
R and WinBUGS (via R2WinBUGS) error
...;type' must be "real" for this format
>
This problem was discussed before
(https://stat.ethz.ch/pipermail/r-help/2008-August/171726.html), but
the discussion didn't seem to help me. As suggested on that post,
traceback() gives the following:
> traceback()
6: .C("str_signif", x = x, n = n, mode = as.character(mode), width =
as.integer(width),
digits = as.integer(digits), format = as.character(format),
flag = as.character(flag), result = blank.chars(i.strlen),
PACKAGE = "base")
5: FUN(X[[1L]], ...)
4: lapply(data.list, formatC,...
2007 Jan 30
1
Solaris 10 compilation issue
...random.o
Rf_qtukey arithmetic.o
Rf_rgamma random.o
Rf_rhyper random.o
Rf_rlogis random.o
Rf_rlnorm random.o
R_rowsum registration.o
str_signif registration.o
Rf_pcauchy arithmetic.o
dchdc_ registration.o
do_system names.o
dpbfa_ registration.o
dpbsl_ registration.o
dpoco_...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...random.o
Rf_qtukey arithmetic.o
Rf_rgamma random.o
Rf_rhyper random.o
Rf_rlogis random.o
Rf_rlnorm random.o
R_rowsum registration.o
str_signif registration.o
Rf_pcauchy arithmetic.o
dchdc_ registration.o
do_system names.o
dpbfa_ registration.o
dpbsl_ registration.o
dpoco_...
2007 Jan 30
0
R Compiling issue
...ithmetic.o
Rf_qlogis arithmetic.o
Rf_qlnorm arithmetic.o
Rf_qnbeta arithmetic.o
Rf_qnorm5 arithmetic.o
bakslv registration.o
Rf_rbinom random.o
Rf_rchisq random.o
Rf_qtukey arithmetic.o
Rf_rgamma random.o
Rf_rhyper random.o
Rf_rlogis random.o
Rf_rlnorm random.o
R_rowsum registration.o
str_signif registration.o
Rf_pcauchy arithmetic.o
dchdc_ registration.o
do_system names.o
dpbfa_ registration.o
dpbsl_ registration.o
dpoco_ registration.o
dpodi_ registration.o
dpofa_ registration.o
dposl_ registration.o
dqrdc_ registration.o
dqrls_ registration.o
dqrsl_ registration.o
dsvdc_ re...
2007 Jan 30
0
Issue with compiling R on solaris 10
...random.o
Rf_qtukey arithmetic.o
Rf_rgamma random.o
Rf_rhyper random.o
Rf_rlogis random.o
Rf_rlnorm random.o
R_rowsum registration.o
str_signif registration.o
Rf_pcauchy arithmetic.o
dchdc_ registration.o
do_system names.o
dpbfa_ registration.o
dpbsl_ registration.o
dpoco_...
2012 Jun 22
0
R 2.15.1 is released
...from vectors in
the global environment. (PR#14847)
o R CMD check with _R_CHECK_NO_RECOMMENDED_ set to a true value (as
done by the --as-cran option) could issue false errors if there
was an indirect dependency on a recommended package.
o formatC() uses the C entry point str_signif which could write
beyond the length allocated for the output string.
o Missing default argument added to implicit S4 generic for
backsolve(). (PR#14883)
o Some bugs have been fixed in handling load actions that could
fail to export assigned items or generate spurious war...
2012 Jun 22
0
R 2.15.1 is released
...from vectors in
the global environment. (PR#14847)
o R CMD check with _R_CHECK_NO_RECOMMENDED_ set to a true value (as
done by the --as-cran option) could issue false errors if there
was an indirect dependency on a recommended package.
o formatC() uses the C entry point str_signif which could write
beyond the length allocated for the output string.
o Missing default argument added to implicit S4 generic for
backsolve(). (PR#14883)
o Some bugs have been fixed in handling load actions that could
fail to export assigned items or generate spurious war...