Scott Chamberlain
Scott Chamberlain
👋🏽 I maintain the cran checks badges. Please change to the new cran checks badge URL (e.g., `https://badges.cranchecks.info/worst/dplyr.svg`). Old badges at (e.g. `https://cranchecks.info/badges/worst/dplyr`) will be unavailable as of Jan 1st...
https://www.ncdc.noaa.gov/data-access/marineocean-data/blended-global/blended-sea-winds FTP ftp://eclipse.ncdc.noaa.gov/pub/seawinds/ on google scholar https://scholar.google.com/scholar?q=%22blended+Sea+Winds%22&hl=en&as_sdt=1%2C38&as_vis=1&as_ylo=&as_yhi= OPeNDAP/THREDDS server https://www.ncei.noaa.gov/thredds/blended-global/oceanWinds.html
👋🏽 I maintain the cran checks badges. Please change to the new cran checks badge URL (e.g., `https://badges.cranchecks.info/worst/dplyr.svg`). Old badges at (e.g. `https://cranchecks.info/badges/worst/dplyr`) will be unavailable as of Jan 1st...
👋🏽 I maintain the cran checks badges. Please change to the new cran checks badge URL (e.g., `https://badges.cranchecks.info/worst/dplyr.svg`). Old badges at (e.g. `https://cranchecks.info/badges/worst/dplyr`) will be unavailable as of Jan 1st...
https://crossref.atlassian.net/jira/software/c/projects/CR/issues/
👋🏽 I maintain the cran checks badges. Please change to the new cran checks badge URL (e.g., `https://badges.cranchecks.info/worst/dplyr.svg`). Old badges at (e.g. `https://cranchecks.info/badges/worst/dplyr`) will be unavailable as of Jan 1st...
👋🏽 I maintain the cran checks badges. Please change to the new cran checks badge URL (e.g., `https://badges.cranchecks.info/worst/dplyr.svg`). Old badges at (e.g. `https://cranchecks.info/badges/worst/dplyr`) will be unavailable as of Jan 1st...
@ScientificProgrammer when you get a chance, could you submit a new version to cran changing the maintainer to you? not urgent, but any correspondence from cran will go to me...
👋🏽 I maintain the cran checks badges. Please change to the new cran checks badge URL (e.g., `https://badges.cranchecks.info/worst/dplyr.svg`). Old badges at (e.g. `https://cranchecks.info/badges/worst/dplyr`) will be unavailable as of Jan 1st...
This works fine, ```r use_cassette("aaa", { GET("https://google.com") }) ``` But then any subsequent run of the same code block ```r use_cassette("aaa", { GET("https://google.com") }) ``` absofrutely does not work because...