search for: file_folder

Displaying 14 results from an estimated 14 matches for "file_folder".

2017 Jul 15
2
readLines without skipNul=TRUE causes crash
...the code below causes a segfault for me on 3.4.1. i think i should submit to https://bugs.r-project.org/ unless others have advice? thanks install.packages( "devtools" ) devtools::install_github("ajdamico/lodown") devtools::install_github("jimhester/archive") file_folder <- file.path( tempdir() , "file_folder" ) tf <- tempfile() # large download! cachaca saves on your local disk if already downloaded lodown::cachaca( ' http://download.inep.gov.br/microdados/microdados_enem2009.rar' , tf , mode = 'wb' ) archive::archive_extract( t...
2017 Jul 15
0
readLines without skipNul=TRUE causes crash
...9;t do that, then likely the bug is with one of those packages, not with R. Duncan Murdoch > > > > > > install.packages( "devtools" ) > devtools::install_github("ajdamico/lodown") > devtools::install_github("jimhester/archive") > > > file_folder <- file.path( tempdir() , "file_folder" ) > > tf <- tempfile() > > # large download! cachaca saves on your local disk if already downloaded > lodown::cachaca( ' > http://download.inep.gov.br/microdados/microdados_enem2009.rar' , tf , mode > = 'wb...
2017 Jul 15
4
readLines without skipNul=TRUE causes crash
...e packages, not with R. > > Duncan Murdoch > > >> >> >> >> >> install.packages( "devtools" ) >> devtools::install_github("ajdamico/lodown") >> devtools::install_github("jimhester/archive") >> >> >> file_folder <- file.path( tempdir() , "file_folder" ) >> >> tf <- tempfile() >> >> # large download! cachaca saves on your local disk if already downloaded >> lodown::cachaca( ' >> http://download.inep.gov.br/microdados/microdados_enem2009.rar' , tf...
2017 Jul 15
0
readLines without skipNul=TRUE causes crash
...>> >> >>> >>> >>> >>> >>> install.packages( "devtools" ) >>> devtools::install_github("ajdamico/lodown") >>> devtools::install_github("jimhester/archive") >>> >>> >>> file_folder <- file.path( tempdir() , "file_folder" ) >>> >>> tf <- tempfile() >>> >>> # large download! cachaca saves on your local disk if already downloaded >>> lodown::cachaca( ' >>> http://download.inep.gov.br/microdados/microdados...
2017 Jul 15
3
readLines without skipNul=TRUE causes crash
...>>> >>>> >>>> >>>> install.packages( "devtools" ) >>>> devtools::install_github("ajdamico/lodown") >>>> devtools::install_github("jimhester/archive") >>>> >>>> >>>> file_folder <- file.path( tempdir() , "file_folder" ) >>>> >>>> tf <- tempfile() >>>> >>>> # large download! cachaca saves on your local disk if already downloaded >>>> lodown::cachaca( ' >>>> http://download.inep.gov....
2017 Jul 16
3
readLines without skipNul=TRUE causes crash
...gt;>>>>> install.packages( "devtools" ) >>>>>> devtools::install_github("ajdamico/lodown") >>>>>> devtools::install_github("jimhester/archive") >>>>>> >>>>>> >>>>>> file_folder <- file.path( tempdir() , "file_folder" ) >>>>>> >>>>>> tf <- tempfile() >>>>>> >>>>>> # large download! cachaca saves on your local disk if already >>>>>> downloaded >>>>>>...
2017 Jul 15
0
readLines without skipNul=TRUE causes crash
...gt;>>>> >>>>> install.packages( "devtools" ) >>>>> devtools::install_github("ajdamico/lodown") >>>>> devtools::install_github("jimhester/archive") >>>>> >>>>> >>>>> file_folder <- file.path( tempdir() , "file_folder" ) >>>>> >>>>> tf <- tempfile() >>>>> >>>>> # large download! cachaca saves on your local disk if already >>>>> downloaded >>>>> lodown::cachaca( '...
2017 Jul 16
2
readLines without skipNul=TRUE causes crash
...a segfault. the original example i sent stores the .txt file somewhere inside the tempdir(), but when i copy it over elsewhere on my machine, the md5sum() gives the same result. thanks again for looking at this > tools::md5sum(infile) C:\\Users\\AnthonyD\\AppData\\Local\\Temp\\RtmpIBy7qt/file_folder/Microdados ENEM 2009/Dados Enem 2009/DADOS_ENEM_2009.txt "30beb57419486108e98d42ec7a2f8b19" > tools::md5sum( "S:/temp/crash.txt" ) S:/temp/crash.txt "30beb57419486108e98d42ec7a2f8b19" On Sun, Jul 16, 2017 at 10:10 AM, Jeff Newm...
2017 Jul 16
0
readLines without skipNul=TRUE causes crash
...gt; install.packages( "devtools" ) >>>>>>> devtools::install_github("ajdamico/lodown") >>>>>>> devtools::install_github("jimhester/archive") >>>>>>> >>>>>>> >>>>>>> file_folder <- file.path( tempdir() , "file_folder" ) >>>>>>> >>>>>>> tf <- tempfile() >>>>>>> >>>>>>> # large download! cachaca saves on your local disk if already >>>>>>> downloaded >&...
2017 Jul 16
0
readLines without skipNul=TRUE causes crash
...ample i sent stores the .txt file somewhere inside the >tempdir(), but when i copy it over elsewhere on my machine, the >md5sum() >gives the same result. thanks again for looking at this > > > tools::md5sum(infile) > >C:\\Users\\AnthonyD\\AppData\\Local\\Temp\\RtmpIBy7qt/file_folder/Microdados >ENEM 2009/Dados Enem 2009/DADOS_ENEM_2009.txt > "30beb57419486108e98d42ec7a2f8b19" > > > > tools::md5sum( "S:/temp/crash.txt" ) > S:/temp/crash.txt > "30beb57419486108e98d42ec7a2f8b19" > > > >...
2017 Jul 15
2
readLines without skipNul=TRUE causes crash
...gt;>>>>> install.packages( "devtools" ) >>>>>> devtools::install_github("ajdamico/lodown") >>>>>> devtools::install_github("jimhester/archive") >>>>>> >>>>>> >>>>>> file_folder <- file.path( tempdir() , "file_folder" ) >>>>>> >>>>>> tf <- tempfile() >>>>>> >>>>>> # large download! cachaca saves on your local disk if already >>>>>> downloaded >>>>>>...
2011 Aug 03
2
Malformed CSV Error
Hello, I am getting error :- #<CSV::MalformedCSVError: Unclosed quoted field on line 1892.>. I have following code :- -------------------------------------------------- @parsed_file = CSV.open("#{RAILS_ROOT}/private/sales_report_files/#{@file_folder}/#{@sub_file_folder}/#{@file_name.filename}",''r'',:col_sep =>?\t) @parsed_file.each_with_index do |row, index| # getting error on this line // some code end -------------------------------------------------- I have tried to escape row no.-1892 by using ''@pa...
2017 Jul 17
0
readLines without skipNul=TRUE causes crash
...gt; install.packages( "devtools" ) >>>>>>> devtools::install_github("ajdamico/lodown") >>>>>>> devtools::install_github("jimhester/archive") >>>>>>> >>>>>>> >>>>>>> file_folder <- file.path( tempdir() , "file_folder" ) >>>>>>> >>>>>>> tf <- tempfile() >>>>>>> >>>>>>> # large download! cachaca saves on your local disk if already >>>>>>> downloaded >&...
2017 Jul 17
1
readLines without skipNul=TRUE causes crash
...;>>>> devtools::install_github("ajdamico/lodown") > >> >>>>>>> devtools::install_github("jimhester/archive") > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> file_folder <- file.path( tempdir() , "file_folder" ) > >> >>>>>>> > >> >>>>>>> tf <- tempfile() > >> >>>>>>> > >> >>>>>>> # large download! cachaca saves on your local disk...