Open boshek opened 5 years ago
thx for the report! unforunately, heroku only stores the last 1500 lines of logs AFAIK, so the logs won't help at least
not sure off the top what it could have been, will have a look soon
another case, spatsoc, should have been tweeted today https://cran.rstudio.com/web/packages/spatsoc/
i think issue might be the crandb API is behind http://crandb.r-pkg.org/spatsoc/ shows as of 2019-04-05 11:12 PM
{
"Package": "spatsoc",
"Title": "Group Animal Relocation Data by Spatial and Temporal\nRelationship",
"Version": "0.1.6",
"Authors@R": "\nc(person(given = \"Alec L.\",\nfamily = \"Robitaille\",\nrole = c(\"aut\", \"cre\"),\nemail = \"robit.alec@gmail.com\",\ncomment = c(ORCID = \"0000-0002-4706-1762\")),\nperson(given = \"Quinn\",\nfamily = \"Webber\",\nrole = \"aut\",\ncomment = c(ORCID = \"0000-0002-0434-9360\")),\nperson(given = \"Eric\",\nfamily = \"Vander Wal\",\nrole = \"aut\",\ncomment = c(ORCID = \"0000-0002-8534-4317\")))",
"Description": "Detects spatial and temporal groups in GPS relocations.\nIt can be used to convert GPS relocations to\ngambit-of-the-group format to build proximity-based social networks.\nIn addition, the randomizations function provides data-stream\nrandomization methods suitable for GPS data.",
"Depends": {
"R": ">= 3.4"
},
"License": "GPL-3 | file LICENSE",
"Encoding": "UTF-8",
"LazyData": "true",
"Imports": {
"data.table": ">= 1.10.5",
"sp": "*",
"rgeos": "*",
"adehabitatHR": "*",
"igraph": "*",
"methods": "*"
},
"Suggests": {
"testthat": "*",
"knitr": "*",
"rmarkdown": "*",
"asnipe": "*"
},
"SystemRequirements": "GEOS (>= 3.2.0)",
"RoxygenNote": "6.1.0",
"VignetteBuilder": "knitr",
"BugReports": "https://github.com/ropensci/spatsoc/issues",
"URL": "https://spatsoc.gitlab.io, https://github.com/ropensci/spatsoc",
"NeedsCompilation": "no",
"Packaged": "2019-01-04 16:24:07 UTC; alecr",
"Author": "Alec L. Robitaille [aut, cre] (<https://orcid.org/0000-0002-4706-1762>),\nQuinn Webber [aut] (<https://orcid.org/0000-0002-0434-9360>),\nEric Vander Wal [aut] (<https://orcid.org/0000-0002-8534-4317>)",
"Maintainer": "Alec L. Robitaille <robit.alec@gmail.com>",
"Repository": "CRAN",
"Date/Publication": "2019-01-10 18:10:03 UTC",
"crandb_file_date": "2019-01-10 18:14:30",
"MD5sum": "358abfbf8192bbedd74b62452606936f",
"date": "2019-01-10T17:10:03+00:00",
"releases": [ ]
}
so may need to come up with a different way to detect new versions, perhaps just ping a cran mirror page for the pkg
right, thanks
File this under low importance but I just wanted to leave this here because it is sort of a bug. Somehow a new version of tidyhydat on CRAN (released on 27-03-2019) did not get picked up by the bot. Not particularly worried about it from a tidyhydat perspective but I thought you'd like to know. Could easily be something wonky on my end too 🤷♂️