Fixed loading sources, by using the here package
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Load the general quantile function, the loading can be improved later
|
# Load the general quantile function, the loading can be improved later
|
||||||
# using the here package.
|
# using the here package.
|
||||||
source("R/qinf.R")
|
source(here::here("R", "qinf.R"))
|
||||||
|
|
||||||
|
|
||||||
# 1. Distribution Function -----------------------------------------------------
|
# 1. Distribution Function -----------------------------------------------------
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# TODO improve later using the here package
|
# 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) -----------------------------------
|
# 1. Compute the Matrix Q according to (3.1) -----------------------------------
|
||||||
#' Compute the matrix **Q**
|
#' Compute the matrix **Q**
|
||||||
|
|||||||
Reference in New Issue
Block a user