search for: rtools40

Displaying 20 results from an estimated 23 matches for "rtools40".

Did you mean: rtools43
2020 May 01
1
"not a valid win32 application" with rtools40-x86_65.exe on Windows 10
...w), ...) >> error: unable to load shared object 'c:/Program >> Files/R/R-4.0.0/library/rJava/libs/i386/rJava.dll': >> LoadLibrary failure: ^1 is not a valid win32 application >> > This is an error in loading the rJava package, so it is not related to > rtools40, and probably inappropriate for this mailing list. > > As Simon suggested, you may have to install the 32-bit Java JDK. See > also this faq: https://github.com/r-windows/docs/blob/master/faq.md#how-to-install-rjava-on-windows ????? In fact I had both 32- and 64-bit Java installed but on...
2020 Apr 30
3
"not a valid win32 application" with rtools40-x86_65.exe on Windows 10
...a', details ? call: inDL(x, as.logical(local), as.logical(now), ...) ? error:? unable to load shared object 'c:/Program Files/R/R-4.0.0/library/rJava/libs/i386/rJava.dll': ? LoadLibrary failure: ^1 is not a valid win32 application ????? This was after installing R 4.0.0 and "rtools40-x86_64.exe" under Windows 10 Pro 64-bit. ????? Suggestions? ????? Thanks, ????? Spencer Graves sessionInfo() R version 4.0.0 (2020-04-24) Platform: x86_64-64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 18362) Matrix products: default locale: [1] LC_COLLATE=English_Unite...
2019 Apr 28
2
Inno Setup 6.0.2 fails before creating exe file on Windows (R-3.6.0)
I am working on compiling R-3.6.0 for Windows 10 64bit using rtools40 (beta 11). I had also installed the most recent update of Inno setup, which is now 6.0.2.With that version, `make risntaller` fails at the call to ""C:/R/Inno/iscc" R.iss > R-3.6.0.log 2>&1" and just exits, pointing to line 175 of the makefile which is: $(RPREFIX)-win...
2020 Apr 02
5
Rtools and R 4.0.0?
Hello, Has a decision been made yet as to whether R 4.0.0 on Windows is going to be built using the new gcc8 toolchain (described at https://cran.r-project.org/bin/windows/testing/rtools40.html)? >From the sidelines, I can see that the toolchain is being used to build and test packages on CRAN; if there are any remaining issues that I can help to try and run down (either in R or any CRAN packages) I'd be happy to try and help. FWIW, I'm excited at the prospect at seeing...
2020 Apr 07
2
Rtools and R 4.0.0?
There appears to have been some progress on this matter: -Note that @command{g++} 4.9.x (as used for @R{} on Windows up to 3.6.x) +Note that @command{g++} 4.9.x (as used on Windows prior to @R{} 4.0.0) See SVN commit r78169 titled 'anticipate change in Windows toolchain', or the mirrored git commit at https://github.com/wch/r-source/commit/bd674e2b76b2384169424e3d899fbfb5ac174978 Dirk
2020 May 03
2
Tcl.Tk Tktable package missing from R 4.0.0 on Windows
Dear R-devel list members, The Tktable package for Tcl/Tk is apparently missing from the Windows distribution of R 4.0.0. I (actually a user of the Rcmdr package) discovered this when trying to use the new-data-set dialog in the Rcmdr package, producing the error, "Tcl package 'Tktable' must be installed first." I believe the Tktable has been part of the R distribution for
2019 Feb 28
3
Problem with compiling OpenBLAS to work with R
I believe that repo just follows the directions on my blog. Without seeing Dr. Hodges?s code, my initial concern is the many references to Cygwin. My method specifically does not use Cygwin but MSYS2 and Mingw64/Rtools35. That will likely change to solely Rtools40 once R3.6 is released due to the Msys system being built in to it. There may be some library conflicts between Cygwin and msys2/mingw64. If possible, my suggestion would be uninstall everything and then just install msys2 (and add in make after you to the first msys update) and rtools35. Then ther...
2020 Apr 27
2
Rtools and R 4.0.0?
Hevr? told me that people from Bioconductor and possibly others are keeping an eye on this thread so it would be good to post a note here too. As of version 4.0.0, the official R for Windows and binary packages provided via CRAN are built with gcc-8.3.0 from rtools40, as shown in the CRAN check table: https://cran.r-project.org/web/checks/check_flavors.html Instructions and installers for rtools40 are available at the usual location: https://cran.r-project.org/bin/windows/Rtools/ . Suggestions for improving the documentation can be posted here: https://github....
2018 Dec 26
1
Issue when building R-parched_2018-12-26
Hello. Building R-patched from source on Win64 using current Rtools 3.5.0.4, I?m getting the following notes indicating an extra left brace somewhere; or is the problem on my end? My installed Perl is Strawberry 5.28.0.1-64 bit. Thank you, Avi (Sent from an iPhone, so my apologies if HTML also comes through) ------ Making HTML documentation ------ creating doc/manual/version.texi creating
2019 Mar 04
1
Problem with compiling OpenBLAS to work with R
...st follows the directions on my >> blog. Without seeing Dr. Hodges?s code, my initial >> concern is the many references to Cygwin. My method >> specifically does not use Cygwin but MSYS2 and >> Mingw64/Rtools35. That will likely change to solely >> Rtools40 once R3.6 is released due to the Msys system >> being built in to it. >> >> There may be some library conflicts between Cygwin and >> msys2/mingw64. If possible, my suggestion would be >> uninstall everything and then just install msys2 (and add...
2019 May 01
0
Inno Setup 6.0.2 fails before creating exe file on Windows (R-3.6.0)
...s resolves the problem. Could somebody commit this please? See also: http://www.jrsoftware.org/is6help/index.php?topic=setup_minversion On Sun, Apr 28, 2019 at 11:07 AM Avraham Adler <avraham.adler at gmail.com> wrote: > > I am working on compiling R-3.6.0 for Windows 10 64bit using rtools40 > (beta 11). I had also installed the most recent update of Inno setup, > which is now 6.0.2.With that version, `make risntaller` fails at the > call to ""C:/R/Inno/iscc" R.iss > R-3.6.0.log 2>&1" and just exits, > pointing to line 175 of the makefile which...
2020 May 04
0
Tcl.Tk Tktable package missing from R 4.0.0 on Windows
...the release of R 4.0.0. I did test the Rcmdr package under R 4.0.0 on both Windows and macOS, but not every menu item and dialog on each platform. > > Does anyone have more information about this problem? Sorry this was my mistake. I somehow missed tktable when updating the tcltk bundle for rtools40. This didn't show up in any package check either. I've added it back now, it should work again in today's builds r-devel and r-patched. Thanks for catching this. Jeroen
2020 Jun 10
4
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...$ renv.verbose: logi TRUE # Environment Variables ============== HOME = C:\Users\J-tel\OneDrive\Documents LANG = <NA> R_LIBS = <NA> R_LIBS_SITE = <NA> R_LIBS_USER = C:/Users/J-tel/OneDrive/Documents/R/win-library/4.0 # PATH =============================== - C:\rtools40\usr\bin - C:\Program Files\R\R-4.0.1\bin\x64 - C:\ProgramData\Miniconda3 - C:\ProgramData\Miniconda3\Library\mingw-w64\bin - C:\ProgramData\Miniconda3\Library\usr\bin - C:\ProgramData\Miniconda3\Library\bin - C:\ProgramData\Miniconda3\Scripts - C:\ProgramData\Oracle\Java\javapath - C:\WINDOWS\syste...
2023 Mar 13
1
Versioning Rtools ARP entries
Hi, If I am not mistaken, all Rtools 4.2 (and 4.3) revisions have the same ARP [1] entries, i.e. all report version 4.2.0.1 (or 4.3.0.1). This makes it difficult to determine the installed version (is it possible to determine the installed revision?) and impossible for tools like winget [2] to update Rtools to the latest revision, AFAICT. Would it be possible to track the version in the
2019 Mar 01
0
Problem with compiling OpenBLAS to work with R
...t gmail.com> wrote: > I believe that repo just follows the directions on my blog. Without seeing > Dr. Hodges?s code, my initial concern is the many references to Cygwin. My > method specifically does not use Cygwin but MSYS2 and Mingw64/Rtools35. > That will likely change to solely Rtools40 once R3.6 is released due to the > Msys system being built in to it. > > There may be some library conflicts between Cygwin and msys2/mingw64. If > possible, my suggestion would be uninstall everything and then just install > msys2 (and add in make after you to the first msys update)...
2020 Jun 01
2
Debugging packages with compiled C code on Windows
I have several related questions. 1. Is it possible to use a GUI: Rstudio/Eclipse/Visual-studio to debug compiled code on Windows? Things that work on Eclipse for Windows do not work on Eclipse for Windows. 2. R CMD INSTALL seems to override default attempts to provide CFLAGS="-DDEBUG -g3 -O0" 3. Is it necessary to compile R with debug turned on? One of the FAQs mentioned to
2020 Jun 22
2
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...E = C:\Users\J-tel\OneDrive\Documents > > LANG = <NA> > > R_LIBS = <NA> > > R_LIBS_SITE = <NA> > > R_LIBS_USER = C:/Users/J-tel/OneDrive/Documents/R/win-library/4.0 > > > > # PATH =============================== > > - C:\rtools40\usr\bin > > - C:\Program Files\R\R-4.0.1\bin\x64 > > - C:\ProgramData\Miniconda3 > > - C:\ProgramData\Miniconda3\Library\mingw-w64\bin > > - C:\ProgramData\Miniconda3\Library\usr\bin > > - C:\ProgramData\Miniconda3\Library\bin > > - C:\ProgramData\Miniconda3\Scri...
2020 Jun 10
0
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...t Variables ============== > HOME = C:\Users\J-tel\OneDrive\Documents > LANG = <NA> > R_LIBS = <NA> > R_LIBS_SITE = <NA> > R_LIBS_USER = C:/Users/J-tel/OneDrive/Documents/R/win-library/4.0 > > # PATH =============================== > - C:\rtools40\usr\bin > - C:\Program Files\R\R-4.0.1\bin\x64 > - C:\ProgramData\Miniconda3 > - C:\ProgramData\Miniconda3\Library\mingw-w64\bin > - C:\ProgramData\Miniconda3\Library\usr\bin > - C:\ProgramData\Miniconda3\Library\bin > - C:\ProgramData\Miniconda3\Scripts > - C:\ProgramData\Orac...
2019 Feb 27
2
Problem with compiling OpenBLAS to work with R
Hello! I'm not sure if this is the right place to post this, so apologies in advance if I'm not in the right list. I downloaded the OpenBLAS and am following Avraham Adler's great instructions. However, when I run make, things go well to a certain point, and then go bad: make [snip] touch cygopenblas_haswellp-r0.3.5.a make -j 1 -C test all make[1]: Entering directory
2020 Jun 22
0
Possible Bug: file.exists() Function. Due to UTF-8 Encoding differences on Windows between R 4.0.1 and R 3.6.3?
...-tel\OneDrive\Documents >>> LANG = <NA> >>> R_LIBS = <NA> >>> R_LIBS_SITE = <NA> >>> R_LIBS_USER = C:/Users/J-tel/OneDrive/Documents/R/win-library/4.0 >>> >>> # PATH =============================== >>> - C:\rtools40\usr\bin >>> - C:\Program Files\R\R-4.0.1\bin\x64 >>> - C:\ProgramData\Miniconda3 >>> - C:\ProgramData\Miniconda3\Library\mingw-w64\bin >>> - C:\ProgramData\Miniconda3\Library\usr\bin >>> - C:\ProgramData\Miniconda3\Library\bin >>> - C:\ProgramDa...