R/zzz.r

Defines functions .onLoad

.onLoad = function(libname,pkgname) {
  library(CreateFlowChart);
  library(CreateConceptSetDatasets);
  library(ApplyComponentStrategy);
  library(CreateSpells);
  library(CountPersonTime);
  print("Loaded packages: CreateFlowChart, CreateConceptSetDatasets, ApplyComponentStrategy,
        CreateSpells, CountPersonTime");
}
IMI-ConcePTION/ConceptionTools documentation built on Feb. 5, 2024, 10:25 p.m.