CRAN Package Check Results for Package parquetize

Last updated on 2025-05-31 11:51:43 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.5.7 7.69 83.17 90.86 OK
r-devel-linux-x86_64-debian-gcc 0.5.7 5.41 60.80 66.21 OK
r-devel-linux-x86_64-fedora-clang 0.5.7 138.57 OK
r-devel-linux-x86_64-fedora-gcc 0.5.7 142.21 OK
r-devel-windows-x86_64 0.5.7 9.00 111.00 120.00 OK
r-patched-linux-x86_64 0.5.7 7.43 76.03 83.46 OK
r-release-linux-x86_64 0.5.7 6.90 74.34 81.24 ERROR
r-release-macos-arm64 0.5.7 88.00 OK
r-release-macos-x86_64 0.5.7 129.00 OK
r-release-windows-x86_64 0.5.7 10.00 112.00 122.00 OK
r-oldrel-macos-arm64 0.5.7 74.00 OK
r-oldrel-macos-x86_64 0.5.7 85.00 OK
r-oldrel-windows-x86_64 0.5.7 12.00 138.00 150.00 ERROR

Check Details

Version: 0.5.7
Check: examples
Result: ERROR Running examples in ‘parquetize-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: csv_to_parquet > ### Title: Convert a csv or a txt file to parquet format > ### Aliases: csv_to_parquet > > ### ** Examples > > > # Conversion from a local csv file to a single parquet file : > > csv_to_parquet( + path_to_file = parquetize_example("region_2022.csv"), + path_to_parquet = tempfile(fileext=".parquet") + ) Reading data... Writing data... ✔ Data are available in parquet file under /home/hornik/tmp/scratch/RtmpKECtFX/file121bea4e1bf784.parquet Writing data... Reading data... > > # Conversion from a local txt file to a single parquet file : > > csv_to_parquet( + path_to_file = parquetize_example("region_2022.txt"), + path_to_parquet = tempfile(fileext=".parquet") + ) Reading data... Writing data... ✔ Data are available in parquet file under /home/hornik/tmp/scratch/RtmpKECtFX/file121bea690b445c.parquet Writing data... Reading data... > > # Conversion from a local csv file to a single parquet file and select only > # few columns : > > csv_to_parquet( + path_to_file = parquetize_example("region_2022.csv"), + path_to_parquet = tempfile(fileext = ".parquet"), + columns = c("REG","LIBELLE") + ) Reading data... Writing data... ✔ Data are available in parquet file under /home/hornik/tmp/scratch/RtmpKECtFX/file121bea73e8d6e1.parquet Writing data... Reading data... > > # Conversion from a local csv file to a partitioned parquet file : > > csv_to_parquet( + path_to_file = parquetize_example("region_2022.csv"), + path_to_parquet = tempfile(fileext = ".parquet"), + partition = "yes", + partitioning = c("REG") + ) Reading data... Writing data... ✔ Data are available in parquet dataset under /home/hornik/tmp/scratch/RtmpKECtFX/file121bea2f6957a0.parquet Writing data... Reading data... > > # Conversion from a URL and a zipped file (csv) : > > csv_to_parquet( + path_to_file = "https://www.nomisweb.co.uk/output/census/2021/census2021-ts007.zip", + filename_in_zip = "census2021-ts007-ctry.csv", + path_to_parquet = tempfile(fileext = ".parquet") + ) Reading data... Writing data... ✔ Data are available in parquet file under /home/hornik/tmp/scratch/RtmpKECtFX/file121bea54ca60fe.parquet Writing data... Reading data... > > # Conversion from a URL and a zipped file (txt) : > > csv_to_parquet( + path_to_file = "https://sourceforge.net/projects/irisdss/files/latest/download", + filename_in_zip = "IRIS TEST data.txt", + path_to_parquet = tempfile(fileext=".parquet") + ) Error in curl_download(path, tempfile(fileext = file_ext(path))) : Timeout was reached [altushost-swe.dl.sourceforge.net]: Connection timed out after 10002 milliseconds Calls: csv_to_parquet ... download_extract -> curl_download -> raise_libcurl_error Execution halted Flavor: r-release-linux-x86_64

Version: 0.5.7
Check: examples
Result: ERROR Running examples in 'parquetize-Ex.R' failed The error most likely occurred in: > ### Name: csv_to_parquet > ### Title: Convert a csv or a txt file to parquet format > ### Aliases: csv_to_parquet > > ### ** Examples > > > # Conversion from a local csv file to a single parquet file : > > csv_to_parquet( + path_to_file = parquetize_example("region_2022.csv"), + path_to_parquet = tempfile(fileext=".parquet") + ) Reading data... Writing data... ✔ Data are available in parquet file under D:\temp\2025_05_30_01_50_01_16363\RtmpemDhtm\file16bd84bb629e6.parquet Writing data... Reading data... > > # Conversion from a local txt file to a single parquet file : > > csv_to_parquet( + path_to_file = parquetize_example("region_2022.txt"), + path_to_parquet = tempfile(fileext=".parquet") + ) Reading data... Writing data... ✔ Data are available in parquet file under D:\temp\2025_05_30_01_50_01_16363\RtmpemDhtm\file16bd877ed785.parquet Writing data... Reading data... > > # Conversion from a local csv file to a single parquet file and select only > # few columns : > > csv_to_parquet( + path_to_file = parquetize_example("region_2022.csv"), + path_to_parquet = tempfile(fileext = ".parquet"), + columns = c("REG","LIBELLE") + ) Reading data... Writing data... ✔ Data are available in parquet file under D:\temp\2025_05_30_01_50_01_16363\RtmpemDhtm\file16bd8116518c0.parquet Writing data... Reading data... > > # Conversion from a local csv file to a partitioned parquet file : > > csv_to_parquet( + path_to_file = parquetize_example("region_2022.csv"), + path_to_parquet = tempfile(fileext = ".parquet"), + partition = "yes", + partitioning = c("REG") + ) Reading data... Writing data... ✔ Data are available in parquet dataset under D:\temp\2025_05_30_01_50_01_16363\RtmpemDhtm\file16bd866ee1617.parquet Writing data... Reading data... > > # Conversion from a URL and a zipped file (csv) : > > csv_to_parquet( + path_to_file = "https://www.nomisweb.co.uk/output/census/2021/census2021-ts007.zip", + filename_in_zip = "census2021-ts007-ctry.csv", + path_to_parquet = tempfile(fileext = ".parquet") + ) Reading data... Writing data... ✔ Data are available in parquet file under D:\temp\2025_05_30_01_50_01_16363\RtmpemDhtm\file16bd849506c8c.parquet Writing data... Reading data... > > # Conversion from a URL and a zipped file (txt) : > > csv_to_parquet( + path_to_file = "https://sourceforge.net/projects/irisdss/files/latest/download", + filename_in_zip = "IRIS TEST data.txt", + path_to_parquet = tempfile(fileext=".parquet") + ) Error in curl_download(path, tempfile(fileext = file_ext(path))) : Timeout was reached [altushost-swe.dl.sourceforge.net]: SSL/TLS connection timeout Calls: csv_to_parquet ... download_extract -> curl_download -> raise_libcurl_error Execution halted Flavor: r-oldrel-windows-x86_64