-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bot missing a package #4
Comments
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 = \"[email protected]\",\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 <[email protected]>",
"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 🤷♂️
The text was updated successfully, but these errors were encountered: