Skip to content

Commit 6cc0711

Browse files
committed
add missing ks package
1 parent 79598e1 commit 6cc0711

File tree

2 files changed

+83
-3
lines changed

2 files changed

+83
-3
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
{"package": "shinydashboard", "version": "0.7.2", "repos": "https://cran.r-project.org"},
1515
{"package": "shinyWidgets", "version": "0.7.6", "repos": "https://cran.r-project.org"},
1616
{"package": "RCurl", "version": "1.98-1.12", "repos": "https://cran.r-project.org"},
17-
{"package": "ggplot2", "version": "3.4.2", "repos": "https://cran.r-project.org"},
17+
{"package": "ks", "version": "1.14.3", "repos": "https://cran.r-project.org"},
18+
{"package": "ggplot2", "version": "3.5.1", "repos": "https://cran.r-project.org"},
1819
{"package": "shinyBS", "version": "0.61.1", "repos": "https://cran.r-project.org"},
1920
{"package": "lubridate", "version": "1.7.9", "repos": "https://cran.r-project.org"},
2021
{"package": "waiter", "version": "0.2.5", "repos": "https://cran.r-project.org"},

renv.lock

Lines changed: 81 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
],
2626
"Hash": "fc53164de9ee32692eef6fdd14115381"
2727
},
28+
"FNN": {
29+
"Package": "FNN",
30+
"Version": "1.1.4.1",
31+
"Source": "Repository",
32+
"Repository": "CRAN",
33+
"Requirements": [
34+
"R"
35+
],
36+
"Hash": "c7b4a49c7f435d0a67bb1e127e953d75"
37+
},
2838
"GA": {
2939
"Package": "GA",
3040
"Version": "3.2.4",
@@ -56,6 +66,17 @@
5666
],
5767
"Hash": "c9da98d1d7350b7e1313edd8bfd2d6ac"
5868
},
69+
"KernSmooth": {
70+
"Package": "KernSmooth",
71+
"Version": "2.23-20",
72+
"Source": "Repository",
73+
"Repository": "CRAN",
74+
"Requirements": [
75+
"R",
76+
"stats"
77+
],
78+
"Hash": "8dcfa99b14c296bc9f1fd64d52fd3ce7"
79+
},
5980
"LBSPR": {
6081
"Package": "LBSPR",
6182
"Version": "0.1.6",
@@ -528,7 +549,7 @@
528549
},
529550
"ggplot2": {
530551
"Package": "ggplot2",
531-
"Version": "3.4.2",
552+
"Version": "3.5.1",
532553
"Source": "Repository",
533554
"Repository": "CRAN",
534555
"Requirements": [
@@ -549,7 +570,7 @@
549570
"vctrs",
550571
"withr"
551572
],
552-
"Hash": "3a147ee02e85a8941aad9909f1b43b7b"
573+
"Hash": "44c6a2f8202d5b7e878ea274b1092426"
553574
},
554575
"glue": {
555576
"Package": "glue",
@@ -734,6 +755,20 @@
734755
],
735756
"Hash": "49b625e6aabe4c5f091f5850aba8ff78"
736757
},
758+
"kernlab": {
759+
"Package": "kernlab",
760+
"Version": "0.9-33",
761+
"Source": "Repository",
762+
"Repository": "CRAN",
763+
"Requirements": [
764+
"R",
765+
"grDevices",
766+
"graphics",
767+
"methods",
768+
"stats"
769+
],
770+
"Hash": "97d266249d6c3b4f40e34e1ceaf9c558"
771+
},
737772
"keyring": {
738773
"Package": "keyring",
739774
"Version": "1.3.1",
@@ -769,6 +804,25 @@
769804
],
770805
"Hash": "9fcb189926d93c636dea94fbe4f44480"
771806
},
807+
"ks": {
808+
"Package": "ks",
809+
"Version": "1.14.3",
810+
"Source": "Repository",
811+
"Repository": "CRAN",
812+
"Requirements": [
813+
"FNN",
814+
"KernSmooth",
815+
"Matrix",
816+
"R",
817+
"kernlab",
818+
"mclust",
819+
"mgcv",
820+
"multicool",
821+
"mvtnorm",
822+
"pracma"
823+
],
824+
"Hash": "a8ca08fe0fbcd6223b782e991960392c"
825+
},
772826
"labeling": {
773827
"Package": "labeling",
774828
"Version": "0.4.3",
@@ -852,6 +906,20 @@
852906
],
853907
"Hash": "7ce2733a9826b3aeb1775d56fd305472"
854908
},
909+
"mclust": {
910+
"Package": "mclust",
911+
"Version": "6.1.1",
912+
"Source": "Repository",
913+
"Repository": "CRAN",
914+
"Requirements": [
915+
"R",
916+
"grDevices",
917+
"graphics",
918+
"stats",
919+
"utils"
920+
],
921+
"Hash": "aa9cfd45e2c3297213e270d000d80655"
922+
},
855923
"memoise": {
856924
"Package": "memoise",
857925
"Version": "2.0.1",
@@ -904,6 +972,17 @@
904972
],
905973
"Hash": "8d75f0669b1fb93885d39b9281672c5e"
906974
},
975+
"multicool": {
976+
"Package": "multicool",
977+
"Version": "1.0.1",
978+
"Source": "Repository",
979+
"Repository": "CRAN",
980+
"Requirements": [
981+
"Rcpp",
982+
"methods"
983+
],
984+
"Hash": "cf60fcb1c13e9d209aed3a36a7ef8f39"
985+
},
907986
"munsell": {
908987
"Package": "munsell",
909988
"Version": "0.5.1",

0 commit comments

Comments
 (0)