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
|
||||
# using the here package.
|
||||
source("R/qinf.R")
|
||||
source(here::here("R", "qinf.R"))
|
||||
|
||||
|
||||
# 1. Distribution Function -----------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user