#RStats hivemind: Is there a way to mark a package as NOT compatible with windows?
@coolbutuseless There are a couple of packages on CRAN that did this. I think there is a field to add on DESCRIPTION that controlls that. I don't remember the name of the packages. I can check that for you, or check available packages (and use a custom filter to get all, and then the normal one to compare).

@Lluis_Revilla Using "OS_type" was suggested by @bioinfhotep

This package might not be going to CRAN, but I wanted a way to indicate to github/r-universe users that the package doesn't work on Windows.

It would be interesting to see which packages on CRAN get away with ignoring an operating system!

@Lluis_Revilla @bioinfhotep "OS_type" is correctly picked up by #Runiverse !

Build graphics show that {kissatire} is unix only and has a little minus sign for the build status on the right. :)

#RStats

@coolbutuseless @bioinfhotep Great to see this working out of the box on r-universe.