• Fix warnings in C code as requested by CRAN maintainers.
  • Add badges, logo and update pkgdown site
  • Add github actions
  • Function added to code due to PCIT package been archived on CRAN.
  • Code update due to CRAN requirements.
  • Detailed description of the package
  • Added copyright holders
  • Added citation for package
  • Updated code to add R_forceSymbols(dll, TRUE)
  • Vignette typos and English improvements
  • Added R_registerRoutines
  • Use R random numbers generation instead of rand and srand and the Rprintf
  • Use the Rprintf to direct C code outputs to the R console
  • commented printf from abc_R.c, graph.c, network_random_R.C (CRAN requirement)
  • removed [-Wunused-variable] (and some others) warnings
  • bug fix to enable C code compatibility for macos
  • vignette created
  • Added readme, examples and website.
  • Code updated for R 3.5.2
  • First release of the package.
  • Added a NEWS.md file to track changes to the package.