Fixed loading sources, by using the here package
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# TODO improve later using the here package
|
||||
source("R/graphon_distribution.R")
|
||||
source(here::here("R", "graphon_distribution.R"))
|
||||
|
||||
# 1. Compute the Matrix Q according to (3.1) -----------------------------------
|
||||
#' Compute the matrix **Q**
|
||||
|
||||
Reference in New Issue
Block a user