├── README.md ├── _config.yml └── task_view ├── Antarctic.ctv ├── Antarctic.html ├── CONTRIBUTING.md ├── Makefile ├── README.md ├── antarctic.md ├── buildxml.R ├── checkurls.R └── process.R /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCAR/ropensci/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCAR/ropensci/HEAD/_config.yml -------------------------------------------------------------------------------- /task_view/Antarctic.ctv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCAR/ropensci/HEAD/task_view/Antarctic.ctv -------------------------------------------------------------------------------- /task_view/Antarctic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCAR/ropensci/HEAD/task_view/Antarctic.html -------------------------------------------------------------------------------- /task_view/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCAR/ropensci/HEAD/task_view/CONTRIBUTING.md -------------------------------------------------------------------------------- /task_view/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCAR/ropensci/HEAD/task_view/Makefile -------------------------------------------------------------------------------- /task_view/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCAR/ropensci/HEAD/task_view/README.md -------------------------------------------------------------------------------- /task_view/antarctic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCAR/ropensci/HEAD/task_view/antarctic.md -------------------------------------------------------------------------------- /task_view/buildxml.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCAR/ropensci/HEAD/task_view/buildxml.R -------------------------------------------------------------------------------- /task_view/checkurls.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCAR/ropensci/HEAD/task_view/checkurls.R -------------------------------------------------------------------------------- /task_view/process.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SCAR/ropensci/HEAD/task_view/process.R --------------------------------------------------------------------------------