similar to: R 3.0.1: wrong MD5 checksums for Windows?

Displaying 20 results from an estimated 10000 matches similar to: "R 3.0.1: wrong MD5 checksums for Windows?"

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
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 10
2
Wrong MD5 checksums in R 3.2.0
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 checksums on a recent R installation (R 3.2.0), they get that the files ?bin/R.exe?, ?bin/Rscript.exe? have the wrong MD5 checksums on Windows. I intend to remove the test for
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
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
2010 Apr 23
1
I am failing to run the (windows) example in: help(Startup)
Hi all, Inside: help(Startup) There is an example suggesting: ## Example .Renviron on Windows R_LIBS=C:/R/library If I update the file: Rprofile.site in "etc" When I start R I get: Error: 16:10: unexpected '/' 16: R_LIBS=C:/ ^ Of course, if I put it in quotes it works, But I was wondering if I am missing something or is it a mistake in the example? Thanks,
2010 Apr 23
2
How do you change library location ? (in R under windows XP)
Due to the new R 2.11 release, I want to implement Dirk's suggestion here<http://stackoverflow.com/questions/1401904/painless-way-to-install-a-new-version-of-r> . So for that I am asking - How can I (permanently) change R's library path? (The best solution would be one that can be run from within R) Thanks, Tal ----------------Contact
2010 Oct 22
1
Dragging an .RData file into R on win-7 doesn't work?
Hi all, I sometimes drag an .RData file into an open R console so to load that data into the file. I use windows 7, and it works fine. But, if I open R by using: <right click on icon> -> properties -> compatibility -> (mark the box) "run this program as an administrator" Then I can no longer drag the .RData into the R console. (also, the nppToR extension for notepadd++
2005 Jul 29
2
Console not found
I played around with memory limits in R 2.1.0 under XP in order to be able to work with large matrixes (3600x4100). Among several things I tried was to alter console settings and saving them. Since then, I can't restart Rgui. It says several times 'Console not found' with pieces of the text that usually appears in the console and then crashes. Rterm.exe works fine. I've now
2009 Nov 04
1
Building from source under Windows 7
I have downloaded all of the tools and read the readme's that I know about but I am still getting the following error when I try to build from source: C:\Program Files (x86)\R\R-2.9.2\src\gnuwin32>make all recommended make[1]: `Rpwd.exe' is up to date. cp -p etc/Makeconf etc/Rcmd_environ etc/Rconsole etc/Rdevga etc/Rprofile.site et c/rgb.txt ../../../etc cp: preserving permissions for
2003 Jul 17
2
Minor nuisance with rw1071
Hola! Starting with rw1071, just after starting Rgui the scope is not with Rconsole, but some other place. This means I have to do a mouse click in the Rconsole before starting to write the first command. Since I always forget this, I end up writing the first command twice. This is of course only a minor nuisance, but why is focus no longer set to Rconsole window when start-up? This is on
2007 Feb 05
2
Rconsole - setting the size and location of Windows help files (Rgui)
Hi, Using the Rconsole file I can specify the size and location of the Rgui windows on NT. e.g. # Dimensions (in characters) of the console. rows = 51 columns = 100 How can I specify the size of the help windows that popups when I ask for help? e.g. '?help' I would like the popup window to have say rows = 51 and columns = 100, just like the main window but a different location on the
2003 Apr 22
2
Weird Windows startup menu display problem in 1.7.0 (PR#2817)
Folks: Winnt; R1.7.0 (freshly installed) running under Rgui.exe.,MDI=yes. The following is repeatable: On startup, in my Rprofile.site file, I use winMenuAdd() etc. to install some user menus. However, they do not appear when R GUI window opens. If I minimize and restore the window, the added menus now are present. The exact same procedure under 1.6.2 with exactly the same Rprofile.site and
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
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 >>>
2023 Mar 21
1
Rprofile.site and automatic installation of missing packages
On 21/03/2023 9:58 a.m., PIKAL Petr wrote: > Hallo Duncan > > Tested but does not work so something other must be wrong. > > R version 4.2.2. >> installed.packages()[,"Package"] > base boot class cluster codetools compiler datasets foreign graphics grDevices grid KernSmooth
2011 Mar 04
1
Environment variable PATH in Windows
Colleagues, I am trying to understand how R (2.12.1) obtains the PATH environment variable in Windows (7 or Vista). Startup {base} directs one to: "R_ENVIRON" -- which equals "" in my systems R_HOME/etc/Renviron.site -- which does not exist Next, it directs to: R_HOME/etc/Rprofile.site -- which also does not exist (the expected behavior in a "factory-fresh"
2006 Aug 26
2
Permanently changing gui preferences
Greetings, I made changes to my gui preferences and saved them. When I close and then open R, it reverts back to default preferences. How do I permanently change gui preferences? Thanks in advance. David -- ======================================================================== David Kaplan, Ph.D. Professor Department of Educational Psychology University of Wisconsin - Madison
2003 Apr 22
2
Handling of upper/lowercase in package names (PR#2816)
Hi, This is (presumably?) a bug in R 1.7.0 under Windows. I have not tested it on other systems. Attachment of packages is case sensitive but not library(), resulting in multiple loadings of the same package if the library name is spelled differently. The following example loads the `tools' package, once as `tools' and once as `Tools'. This behavior is the same with all packages and