Displaying 20 results from an estimated 10000 matches similar to: "Wrong MD5 checksums in R 3.2.0"
2015 May 11
2
Wrongly checked MD5 checksums in R 3.2.0's windows binary
On 11 May 2015, at 09:53 , Martin Maechler <maechler at lynne.stat.math.ethz.ch> wrote:
>>>>>> Tal Galili <tal.galili at gmail.com>
>>>>>> on Sun, 10 May 2015 23:13:09 +0300 writes:
>
>> Dear R-devel members, Several R user recently reported
>> <https://github.com/talgalili/installr/issues/30> (while
>> using the
2015 May 11
2
Wrongly checked MD5 checksums in R 3.2.0's windows binary
Hi Duncan,
Thank you for the clarification. :)
I ended up removing these files from being scanned in the updated version
of installr. I would rather focus on supporting an MD5 scan that is based
on what is listed in MD5 file itself (ignoring exceptions that are not
clearly stated in the file).
----------------Contact
Details:-------------------------------------------------------
Contact
2015 May 11
2
Wrongly checked MD5 checksums in R 3.2.0's windows binary
Thank you Duncan, Peter and Martin for the responses.
Just to mention that the code is based on tools::md5sum, and the issue can
be reproduced (in Windows) using:
if(!require(installr)) install.packages("installr")
installr::checkMD5sums2(dir=R.home())
With regards,
Tal
[[alternative HTML version deleted]]
2015 May 11
1
Wrongly checked MD5 checksums in R 3.2.0's windows binary
> On 11 May 2015, at 15:53 , Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>
> On 11/05/2015 9:35 AM, Tal Galili wrote:
>> Hi Duncan,
>> Thank you for the clarification. :)
>>
>> I ended up removing these files from being scanned in the updated version of installr. I would rather focus on supporting an MD5 scan that is based on what is listed in MD5
2015 May 11
0
Wrongly checked MD5 checksums in R 3.2.0's windows binary
>>>>> Tal Galili <tal.galili at gmail.com>
>>>>> on Sun, 10 May 2015 23:13:09 +0300 writes:
> Dear R-devel members, Several R user recently reported
> <https://github.com/talgalili/installr/issues/30> (while
> using the installr
> <http://cran.r-project.org/web/packages/installr>package)
> that when running MD5
2013 Apr 04
2
R 3.0.0: wrong MD5 checksums for Windows?
Hello dear R-devel,
When installing R 3.0.0 on Windows 7, and then running:
require(tools)
checkMD5sums(dir=R.home())
I get the following massage:
files ‘etc/Rconsole’, ‘etc/Rprofile.site’ have the wrong MD5 checksums
[1] FALSE
This happens when using the 32 and the 64 bit version of R.
And was also reported by 2 other users on other machines, as can be seen in
the comments to this post:
2015 May 11
0
Wrongly checked MD5 checksums in R 3.2.0's windows binary
On 11/05/2015 4:31 AM, peter dalgaard wrote:
>
> On 11 May 2015, at 09:53 , Martin Maechler <maechler at lynne.stat.math.ethz.ch> wrote:
>
>>>>>>> Tal Galili <tal.galili at gmail.com>
>>>>>>> on Sun, 10 May 2015 23:13:09 +0300 writes:
>>
>>> Dear R-devel members, Several R user recently reported
>>>
2017 Nov 10
3
update R version in windows
However, trying this on Linux Mint gave
package ?installr? is not available (for R version 3.4.2)
Has the package not been updated yet?
JN
Try the installr package. It was designed for this purpose.
On Fri, Nov 10, 2017 at 11:49 AM, Bond, Stephen <Stephen.Bond at cibc.com> wrote:
> Is there a utility which will allow me to upgrade my R version and update all packages from the old
2013 May 17
2
R 3.0.1: wrong MD5 checksums for Windows?
Hello dear R-devel,
I am not sure if this issue is tracked or not, but in case it isn't:
It appears that R 3.0.1 reproduces the error reported for R 3.0.0 here:
http://r.789695.n4.nabble.com/R-3-0-0-wrong-MD5-checksums-for-Windows-td4663348.html
That is, that when installing R 3.0.1 on Windows 7, and then running:
require(tools)
checkMD5sums(dir=R.home())
It produces the error:
files
2015 May 20
1
Probably a "bug" in the dendextend package
Dear Martin,
You are right. When implementing the dendextend::set function, I failed to
notice that edgePar should accept a list instead of a vector. So all I did
was to discover a bug in my own code.
I am both sorry for taking your time due to my own mistake, and
also grateful for your help (I will resolve this bug before submitting the
next release to CRAN).
I am sure that I would have had
2010 Jan 01
4
How to use read.table with Hebrew column names ?
Hello dear R help group,
I am trying to read a .txt file, with Hebrew column names, while keeping the
column names looking well in R - but without success.
I uploaded an example file to:
http://www.talgalili.com/files/aa.txt
And am trying the command:
read.table("http://www.talgalili.com/files/aa.txt", header = T, sep = "\t")
This returns me with:
X.....ª X...ª......
2009 Nov 18
2
Importing tRNA data into R ?
Hello dear R help group,
I would like to download the tRNA data on:
http://gtrnadb.ucsc.edu/download.html
And then import it into R.
Can anyone direct me as to how to do so?
Thanks,
Tal
----------------------------------------------
My contact information:
Tal Galili
E-mail: Tal.Galili@gmail.com
Phone number: 972-52-7275845
FaceBook: Tal Galili
My Blogs:
http://www.talgalili.com (Web and
2009 Nov 20
6
How to: highlight R syntax on webpages ?
My question if in the Subject, but if to extend: I am specifically curious
about WordPress blogs. But any solution will give me a lead.
Thanks,
Tal
----------------------------------------------
Contact me: Tal.Galili@gmail.com | 972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com/ (English)
[[alternative HTML version deleted]]
2010 Sep 09
2
Help request: highlighting R code on WordPress.com blogs
Hello dear R help members (and also Yihui and Romain),
There are currently 28 R bloggers (out of the 117
R-bloggers<http://www.r-bloggers.com/>I know of) that are using
wordpress.com for publishing their R code (and I suspect this number will
increase with time).
WordPress.com doesn't support R syntax highlighting, nor can it
be embedded from other services (like gist
2010 Feb 23
5
export tables to Excel files
Dear R users,
I've just posted a similar question about Illustrator.
This time I would like to export the results of my statistic tables and
my dataframes into Excel files.
Up to now I've used write.csv(), but I have to resave every file in .xls
in Excel.
I would like to know if there is a function or package to export
directly into *.xls.
I have found xlsReadWrite which would be
2010 May 22
2
Capturing R console output into a file (sink+savehistory ??)
After reading more, I understand I didn't formulate my last question
correctly, so please allow me to rephrase:
What I am looking for is a way to save the R console session output.
That is, a command that would combine the results of using:
?sink # And
?savehistory
My motivation for this is that doing it will allow someone who is a blind
user of R to be able to easily export his results to
2015 Jun 06
2
Request: making cutree S3 in R?
Hello all,
A question/suggestion:
I was wondering if there is a chance of changing stats::cutree to be S3 and
use cutree.hclust?
For example:
cutree <- function(tree, k = NULL, h = NULL,...)
{
UseMethod("cutree")
}
cutree.hclust <- stats::cutree
# This will obviously need the actual content of stats::cutree
This would be nicer for people like me to add new methods to
2010 Jul 02
3
Combining several plots besides a dendrogram?
Hello all,
I would like to recreate the plot shown here (from a useR 2009
presentation):
http://www.agrocampus-ouest.fr/math/useR-2009/abstracts/pdf/Hocking.pdf
I downloaded the code for that image, and discovered that it relies on
external web services, and also having PERL installed on the computer.
I believe this could be done "locally" using the "seqLogo"
2011 Apr 18
2
Windows 7, update.packages problem: "unable to move temporary installation"?
Hello all,
I am using R 2.13.0 with windows 7, after giving my user full privileges to
the R folder (as described
here<http://www.r-statistics.com/2011/04/how-to-upgrade-r-on-windows-7/>
).
This allows me to install new packages just fine.
However, when using update.packages(), to update existing packages, I keep
getting the following error (for example, when updating the MASS package):
2009 Jul 25
2
labelling points plotted in a 2D plan
I created a 2 D plan:
> plot(range(-2.5,0.95),range(0.00,1.00),type="n",axes=TRUE)
I made a projection of points with their coordonates (X,Y) in that plan
> fullpoints=read.csv2("fullpoints.csv",h=T)
> plot(fullpoints)
The points are listed in that .csv file it is organized this way:
0,48875 0,142857143
0,409 0,142857143
0,45611 0,25
0,49833 0,222222222
0,61158