Why do you think that would work? Is there something in the help page that made you think you could do that?
If you have R-3.3.3 installed, you should by default get that version of edgeR without having to specify the version (which you can't do anyway).
> version
_
platform x86_64-pc-linux-gnu
arch x86_64
os linux-gnu
system x86_64, linux-gnu
status
major 3
minor 3.1
year 2016
month 06
day 21
svn rev 70800
language R
version.string R version 3.3.1 (2016-06-21)
nickname Bug in Your Hair
> packageDescription("edgeR")$Version
[1] "3.16.5"
>
Note that for Bioconductor R-3.3.1 through R-3.3.3 will give you the same set of packages.