The following two should be equivalent
source('http://callr.org/install#listenv,globals')
source('http://callr.org/install#{listenv,globals}')
as well as these two
source('http://callr.org/install#HenrikBengtsson/listenv,HenrikBengtsson/globals')
source('http://callr.org/install#HenrikBengtsson/{listenv,globals}')