JGCRI / rgcam

R package for extracting and importing GCAM results
GNU General Public License v2.0
15 stars 5 forks source link

addScenario- Error in regmatches: subscript out of bounds #83

Open joeyh5432 opened 2 years ago

joeyh5432 commented 2 years ago

I'm fairly new to GCAM and rgcam. I'm running into issues with the addScenario function.

When I run addScenario, I get the following error: prj <- addScenario(conn, 'output.dat','scenario name', 'Main_queries.xml') Stopped at C:/Users/jared/AppData/Local/Temp/RtmpExFhvg/file25841c5061dc, 1/88: [XPST0003] Expecting function argument, found ','. Error in regmatches(query, m)[[1]] : subscript out of bounds

I have tried using the Main_queries.xml from my GCAM output folder. I have also created an XML with a single query using XML Marker. Neither of these worked, and both returned the same error.

Oddly enough, If I don't define the query, the function works.

How can I get the function to work using my desired queries? Any advice would be greatly appreciated.

Cermouth commented 2 years ago

Hi @joeyh5432 ! Did you solve this problem? I met this too. But it worked well with GCAM v5.4.

joeyh5432 commented 2 years ago

@Cermouth I have not solved the problem, unfortunately. I will try in GCAM v5.4 when I have a chance and see what happens.

mpuentesnazal commented 3 weeks ago

Hi! @joeyh5432, I have the same problem, did you find a solution?