Questions about package development should be sent to the bioc-devel mailing list.
No need to leave us guessing about your package; I guess it's ToPASeq.
From the commit history, I see
Rpacks/ToPASeq$ svn log |less
...
------------------------------------------------------------------------
r120823 | hpages@fhcrc.org | 2016-09-09 12:20:44 -0400 (Fri, 09 Sep 2016) | 1 line
mark as unsupported on non-Linux like DEGraph which ToPASeq suggests
------------------------------------------------------------------------
This is apparently through DEGraph's dependency on NCIgraph
Rpacks/DEGraph$
------------------------------------------------------------------------
r120635 | hpages@fhcrc.org | 2016-08-31 20:24:35 -0400 (Wed, 31 Aug 2016) | 1 line
mark as unsupported on non-Linux like NCIgraph which DEGraph depends on
------------------------------------------------------------------------
and RCytoscape
Rpacks/NCIgraph$
------------------------------------------------------------------------
r120630 | hpages@fhcrc.org | 2016-08-31 20:12:10 -0400 (Wed, 31 Aug 2016) | 1 line
mark as unsupported on non-linux like RCytoscape which NCIgraph depends on
------------------------------------------------------------------------
I believe RCytoscape was marked as unsupported because it relies on configurations that the build system cannot easily and consistently implement.
As a package author, you can remove the dependency on DEGraph (or convince the upstream maintainers to remove their dependency on RCytoscape) and then edit (or in your case remove) the file
Rpacks/ToPASeq$ cat .BBSoptions
UnsupportedPlatforms: win, mac
This probably corresponds to the devel mailing list instead of here.