diff --git a/docs/articles/HELPS-vignette.html b/docs/articles/HELPS-vignette.html
index 7697e02..5dde621 100644
--- a/docs/articles/HELPS-vignette.html
+++ b/docs/articles/HELPS-vignette.html
@@ -132,7 +132,7 @@
Step1.1: calculate daily gr
"../HELPS_Example_Data/hurs_example_day.nc",
"../HELPS_Example_Data/tas_example_day.nc",
"../HELPS_Example_Data/ps_example_day.nc")
-#> |---------|---------|---------|---------|========================================= |---------|---------|---------|---------|=========================================
+#> |---------|---------|---------|---------|========================================= |---------|---------|---------|---------|========================================= |---------|---------|---------|---------|=========================================
wbgt.sun.day
#> class : RasterStack
#> dimensions : 360, 720, 259200, 366 (nrow, ncol, ncell, nlayers)
@@ -412,7 +412,7 @@ Step2.2: calcula
pwc.mon.foster <- PWC(WBGT = esi.mon, LHR = LHR_Foster, workload = "high")
end_t = Sys.time()
end_t - start_t
-#> Time difference of 26.40551 secs
+#> Time difference of 12.37046 secs
pwc.mon.foster
#> class : RasterStack
#> dimensions : 360, 720, 259200, 12 (nrow, ncol, ncell, nlayers)
@@ -427,7 +427,7 @@ Step2.2: calcula
pwc.mon.hothaps <- PWC(WBGT = esi.mon, LHR = LHR_Hothaps, workload = "high")
end_t = Sys.time()
end_t - start_t
-#> Time difference of 1.814757 secs
+#> Time difference of 0.8347061 secs
pwc.mon.hothaps
#> class : RasterStack
#> dimensions : 360, 720, 259200, 12 (nrow, ncol, ncell, nlayers)
@@ -442,7 +442,7 @@ Step2.2: calcula
pwc.mon.niosh <- PWC(WBGT = esi.mon, LHR = LHR_NIOSH, workload = "high")
end_t = Sys.time()
end_t - start_t
-#> Time difference of 37.99287 secs
+#> Time difference of 17.88027 secs
pwc.mon.niosh
#> class : RasterStack
#> dimensions : 360, 720, 259200, 12 (nrow, ncol, ncell, nlayers)
@@ -457,7 +457,7 @@ Step2.2: calcula
pwc.mon.iso <- PWC(WBGT = esi.mon, LHR = LHR_ISO, workload = "high")
end_t = Sys.time()
end_t - start_t
-#> Time difference of 26.48418 secs
+#> Time difference of 17.84502 secs
pwc.mon.iso
#> class : RasterStack
#> dimensions : 360, 720, 259200, 12 (nrow, ncol, ncell, nlayers)
diff --git a/docs/index.html b/docs/index.html
index 9e43787..4f97671 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -100,8 +100,10 @@
Back to Contents
@@ -148,7 +150,7 @@
Open R studio:
install.packages('devtools')
-devtools::install_github('JGCRI/HELPS')
+devtools::install_github('dsheng1026/HELPS')
Back to Contents
@@ -161,7 +163,7 @@
Back to Contents
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index d635d1c..8d7e867 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -3,4 +3,4 @@ pkgdown: 2.1.1
pkgdown_sha: ~
articles:
HELPS-vignette: HELPS-vignette.html
-last_built: 2025-01-12T23:16Z
+last_built: 2025-01-12T23:50Z