[R] ON the installation of: abnormally-distributed/cvreg

2020-12-08 Thread Ishaqbaba via R-help
Hello Sir, Hope this email finds you hale, healthy and safe. I have been having problem in installing this:  install.packages("remotes") remotes::install_github("abnormally-distributed/cvreg")I am cureently using R 3.6.2 and Rstudio 4.0.3 https://cran.r-project.org/web/packages/cvreg/index.html w

[R] Google Summer of Code 2021

2020-12-08 Thread Aarnob Guha
Dear R Project for Statistical Computing, My name is Aarnob Guha and I am very enthusiastic about participating in Google Summer of Code in 2021. I've been going through past projects in the Google Summer of Code archives for this organisation and I was curious as to whether R Project for Statistic

Re: [R] ON the installation of: abnormally-distributed/cvreg

2020-12-08 Thread Bert Gunter
Do note in the posting guide linked below (Please read it!), it says: "For questions about functions in standard packages distributed with R (see the FAQ Add-on packages in R ), ask questions on R-help. If the question relates to a

Re: [R] Google Summer of Code 2021

2020-12-08 Thread Spencer Graves
Hello, Aarnob Guha: I'm not sure, but r-de...@r-project.org might be a better list for this question. Over two years ago, I responded to a "Call For Proposals" from the R Consortium suggesting a project to improve the capabilities for searching R packages. That proposal was not fund

Re: [R] Google Summer of Code 2021

2020-12-08 Thread J C Nash
https://github.com/rstats-gsoc/gsoc2021/wiki has been set up, but is NOT up to date as Google has announced changes to the project structure, essentially making them half the size. That actually fits with some work I'd like to see done to try to consolidate packages nlsr and minpack.lm into an imp

[R] Help with connection issue for R (just joined, leading R for our agency)

2020-12-08 Thread Alejandra Barrio Gorski
Dear fellow R users, Greetings, I am new to this list. I joined because I am pioneering the use of R for the agency I work for. I essentially work alone and would like to reach out for help on an issue I have been having. Here it is: - From one day to the next, my RStudio does not execute comm

Re: [R] Help with connection issue for R (just joined, leading R for our agency)

2020-12-08 Thread Bert Gunter
R and RStudio are separate products developed and supported by separate organizations, although obviously there is a large intersection between the two. Nevertheless, if you think this is an RStudio related problem, you should post on their support site, not here: https://support.rstudio.com/hc/en-

[R] read_delim {readr} - *.zip files

2020-12-08 Thread Jeff Reichman
r-help Forum While read_csv will unzip and read a *.zip file will it read multiply files in a *.zip file. For example object <- read_csv(unz(description = "fileName.zip", filename = "fiename1.csv")) where filename.zip contains two file fileName1.csv and fileName2.csv (note this line of cod

Re: [R] read_delim {readr} - *.zip files

2020-12-08 Thread Bert Gunter
Per the posting guide linked below" (which you _have_ read, right?) "For questions about functions in standard packages distributed with R (see the FAQ Add-on packages in R ), ask questions on R-help. If the question relates to a *