Coder Social home page Coder Social logo

Comments (13)

jeroen avatar jeroen commented on September 24, 2024

Does this happen both in 32 and 64 bit windows? Can you try installing the package from source?

from curl.

nayanj avatar nayanj commented on September 24, 2024

Thanks for the response. I am using 64 bit Windows ( I don't have an access to 32 bit windows). I tried installing the package from source using: install.packages("https://cran.r-project.org/src/contrib/curl_0.9.2.tar.gz", repos = NULL, type="source"), but it still gives the same message. So, the problem still exists.

from curl.

jeroen avatar jeroen commented on September 24, 2024

The R installer for windows also includes a 32 bit R. Can you try it on that one? Can can you also test if the same problem appears on R 3.2.2? On Windows you can have multiple R installations so it won't affect your R 3.2.1 installation.

from curl.

nayanj avatar nayanj commented on September 24, 2024

I installed 32 bit R (3.2.1), and it didn't generate message. I also installed both 32 bit and 64 bit R 3.2.2. As in 3.2.1, the message occured only in 64 bit but not in 32 bit.

from curl.

jeroen avatar jeroen commented on September 24, 2024

This is very strange, I cannot reproduce this and have not heard anyone else about this. Can you show me the full output of:

install.packages("https://cran.r-project.org/src/contrib/curl_0.9.2.tar.gz", repos = NULL, type="source")

from curl.

nayanj avatar nayanj commented on September 24, 2024

Ok. Then, I guess it may be specific to my computer. The output is really large (see below). In the meantime, I will be sticking with 0.9.0 version, which is working so far.

Installing package into ‘C:/Users/myuser/Documents/R/win-library/3.2’
(as ‘lib’ is unspecified)
trying URL 'https://cran.r-project.org/src/contrib/curl_0.9.2.tar.gz'
Content type 'application/x-gzip' length 244688 bytes (238 KB)
downloaded 238 KB

  • installing source package 'curl' ...
    ** package 'curl' successfully unpacked and MD5 sums checked
    ** libs

*** arch - i386
rm -f callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o options.o utils.o version.o curl.dll
"C:/PROGRA1/R/R-321.2/bin/i386/Rscript.exe" "../tools/winlibs.R"
Warning message:
In download.file("https://github.com/rwinlib/libcurl/archive/v7.43.0.zip", :
downloaded length 5365533 != reported length 200
grep "^\W*CINIT(" "../windows/libcurl-7.43.0/include/curl/curl.h" > option_table.h
dlltool -k --output-lib libwinhttp.a --def winhttp32.def
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c callbacks.c -o callbacks.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c curl.c -o curl.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c download.c -o download.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c escape.c -o escape.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c fetch.c -o fetch.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c form.c -o form.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c getdate.c -o getdate.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c handle.c -o handle.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c ieproxy.c -o ieproxy.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c init.c -o init.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c options.c -o options.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c utils.c -o utils.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c version.c -o version.o
gcc -m32 -shared -s -static-libgcc -o curl.dll tmp.def callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o options.o utils.o version.o -L../windows/libcurl-7.43.0/lib/i386 -L. -lwinhttp -lcurl -lssl -lcrypto -lssh2 -lrtmp -lidn -lintl -liconv -lgdi32 -lcrypt32 -lz -lws2_32 -lcrypt32 -lwldap32 -lwinmm -Ld:/RCompile/r-compiling/local/local320/lib/i386 -Ld:/RCompile/r-compiling/local/local320/lib -LC:/PROGRA1/R/R-321.2/bin/i386 -lR
installing to C:/Users/myuser/Documents/R/win-library/3.2/curl/libs/i386

*** arch - x64
rm -f callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o options.o utils.o version.o curl.dll
"C:/PROGRA1/R/R-321.2/bin/x64/Rscript.exe" "../tools/winlibs.R"
grep "^\W_CINIT(" "../windows/libcurl-7.43.0/include/curl/curl.h" > option_table.h
dlltool -m i386:x86-64 --as-flags --64 --output-lib libwinhttp.a --def winhttp64.def
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c callbacks.c -o callbacks.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c curl.c -o curl.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c download.c -o download.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c escape.c -o escape.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c fetch.c -o fetch.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c form.c -o form.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c getdate.c -o getdate.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c handle.c -o handle.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c ieproxy.c -o ieproxy.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c init.c -o init.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c options.c -o options.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c utils.c -o utils.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c version.c -o version.o
gcc -m64 -shared -s -static-libgcc -o curl.dll tmp.def callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o options.o utils.o version.o -L../windows/libcurl-7.43.0/lib/x64 -L. -lwinhttp -lcurl -lssl -lcrypto -lssh2 -lrtmp -lidn -lintl -liconv -lgdi32 -lcrypt32 -lz -lws2_32 -lcrypt32 -lwldap32 -lwinmm -Ld:/RCompile/r-compiling/local/local320/lib/x64 -Ld:/RCompile/r-compiling/local/local320/lib -LC:/PROGRA1/R/R-321.2/bin/x64 -lR
installing to C:/Users/myuser/Documents/R/win-library/3.2/curl/libs/x64
Warning in file.copy(files, dest, overwrite = TRUE) :
problem copying .\curl.dll to C:\Users\myuser\Documents\R\win-library\3.2\curl\libs\x64\curl.dll: Permission denied
*_ R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
*** arch - i386
*** arch - x64

  • DONE (curl)`

from curl.

jeroen avatar jeroen commented on September 24, 2024

Okay it says:

Warning in file.copy(files, dest, overwrite = TRUE) :
problem copying .\curl.dll to C:\Users\myuser\Documents\R\win-library\3.2\curl\libs\x64\curl.dll: Permission denied

This means the package could not be installed because it is currently in use. Can you restart R and run installation again (without loading the package first):

install.packages("https://cran.r-project.org/src/contrib/curl_0.9.2.tar.gz", repos = NULL, type="source")

from curl.

nayanj avatar nayanj commented on September 24, 2024

Thanks. Following is the output after removing the previous version and installing new version: The problem is still not resolved.

Installing package into ‘C:/Users/myuser/Documents/R/win-library/3.2’
(as ‘lib’ is unspecified)
trying URL 'https://cran.r-project.org/src/contrib/curl_0.9.2.tar.gz'
Content type 'application/x-gzip' length 244688 bytes (238 KB)
downloaded 238 KB

  • installing source package 'curl' ...
    ** package 'curl' successfully unpacked and MD5 sums checked
    ** libs

*** arch - i386
rm -f callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o options.o utils.o version.o curl.dll
"C:/PROGRA1/R/R-321.2/bin/i386/Rscript.exe" "../tools/winlibs.R"
Warning message:
In download.file("https://github.com/rwinlib/libcurl/archive/v7.43.0.zip", :
downloaded length 5365533 != reported length 200
grep "^\W*CINIT(" "../windows/libcurl-7.43.0/include/curl/curl.h" > option_table.h
dlltool -k --output-lib libwinhttp.a --def winhttp32.def
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c callbacks.c -o callbacks.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c curl.c -o curl.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c download.c -o download.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c escape.c -o escape.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c fetch.c -o fetch.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c form.c -o form.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c getdate.c -o getdate.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c handle.c -o handle.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c ieproxy.c -o ieproxy.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c init.c -o init.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c options.c -o options.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c utils.c -o utils.o
gcc -m32 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O3 -Wall -std=gnu99 -mtune=core2 -c version.c -o version.o
gcc -m32 -shared -s -static-libgcc -o curl.dll tmp.def callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o options.o utils.o version.o -L../windows/libcurl-7.43.0/lib/i386 -L. -lwinhttp -lcurl -lssl -lcrypto -lssh2 -lrtmp -lidn -lintl -liconv -lgdi32 -lcrypt32 -lz -lws2_32 -lcrypt32 -lwldap32 -lwinmm -Ld:/RCompile/r-compiling/local/local320/lib/i386 -Ld:/RCompile/r-compiling/local/local320/lib -LC:/PROGRA1/R/R-321.2/bin/i386 -lR
installing to C:/Users/myuser/Documents/R/win-library/3.2/curl/libs/i386

*** arch - x64
rm -f callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o options.o utils.o version.o curl.dll
"C:/PROGRA1/R/R-321.2/bin/x64/Rscript.exe" "../tools/winlibs.R"
grep "^\W_CINIT(" "../windows/libcurl-7.43.0/include/curl/curl.h" > option_table.h
dlltool -m i386:x86-64 --as-flags --64 --output-lib libwinhttp.a --def winhttp64.def
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c callbacks.c -o callbacks.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c curl.c -o curl.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c download.c -o download.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c escape.c -o escape.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c fetch.c -o fetch.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c form.c -o form.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c getdate.c -o getdate.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c handle.c -o handle.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c ieproxy.c -o ieproxy.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c init.c -o init.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c options.c -o options.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c utils.c -o utils.o
gcc -m64 -I"C:/PROGRA1/R/R-321.2/include" -DNDEBUG -I../windows/libcurl-7.43.0/include -I"d:/RCompile/r-compiling/local/local320/include" -DCURL_STATICLIB -O2 -Wall -std=gnu99 -mtune=core2 -c version.c -o version.o
gcc -m64 -shared -s -static-libgcc -o curl.dll tmp.def callbacks.o curl.o download.o escape.o fetch.o form.o getdate.o handle.o ieproxy.o init.o options.o utils.o version.o -L../windows/libcurl-7.43.0/lib/x64 -L. -lwinhttp -lcurl -lssl -lcrypto -lssh2 -lrtmp -lidn -lintl -liconv -lgdi32 -lcrypt32 -lz -lws2_32 -lcrypt32 -lwldap32 -lwinmm -Ld:/RCompile/r-compiling/local/local320/lib/x64 -Ld:/RCompile/r-compiling/local/local320/lib -LC:/PROGRA1/R/R-321.2/bin/x64 -lR
installing to C:/Users/myuser/Documents/R/win-library/3.2/curl/libs/x64
*_ R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
*** arch - i386
*** arch - x64

  • DONE (curl)

Just to be clear, the message occurs after I complete the installation of new version and each time when the curl is loaded.

from curl.

jeroen avatar jeroen commented on September 24, 2024

Can you try installing Microsoft Visual C++ 2005 Redistributable Package?

from curl.

nayanj avatar nayanj commented on September 24, 2024

Thank you. It is already installed in my computer. I have 2005, 2008, 2010, and 2013 versions.

from curl.

jeroen avatar jeroen commented on September 24, 2024

I can't reproduce this problem on any machine. So unless other people start reporting the same issue, I suspect something is wrong with your windows installation.

from curl.

nayanj avatar nayanj commented on September 24, 2024

Thank you for taking a look at the problem.

from curl.

jeroen avatar jeroen commented on September 24, 2024

Noone else has complained about this. I think it is a setup issue on your windows machine.

from curl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.