cran-task-views / WebTechnologies

CRAN Task View: WebTechnologies
https://CRAN.R-project.org/view=WebTechnologies
174 stars 66 forks source link

start GitHub Actions #488

Closed wibeasley closed 1 year ago

wibeasley commented 1 year ago

@pachadotdev, I'll add you as a reviewer once it looks like it's working. I can't tell until there's an initial PR.

If it runs like on my local machine, the output will resemble

> ctv::check_ctv_packages("WebTechnologies.md")
$`Packages in info but not in packagelist`
character(0)

$`Packages in packagelist but not in info`
character(0)

$`Packages in packagelist but not on CRAN`
character(0)

$`Packages in packagelist but archived on CRAN`
[1] "osmplotr"   "rgeolocate"

ref #486

pachadotdev commented 1 year ago

works here as well!