Open noahtolsen opened 3 years ago
I cannot reproduce this π¬
library(readr)
read_csv("https://tidymodels.org/start/models/urchins.csv")
#> Rows: 72 Columns: 3
#> ββ Column specification ββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
#> Delimiter: ","
#> chr (1): TREAT
#> dbl (2): IV, SUTW
#>
#> βΉ Use `spec()` to retrieve the full column specification for this data.
#> βΉ Specify the column types or set `show_col_types = FALSE` to quiet this message.
#> # A tibble: 72 Γ 3
#> TREAT IV SUTW
#> <chr> <dbl> <dbl>
#> 1 Initial 3.5 0.01
#> 2 Initial 5 0.02
#> 3 Initial 8 0.061
#> 4 Initial 10 0.051
#> 5 Initial 13 0.041
#> 6 Initial 13 0.061
#> 7 Initial 15 0.041
#> 8 Initial 15 0.071
#> 9 Initial 16 0.092
#> 10 Initial 17 0.051
#> # β¦ with 62 more rows
Created on 2021-11-10 by the reprex package (v2.0.1)
Can I get someone else (@hfrick far away in Europe maybe? or anybody really) to confirm whether they do/do not see the certificate problem?
I can't reproduce either :thinking:
@noahtolsen I don't believe there is a problem with the CSV; do you want to try again or maybe check if something is up with your network?
Hello! Very minor because I can always download the data manually in a browser but I think the SSL certificate for the urchins data may have expired, I can't use read_csv to download the data from the tidymodels site as shown in the "Build a Model" page from getting started. Reprex below.
Created on 2021-11-10 by the reprex package (v2.0.1)