Package: CurricularAnalytics
Title: Exploring and Analyzing Academic Curricula
Version: 1.0.0
Authors@R: 
    c(person("Daniel", "Krasnov", , "danielkrasnovdk@hotmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0003-4104-3162")),
      person("Dr. Irene", "Vrbik", , "irene.vrbik@ubc.ca", role = c("aut","cph")
           ))
Description: Provides an implementation of ‘Curricular Analytics’, a framework for analyzing and quantifying the complexity of academic curricula. Curricula are modelled as directed acyclic graphs and analytics are provided based on path lengths and edge density. This work directly comes from Heileman et al. (2018) <doi:10.48550/arXiv.1811.09676>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
URL: https://github.com/Danyulll/CurricularAnalytics
BugReports: https://github.com/Danyulll/CurricularAnalytics/issues
Imports: dplyr (>= 1.1.4), igraph (>= 2.0.3), stats (>= 4.4.0), tools
        (>= 4.4.0), utils (>= 4.4.0), visNetwork (>= 2.1.2)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-05-28 20:36:58 UTC; danie
Author: Daniel Krasnov [aut, cre] (<https://orcid.org/0009-0003-4104-3162>),
  Dr. Irene Vrbik [aut, cph]
Maintainer: Daniel Krasnov <danielkrasnovdk@hotmail.com>
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2024-05-29 10:40:08 UTC
Built: R 4.6.0; ; 2025-07-18 07:47:07 UTC; unix
