Re: [R] read_csv() error I cannot find [FOUND AND FIXED]

2021-11-24 Thread Rich Shepard
On Wed, 24 Nov 2021, Bill Dunlap wrote: Did the 3 warnings come from three separate calls to read_csv? If so, can you identify which files caused the warnings? E.g., change the likes of lapply(files, function(file) read_csv(file, ...)) to options(warn=1) # report warnings immediately lap

Re: [R] read_csv() error I cannot find

2021-11-24 Thread Bill Dunlap
Did the 3 warnings come from three separate calls to read_csv? If so, can you identify which files caused the warnings? E.g., change the likes of lapply(files, function(file) read_csv(file, ...)) to options(warn=1) # report warnings immediately lapply(files, function(file){ cat(file, "\n

Re: [R] read_csv() error I cannot find

2021-11-24 Thread Rich Shepard
On Wed, 24 Nov 2021, Ivan Krylov wrote: This typically happens when you leave a trailing comma at the end of a list() call: Ivan, Yes. I figured that out yesterday but didn't change the draft message. There no longer are any extraneous commas in the script. Thanks, Rich ___

Re: [R] Defining Parameters in arules

2021-11-24 Thread Stephen H. Dawson, DSL via R-help
https://rattle.togaware.com/ https://journal.r-project.org/archive/2009/RJ-2009-016/index.html Thank you, Tom. *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com On 11/23/21 5:55 AM, Tom Woolman wrote

Re: [R] Defining Parameters in arules

2021-11-24 Thread Stephen H. Dawson, DSL via R-help
Thank, Ivan. *Stephen Dawson, DSL* /Executive Strategy Consultant/ Business & Technology +1 (865) 804-3454 http://www.shdawson.com On 11/23/21 5:17 AM, Ivan Krylov wrote: Hello, If you don't get an answer here, consider asking the package maintainer: Michael Hahsler

Re: [R] Error: vector memory exhausted (limit reached?)

2021-11-24 Thread Olivia Keefer
Apologies. First time posting and new to R so a lot of learning. Hope my attachments are helpful now. #This loads the required package. Always select UK Bristol as a CRAN MIRROR / LOCATION #1. Highlight the below code and run (3rd icon or right click) require(relaimpo) install.packages('relai

Re: [R] read_csv() error I cannot find

2021-11-24 Thread Ivan Krylov
On Wed, 24 Nov 2021 08:37:32 -0800 (PST) Rich Shepard wrote: > Error in list(site_nbr = col_character(), sampdate = col_date(), > param = col_character(), : argument 6 is empty This typically happens when you leave a trailing comma at the end of a list() call: list( site_nbr = col_character()

[R] read_csv() error I cannot find

2021-11-24 Thread Rich Shepard
Applying read_csv() on certain data files produce this error: Error in list(site_nbr = col_character(), sampdate = col_date(), param = col_character(), : argument 6 is empty In addition: Warning messages: 1: The following named parsers don't match the column names: param, unit 2: The followin

[R] R Redis

2021-11-24 Thread Timothy Peng
Have anybody used this module? https://cran.r-project.org/web/packages/rredis/README.html Could share your experience please. thank you. __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help P

Re: [R] Error: vector memory exhausted (limit reached?)

2021-11-24 Thread Ivan Krylov
Hello Olivia! On Tue, 23 Nov 2021 20:26:07 + Olivia Keefer wrote: > We have been able to run other regressions, but when we go to run a > certain set of variables, we both are getting this message each time > we try. It would help if you provided more information about how exactly you run t

Re: [R] Error: vector memory exhausted (limit reached?)

2021-11-24 Thread Rui Barradas
Hello, You ask a question on a certain regression that exhausts vector memory but don't post the regression(s) code (and data, btw). And load package relaimpo before installing it. Can you please read the posting guide linked to at the bottom of this and every R-Help mail? As is there's nothi