* installing *source* package 'ymd' ...
** package 'ymd' successfully unpacked and MD5 sums checked
** using staged installation
*** Checking if cargo is installed
*** Checking if the required Rust target is installed
*** cargo is ok
** libs
using C compiler: 'gcc.exe (GCC) 13.2.0'
make[1]: Entering directory '/d/temp/RtmpeMHRCi/R.INSTALL227e42d0a4736/ymd/src'
rm -Rf ymd.dll entrypoint.o ./rust/.cargo ./rust/target/x86_64-pc-windows-gnu/release/libymd.a
gcc  -I"D:/RCompile/recent/R-4.4.0/include" -DNDEBUG     -I"d:/rtools44/x86_64-w64-mingw32.static.posix/include"     -pedantic -Wstrict-prototypes -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign  -c entrypoint.c -o entrypoint.o
mkdir -p ./rust/target/x86_64-pc-windows-gnu/release/libgcc_mock && touch ./rust/target/x86_64-pc-windows-gnu/release/libgcc_mock/libgcc_eh.a
# vendoring (Note: to avoid NOTE of "Found the following hidden files and
# directories", .cargo needs to be created here)
if [ "yes" = "yes" ]; then \
  d:/rtools44/usr/bin/tar --extract --xz -f ./rust/vendor.tar.xz -C ./rust && \
    mkdir -p ./rust/.cargo && \
    cp ./cargo_vendor_config.toml ./rust/.cargo/config.toml; \
fi
export LIBRSYS_R_VERSION="4.4.0" && export CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER="x86_64-w64-mingw32.static.posix-gcc.exe" && export LIBRARY_PATH="${LIBRARY_PATH};/d/temp/RtmpeMHRCi/R.INSTALL227e42d0a4736/ymd/src/./rust/target/x86_64-pc-windows-gnu/release/libgcc_mock" && export CARGO_HOME="D:/Rcompile/CRANpkg/local/4.4/.cargo" && cd ./rust && cargo build --target=x86_64-pc-windows-gnu --lib --release --offline --jobs=1
   Compiling proc-macro2 v1.0.67
   Compiling unicode-ident v1.0.12
   Compiling windows_x86_64_gnu v0.48.5
   Compiling syn v1.0.109
   Compiling autocfg v1.1.0
   Compiling libR-sys v0.6.0
   Compiling num-traits v0.2.16
   Compiling quote v1.0.33
   Compiling paste v1.0.14
   Compiling extendr-api v0.4.0 (https://github.com/extendr/extendr?rev=refs/pull/627/head#ab1a319e)
   Compiling windows-targets v0.48.5
   Compiling extendr-macros v0.4.0 (https://github.com/extendr/extendr?rev=refs/pull/627/head#ab1a319e)
   Compiling once_cell v1.18.0
   Compiling chrono v0.4.31
   Compiling ymd v0.1.0 (D:\temp\RtmpeMHRCi\R.INSTALL227e42d0a4736\ymd\src\rust)
    Finished release [optimized] target(s) in 56.86s
rm -Rf D:/Rcompile/CRANpkg/local/4.4/.cargo ./rust/target/x86_64-pc-windows-gnu/release/build rm -Rf ./rust/vendor ./rust/.cargo
gcc -shared -s -static-libgcc -o ymd.dll tmp.def entrypoint.o -L./rust/target/x86_64-pc-windows-gnu/release -lymd -lws2_32 -ladvapi32 -luserenv -lbcrypt -lntdll -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools44/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.4.0/bin/x64 -lR
make[1]: Leaving directory '/d/temp/RtmpeMHRCi/R.INSTALL227e42d0a4736/ymd/src'
make[1]: Entering directory '/d/temp/RtmpeMHRCi/R.INSTALL227e42d0a4736/ymd/src'
make[1]: Leaving directory '/d/temp/RtmpeMHRCi/R.INSTALL227e42d0a4736/ymd/src'
installing to d:/Rcompile/CRANpkg/lib/4.4/00LOCK-ymd/00new/ymd/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'ymd' as ymd_0.1.0.zip
* DONE (ymd)