Displaying 20 results from an estimated 300 matches similar to: "Compiling R-devel - missing some expected features (zlib, bzlib, lzma, PCRE)"
2020 Jun 21
1
Possible bug in heatmap()?
Dear All,
There might be a bug in heatmap():
x <- matrix(rnorm(10*5), 10, 5)
heatmap(x, labCol=1:5)
Error in axis(1, 1L:nc, labels = labCol, las = 2, line = -0.5, tick = 0, :
'at' and 'labels' lengths differ, 5 != 10
Works fine under 4.0.1. Looking at the code from 4.0.1 vs. Rdevel, esp. this part sticks out:
labRow <- labRow[rowInd] %||% rownames(x) %||%
2024 Jun 23
1
Issue with pkgconf when upgrading to 4.4.1
Hi all,
I am running Ubuntu 20.04.6 (focal) (yes, planning to upgrade soon) and just updated to 4.4.1. However, the process did not quite go as smoothly. 'sudo apt upgrade' ran but 'r-base-dev' was not updated because of a dependency issue:
[08:57] ? wviechtb at wv-x5 ? ~/ ? sudo apt upgrade r-base-dev
Reading package lists... Done
Building dependency tree
Reading state
2020 May 05
1
Use of MathJax (or something similar) in .Rd files
Hi All,
After some tinkering, and with support from Duncan, I put together a package that allows for easy inclusion of MathJax equations in Rd files. The package has been submitted to CRAN, but those who want to try this out already can get it here:
https://github.com/wviechtb/mathjaxr
or in other words:
install.packages("remotes")
2024 Jul 25
1
OFF TOPIC: Nature article on File Drawer Problem in Reserach
Chapter 9 might be of interest:
https://bookdown.org/MathiasHarrer/Doing_Meta_Analysis_in_R/
And specifically, for funnel plots in R:
https://wviechtb.github.io/metafor/reference/funnel.html
Best,
Rob
On 7/25/2024 6:40 AM, Richard O'Keefe wrote:
> I know you didn't want to stimulate discussion, but the problem is not
> confined to publication. "Adverse reaction to
2019 Apr 21
2
update failure
When I attempted to update a remote server via SSH last night the UPS on my local workstations failed, causing the SSH session to get dropped in the middle of the upgrade process. This morning I am not able to complete the update. When it failed when I tried to run it again thins morning I did the suggested things like "dnf clean all" and "rpm -rebuilddb", and I still get
2020 Apr 30
2
Use of MathJax (or something similar) in .Rd files
Thanks Gabor and Duncan! It works. For those interested, I added this to the beginning of the \details{} section:
\if{html}{\out{
<script id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax at 3/es5/tex-mml-chtml.js">
</script>
}}
And then I can use:
\if{html}{\out{\(B_{x(a,b)} = \int_0^x t^{a-1} (1-t)^{b-1} dt\)}}
or
2000 Jul 13
2
R_memory/Question
Bonjour,
Je voudrais savoir comment on peut modifier les capacit?s de m?moire pour le logiciel R, car j'ai un probl?me pour lire un tableau contenant 200000 observations et 30 variables.
Je vous remercie d'avance pour toute aide ?ventuelle.
Cordialement,
Steffy.Ruiz at wanadoo.fr
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2024 Jul 25
1
OFF TOPIC: Nature article on File Drawer Problem in Reserach
I know you didn't want to stimulate discussion, but the problem is not
confined to publication. "Adverse reaction to medication" monitoring
programs are plagued by a similarly massive under-reporting problem:
adverse reactions are seldom reported unless they are particularly bad
or surprising. (The Ministry of Health in my country estimates 90% of
cases are never reported.)
2002 Aug 24
2
Density of non-central t distribution
Hello Everybody,
Is there a function available for calculating the density of a
non-central t distribution? (dt does not accept the ncp option).
Thanks in advance!
--
Wolfgang Viechtbauer
"Are you not thinking what I am not thinking?"
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read
2016 Mar 22
1
bzlib, pcre and zlib still needed in rules?
Dear All,
I just
apt-get source r-base-core
and noticed that file "rules" under ./r-base-3.2.4-revised/debian
contains (lines 277 to 279)
--with-system-bzlib \
--with-system-pcre \
--with-system-zlib \
I wonder if these are still necessary and, in fact, when building R alpha
(specifically, R-alpha_2016-03-21_r70361.tar.gz) I get a warning saying
that those options are not
2003 Feb 02
3
Finding Missing Data Patterns
Dear R-Helpers,
I have a large data matrix, which contains missing data. The matrix
looks something like this:
1) X X X X X X NA NA NA
2) NA NA NA NA X X X X X
3) NA NA X X X X NA NA NA
4) X X X X X X X X X
5) X X NA NA X NA NA NA NA
and so on. Notice that the first row starts with complete data but ends
with missing. The second row starts with missing, but the rest is
2012 Nov 07
3
HELP! Excel and R give me totally different regression results using the exact same data
Hallo,
I am totally confused why Excel and R give me totally different regression
results for the data below. If you know the solution, please enlighten me.
In Excel I used LINEST() and Data>Data Analysis>Regression and both
(fortunately) gave the same result.
The coefficients were:
/b0=1.16, b1=0.957, b2=0.024, R2=0.0027, adjusted R2=-0.017/
In R I used
2006 Oct 13
1
"Xenoppix-x86-64(Xen3.0.2+KNOPPIX-x86_64-5.0.1) CD size" is released.
Dear,
"Xenoppix-x86-64(Xen3.0.2+KNOPPIX-x86_64-5.0.1) CD size" is released.
http://unit.aist.go.jp/itri/knoppix/xen/index-en.html
Xenoppix-x86-64 exploits latest CPU (Intel Core2 Duo and AMD Athlon64).
* Xenoppix-x86-64 boots both X86 and X86_64 linux kernel on HVM of Xen.
* Xenoppix-x86-64 looks like KNOPPIX but all packages are replaced for X86_64.
* Xenoppix-x86-64 also
2002 Aug 09
2
Help with improving efficiency
Dear All,
I have a problem that I think could be solved much more efficiently, but
I don't have a clue how to accomplish this. I have a matrix W with
dimensions k*(p+1):
Let's say W is 5*4 and looks like this:
> W
[,1] [,2] [,3] [,4]
[1,] 1 -1 -1 1
[2,] 1 1 1 1
[3,] 1 2 -2 -1
[4,] 1 0 -1 -1
[5,] 1 -2 -1 0
I want to take
2002 May 28
4
Indexing Elements of a Dataframe
Hello List-Members,
Let's say that I have the following code:
for (i in c(10, 20, 30)) {
for (j in c(200, 400, 600)) {
...
...
x <- "something"
* (code here)
}
}
* Now, x is some result that I want to put into a results "matrix" that
looks like this:
200 400 600
10
20
30
I came up with an ad-hoc solution adding some counters (called
2009 Jan 11
1
lzma and bzip compressed kernels, initrds and images
hpa, will there be support for lzma and bzip compressed kernels, initrds and images in one of the following releases of syslinux?
I saw that you want lzma and bzip2 compression included in the kernel:
http://groups.google.com/group/linux.kernel/browse_thread/thread/f415aa765c09c9f7/dae008992e14840f?lnk=raot&pli=1
Gert Hulselmans
2009 Sep 14
1
[PATCH] xen-unstable: Add bzip2 and lzma/xz libs to stubdom for pvgrub
Hello,
The attached patch adds bzip2 and lzma/xz libs to stubdom for pvgrub.
This is the first step of getting the additional compression methods
supported in pvgrub. There''s still some Makefile voodoo to sort out
before pvgrub actually properly gets linked against these new libs.
This patch only adds the libs and makes them build.
-- Pasi
2010 Jul 21
1
Use .xz (LZMA) for posting releases?
Hi,
Would it be possible to ship the releases using xz (or lzma) ?
-rw-r--r-- 1 root root 3423720 Jul 20 12:17 syslinux-4.02-pre5.tar.xz
-rw-r--r-- 1 root root 3423147 Jul 20 12:17 syslinux-4.02-pre5.tar.lzma
-rw-r--r-- 1 root root 4395234 Jul 20 12:17 syslinux-4.02-pre5.tar.bz2
-rw-r--r-- 1 root root 20080640 Jul 20 12:17 syslinux-4.02-pre5.tar
Regards,
Shantanu
2009 Jun 08
1
LZMA for CentOS 5.3 repository or source or rpm
i need lzma compression for CloneZilla, but have not found it in any
CentOS repository. The Finnish website was down and when up, it does
not do much english.
2010 Jun 17
2
feature request: lzma compresion (7zip)
Hello,
many linux SW is starting to implement new lzma compresson instrad of old zlib (gzip) od bzip2.
lzma is default comrpession in very good compression SW 7-zip, which is faster and have higher compression ratio then bzip2 or rar.
Currently its probalby the best compressor in therms of compression and decompression speed / compression ratio.
In linux there is GNU lzma SW which implements