anyone-can-cook / rclass1

EDUC 260A: Introduction to Programming and Data Management Using R
https://anyone-can-cook.github.io/rclass1/
5 stars 5 forks source link

Problem Set 1:the problem of load(url(xxx)) #96

Open EuphieGe opened 1 year ago

EuphieGe commented 1 year ago

When I execute load(url('https://github.com/anyone-can-cook/rclass1/raw/master/data/recruiting/recruit_ps1_small.Rdata')) the following error always occurs: Warning: URL 'https://raw.githubusercontent.com/anyone-can-cook/rclass1/master/data/recruiting/recruit_ps1_small.Rdata': status was 'Couldn't resolve host name'Error in load(url("https://github.com/anyone-can-cook/rclass1/raw/master/data/recruiting/recruit_ps1_small.Rdata")) : cannot open the connection to 'https://github.com/anyone-can-cook/rclass1/raw/master/data/recruiting/recruit_ps1_small.Rdata' I think it may be a network issue, so I chose to download and import locally: load('recruit_ps1_small.Rdata')

shuai-heng commented 1 year ago

please, do you resolve the problem?