Rstudio diagnostics error in Rcpp

I have some codes in Rcpp, they work well when compiling but Rstudio keeps giving diagnostics for some parts, which is a little bit annoying. I really appreciate it if anyone can help.

  1. static PLINK::PlinkClass* ptr_gPLINKobj = NULL; : use of undeclared identifier 'NULL'
  2. uint64_t t_gIndex : unknown type name 'uint64_t'

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.