R Under development (unstable) (2025-05-16 r88213 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > install.packages("readxl", repos = "https://cran.rstudio.com/") Installing package into 'D:/temp/2025_05_17_17_25_17_5124/Rtmp29lW3E/RLIBS_ff18cd223ab' (as 'lib' is unspecified) trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.6/readxl_1.4.5.zip' Content type 'application/zip' length 765627 bytes (747 KB) ================================================== downloaded 747 KB package 'readxl' successfully unpacked and MD5 sums checked The downloaded binary packages are in D:\temp\2025_05_17_17_25_17_5124\Rtmpqu53ar\downloaded_packages > library(readxl) > library(PETIndex) > dt <- read_excel("G:/My Drive/00--Pekerjaan/PENELITIAN/01--Project/Pengembangan Package pftopsis/pfetopsis/dataSimulation/data_new_without_disease.xlsx", sheet = "data") Error: `path` does not exist: 'G:/My Drive/00--Pekerjaan/PENELITIAN/01--Project/Pengembangan Package pftopsis/pfetopsis/dataSimulation/data_new_without_disease.xlsx' Execution halted