object of type 'externalptr' is not subsettable in R4.0 - with COM Object
2
0
Entering edit mode
Duy Duc • 0
@0c1917eb
Last seen 17 months ago
Vietnam

do anyone experience this error In R4.0

I used the command and got an error


ss <- comCreateObject('InternetExplorer.Application')

ss[['Visible']]

Error in ss[["Visible"]] : 
  object of type 'externalptr' is not subsettable

While in R3.6, the code is successfully performed. does R4.0 modify something in subsettable flag?

I appreciate your help.

r4.0 ComponentObjectModel subsetting • 1.4k views
ADD COMMENT
1
Entering edit mode
@james-w-macdonald-5106
Last seen 8 hours ago
United States

This appears to be a function from rcom, which is a CRAN package. This support site is intended to help people with Bioconductor packages. You could try stackoverflow.com, or r-help@r-project.org, which are more suitable places for your query.

ADD COMMENT
0
Entering edit mode
Duy Duc • 0
@0c1917eb
Last seen 17 months ago
Vietnam

Thanks everyone for reading, I found the answer at stackoverflow https://stackoverflow.com/questions/74152263/object-of-type-externalptr-is-not-subsettable-in-r4-0-with-com-object

ADD COMMENT

Login before adding your answer.

Traffic: 685 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6