diff --git a/README.md b/README.md index ead63b8cd3..7b8dcdcc77 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ R-Instat is free, menu driven statistics software powered by R. It is designed t ## Download -The latest release is available from http://r-instat.org/Download.html where you will also find installation instructions and a getting started guide. R-Instat is currently a Windows only software. All prerequisites, including the R packages needed, are included in the installation file. +The latest release is available from https://r-instat.org/ where you will also find installation instructions and a getting started guide. R-Instat is currently a Windows only software. All prerequisites, including the R packages needed, are included in the installation file. ## Background diff --git a/instat/DlgDefineClimaticData.Designer.vb b/instat/DlgDefineClimaticData.Designer.vb index d50f0fef08..f68af97596 100644 --- a/instat/DlgDefineClimaticData.Designer.vb +++ b/instat/DlgDefineClimaticData.Designer.vb @@ -45,6 +45,8 @@ Partial Class DlgDefineClimaticData Me.lblLatitude = New System.Windows.Forms.Label() Me.lblAltitude = New System.Windows.Forms.Label() Me.grpStation = New System.Windows.Forms.GroupBox() + Me.lblDiscrit = New System.Windows.Forms.Label() + Me.ucrReceiverDiscrit = New instat.ucrReceiverSingle() Me.ucrReceiverStation = New instat.ucrReceiverSingle() Me.ucrReceiverLongitude = New instat.ucrReceiverSingle() Me.ucrReceiverLatitude = New instat.ucrReceiverSingle() @@ -64,6 +66,8 @@ Partial Class DlgDefineClimaticData Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.grpMeta = New System.Windows.Forms.GroupBox() + Me.lblDiscritMeta = New System.Windows.Forms.Label() + Me.ucrReceiverDiscritMeta = New instat.ucrReceiverSingle() Me.ucrReceiverStationMeta = New instat.ucrReceiverSingle() Me.ucrReceiverLonMeta = New instat.ucrReceiverSingle() Me.ucrReceiverLatMeta = New instat.ucrReceiverSingle() @@ -134,7 +138,7 @@ Partial Class DlgDefineClimaticData ' Me.lblLongitude.AutoSize = True Me.lblLongitude.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblLongitude.Location = New System.Drawing.Point(10, 91) + Me.lblLongitude.Location = New System.Drawing.Point(10, 133) Me.lblLongitude.Name = "lblLongitude" Me.lblLongitude.Size = New System.Drawing.Size(57, 13) Me.lblLongitude.TabIndex = 6 @@ -144,7 +148,7 @@ Partial Class DlgDefineClimaticData ' Me.lblLatitude.AutoSize = True Me.lblLatitude.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblLatitude.Location = New System.Drawing.Point(10, 53) + Me.lblLatitude.Location = New System.Drawing.Point(10, 95) Me.lblLatitude.Name = "lblLatitude" Me.lblLatitude.Size = New System.Drawing.Size(48, 13) Me.lblLatitude.TabIndex = 4 @@ -154,7 +158,7 @@ Partial Class DlgDefineClimaticData ' Me.lblAltitude.AutoSize = True Me.lblAltitude.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.lblAltitude.Location = New System.Drawing.Point(10, 130) + Me.lblAltitude.Location = New System.Drawing.Point(10, 172) Me.lblAltitude.Name = "lblAltitude" Me.lblAltitude.Size = New System.Drawing.Size(45, 13) Me.lblAltitude.TabIndex = 2 @@ -162,6 +166,8 @@ Partial Class DlgDefineClimaticData ' 'grpStation ' + Me.grpStation.Controls.Add(Me.lblDiscrit) + Me.grpStation.Controls.Add(Me.ucrReceiverDiscrit) Me.grpStation.Controls.Add(Me.lblLongitude) Me.grpStation.Controls.Add(Me.lblLatitude) Me.grpStation.Controls.Add(Me.lblAltitude) @@ -170,14 +176,37 @@ Partial Class DlgDefineClimaticData Me.grpStation.Controls.Add(Me.ucrReceiverLongitude) Me.grpStation.Controls.Add(Me.ucrReceiverLatitude) Me.grpStation.Controls.Add(Me.ucrReceiverAltitude) - Me.grpStation.Location = New System.Drawing.Point(242, 234) + Me.grpStation.Location = New System.Drawing.Point(242, 211) Me.grpStation.Name = "grpStation" - Me.grpStation.Size = New System.Drawing.Size(126, 173) + Me.grpStation.Size = New System.Drawing.Size(126, 216) Me.grpStation.TabIndex = 14 Me.grpStation.TabStop = False Me.grpStation.Tag = "" Me.grpStation.Text = "Station" ' + 'lblDiscrit + ' + Me.lblDiscrit.AutoSize = True + Me.lblDiscrit.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDiscrit.Location = New System.Drawing.Point(10, 57) + Me.lblDiscrit.Name = "lblDiscrit" + Me.lblDiscrit.Size = New System.Drawing.Size(40, 13) + Me.lblDiscrit.TabIndex = 10 + Me.lblDiscrit.Text = "district:" + ' + 'ucrReceiverDiscrit + ' + Me.ucrReceiverDiscrit.AutoSize = True + Me.ucrReceiverDiscrit.frmParent = Me + Me.ucrReceiverDiscrit.Location = New System.Drawing.Point(10, 72) + Me.ucrReceiverDiscrit.Margin = New System.Windows.Forms.Padding(0) + Me.ucrReceiverDiscrit.Name = "ucrReceiverDiscrit" + Me.ucrReceiverDiscrit.Selector = Nothing + Me.ucrReceiverDiscrit.Size = New System.Drawing.Size(100, 20) + Me.ucrReceiverDiscrit.strNcFilePath = "" + Me.ucrReceiverDiscrit.TabIndex = 11 + Me.ucrReceiverDiscrit.ucrSelector = Nothing + ' 'ucrReceiverStation ' Me.ucrReceiverStation.AutoSize = True @@ -195,7 +224,7 @@ Partial Class DlgDefineClimaticData ' Me.ucrReceiverLongitude.AutoSize = True Me.ucrReceiverLongitude.frmParent = Me - Me.ucrReceiverLongitude.Location = New System.Drawing.Point(10, 106) + Me.ucrReceiverLongitude.Location = New System.Drawing.Point(10, 148) Me.ucrReceiverLongitude.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLongitude.Name = "ucrReceiverLongitude" Me.ucrReceiverLongitude.Selector = Nothing @@ -208,7 +237,7 @@ Partial Class DlgDefineClimaticData ' Me.ucrReceiverLatitude.AutoSize = True Me.ucrReceiverLatitude.frmParent = Me - Me.ucrReceiverLatitude.Location = New System.Drawing.Point(10, 68) + Me.ucrReceiverLatitude.Location = New System.Drawing.Point(10, 110) Me.ucrReceiverLatitude.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLatitude.Name = "ucrReceiverLatitude" Me.ucrReceiverLatitude.Selector = Nothing @@ -221,7 +250,7 @@ Partial Class DlgDefineClimaticData ' Me.ucrReceiverAltitude.AutoSize = True Me.ucrReceiverAltitude.frmParent = Me - Me.ucrReceiverAltitude.Location = New System.Drawing.Point(10, 145) + Me.ucrReceiverAltitude.Location = New System.Drawing.Point(10, 187) Me.ucrReceiverAltitude.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverAltitude.Name = "ucrReceiverAltitude" Me.ucrReceiverAltitude.Selector = Nothing @@ -359,7 +388,7 @@ Partial Class DlgDefineClimaticData ' Me.Label1.AutoSize = True Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.Label1.Location = New System.Drawing.Point(9, 93) + Me.Label1.Location = New System.Drawing.Point(9, 135) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(57, 13) Me.Label1.TabIndex = 6 @@ -369,7 +398,7 @@ Partial Class DlgDefineClimaticData ' Me.Label2.AutoSize = True Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.Label2.Location = New System.Drawing.Point(9, 55) + Me.Label2.Location = New System.Drawing.Point(9, 97) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(48, 13) Me.Label2.TabIndex = 4 @@ -379,7 +408,7 @@ Partial Class DlgDefineClimaticData ' Me.Label3.AutoSize = True Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.Label3.Location = New System.Drawing.Point(9, 132) + Me.Label3.Location = New System.Drawing.Point(9, 176) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(45, 13) Me.Label3.TabIndex = 2 @@ -389,7 +418,7 @@ Partial Class DlgDefineClimaticData ' Me.Label4.AutoSize = True Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl - Me.Label4.Location = New System.Drawing.Point(9, 16) + Me.Label4.Location = New System.Drawing.Point(9, 20) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(38, 13) Me.Label4.TabIndex = 0 @@ -397,6 +426,8 @@ Partial Class DlgDefineClimaticData ' 'grpMeta ' + Me.grpMeta.Controls.Add(Me.lblDiscritMeta) + Me.grpMeta.Controls.Add(Me.ucrReceiverDiscritMeta) Me.grpMeta.Controls.Add(Me.Label1) Me.grpMeta.Controls.Add(Me.Label2) Me.grpMeta.Controls.Add(Me.Label3) @@ -405,19 +436,42 @@ Partial Class DlgDefineClimaticData Me.grpMeta.Controls.Add(Me.ucrReceiverLonMeta) Me.grpMeta.Controls.Add(Me.ucrReceiverLatMeta) Me.grpMeta.Controls.Add(Me.ucrReceiverAltMeta) - Me.grpMeta.Location = New System.Drawing.Point(242, 234) + Me.grpMeta.Location = New System.Drawing.Point(242, 211) Me.grpMeta.Name = "grpMeta" - Me.grpMeta.Size = New System.Drawing.Size(112, 173) + Me.grpMeta.Size = New System.Drawing.Size(112, 216) Me.grpMeta.TabIndex = 22 Me.grpMeta.TabStop = False Me.grpMeta.Tag = "" Me.grpMeta.Text = "Station" ' + 'lblDiscritMeta + ' + Me.lblDiscritMeta.AutoSize = True + Me.lblDiscritMeta.ImeMode = System.Windows.Forms.ImeMode.NoControl + Me.lblDiscritMeta.Location = New System.Drawing.Point(9, 58) + Me.lblDiscritMeta.Name = "lblDiscritMeta" + Me.lblDiscritMeta.Size = New System.Drawing.Size(40, 13) + Me.lblDiscritMeta.TabIndex = 12 + Me.lblDiscritMeta.Text = "district:" + ' + 'ucrReceiverDiscritMeta + ' + Me.ucrReceiverDiscritMeta.AutoSize = True + Me.ucrReceiverDiscritMeta.frmParent = Me + Me.ucrReceiverDiscritMeta.Location = New System.Drawing.Point(11, 73) + Me.ucrReceiverDiscritMeta.Margin = New System.Windows.Forms.Padding(0) + Me.ucrReceiverDiscritMeta.Name = "ucrReceiverDiscritMeta" + Me.ucrReceiverDiscritMeta.Selector = Nothing + Me.ucrReceiverDiscritMeta.Size = New System.Drawing.Size(93, 20) + Me.ucrReceiverDiscritMeta.strNcFilePath = "" + Me.ucrReceiverDiscritMeta.TabIndex = 13 + Me.ucrReceiverDiscritMeta.ucrSelector = Nothing + ' 'ucrReceiverStationMeta ' Me.ucrReceiverStationMeta.AutoSize = True Me.ucrReceiverStationMeta.frmParent = Me - Me.ucrReceiverStationMeta.Location = New System.Drawing.Point(11, 31) + Me.ucrReceiverStationMeta.Location = New System.Drawing.Point(11, 33) Me.ucrReceiverStationMeta.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverStationMeta.Name = "ucrReceiverStationMeta" Me.ucrReceiverStationMeta.Selector = Nothing @@ -430,7 +484,7 @@ Partial Class DlgDefineClimaticData ' Me.ucrReceiverLonMeta.AutoSize = True Me.ucrReceiverLonMeta.frmParent = Me - Me.ucrReceiverLonMeta.Location = New System.Drawing.Point(9, 108) + Me.ucrReceiverLonMeta.Location = New System.Drawing.Point(9, 150) Me.ucrReceiverLonMeta.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLonMeta.Name = "ucrReceiverLonMeta" Me.ucrReceiverLonMeta.Selector = Nothing @@ -443,7 +497,7 @@ Partial Class DlgDefineClimaticData ' Me.ucrReceiverLatMeta.AutoSize = True Me.ucrReceiverLatMeta.frmParent = Me - Me.ucrReceiverLatMeta.Location = New System.Drawing.Point(9, 70) + Me.ucrReceiverLatMeta.Location = New System.Drawing.Point(9, 112) Me.ucrReceiverLatMeta.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverLatMeta.Name = "ucrReceiverLatMeta" Me.ucrReceiverLatMeta.Selector = Nothing @@ -456,7 +510,7 @@ Partial Class DlgDefineClimaticData ' Me.ucrReceiverAltMeta.AutoSize = True Me.ucrReceiverAltMeta.frmParent = Me - Me.ucrReceiverAltMeta.Location = New System.Drawing.Point(9, 147) + Me.ucrReceiverAltMeta.Location = New System.Drawing.Point(9, 191) Me.ucrReceiverAltMeta.Margin = New System.Windows.Forms.Padding(0) Me.ucrReceiverAltMeta.Name = "ucrReceiverAltMeta" Me.ucrReceiverAltMeta.Selector = Nothing @@ -871,4 +925,8 @@ Partial Class DlgDefineClimaticData Friend WithEvents ucrReceiverLongitude As ucrReceiverSingle Friend WithEvents ucrReceiverLatitude As ucrReceiverSingle Friend WithEvents ucrReceiverAltitude As ucrReceiverSingle + Friend WithEvents lblDiscritMeta As Label + Friend WithEvents ucrReceiverDiscritMeta As ucrReceiverSingle + Friend WithEvents lblDiscrit As Label + Friend WithEvents ucrReceiverDiscrit As ucrReceiverSingle End Class diff --git a/instat/DlgDefineClimaticData.vb b/instat/DlgDefineClimaticData.vb index f5eca3cef4..5055c7d8a0 100644 --- a/instat/DlgDefineClimaticData.vb +++ b/instat/DlgDefineClimaticData.vb @@ -50,30 +50,31 @@ Public Class DlgDefineClimaticData Dim kvpRain As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("rain", {"rain", "prec", "rr", "prcp"}.ToList()) Dim kvpDate As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("date", {"date", "record"}.ToList()) Dim kvpStation As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("station", {"station", "id", "name"}.ToList()) + Dim kvpDistrict As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("district", {"district", "country", "countries"}.ToList()) Dim kvpAltitude As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("alt", {"alt", "altitude", "elevation", "elev"}.ToList()) Dim kvpLongitude As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("lon", {"lon", "lont", "longitude"}.ToList()) Dim kvpLatitude As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("lat", {"lat", "latitude"}.ToList()) - Dim kvpCloudCover As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("cloud_cover", {"cloud"}.ToList()) + Dim kvpCloudCover As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("cloud_cover", {"cloud", "cldtot"}.ToList()) Dim kvpTempMax As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("temp_max", {"tmax", "tx", "tempmax", "tmp_max", "tmpmax"}.ToList()) Dim kvpTempMin As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("temp_min", {"tmin", "tn", "tempmin", "tmp_min", "tmpmin"}.ToList()) - Dim kvpRadiation As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("radiation", {"radiation", "rad"}.ToList()) - Dim kvpSunshineHours As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("sunshine_hours", {"sunshine", "sunh", "sunhrs"}.ToList()) - Dim kvpWindDirection As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("wind_direction", {"winddirection"}.ToList()) - Dim kvpWindSpeed As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("wind_speed", {"windspeed"}.ToList()) + Dim kvpRadiation As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("radiation", {"radiation", "rad", "radgls", "radsky", "radres", "radnaw", "raddwn", "radup", "raddsl"}.ToList()) + Dim kvpSunshineHours As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("sunshine_hours", {"sunshine", "sunh", "sunhrs", "sun"}.ToList()) + Dim kvpWindDirection As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("wind_direction", {"winddirection", "pkgstd"}.ToList()) + Dim kvpWindSpeed As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("wind_speed", {"windspeed", "wndspd", "pkgust", "pkgstd", "wndmil"}.ToList()) Dim kvpYear As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("year", {"year"}.ToList()) Dim kvpMonth As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("month", {"month"}.ToList()) Dim kvpDay As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("day", {"day"}.ToList()) Dim kvpDOY As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("doy", {"doy", "doy_366"}.ToList()) - Dim kvpMinRH As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("hum_min", {"minhum", "hmin", "hn"}.ToList()) - Dim kvpMaxRH As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("hum_max", {"maxhum", "hmax", "hx"}.ToList()) + Dim kvpMinRH As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("hum_min", {"minhum", "hmin", "hn", "rhmin"}.ToList()) + Dim kvpMaxRH As KeyValuePair(Of String, List(Of String)) = New KeyValuePair(Of String, List(Of String))("hum_max", {"maxhum", "hmax", "hx", "rhmax"}.ToList()) - lstRecognisedTypes.AddRange({kvpRain, kvpCloudCover, kvpTempMax, kvpTempMin, kvpRadiation, kvpSunshineHours, kvpStation, kvpAltitude, kvpLatitude, kvpLongitude, + lstRecognisedTypes.AddRange({kvpRain, kvpDistrict, kvpCloudCover, kvpTempMax, kvpTempMin, kvpRadiation, kvpSunshineHours, kvpStation, kvpAltitude, kvpLatitude, kvpLongitude, kvpWindDirection, kvpWindSpeed, kvpYear, kvpMonth, kvpDay, kvpDOY, kvpDate, kvpMinRH, kvpMaxRH}) - lstNewRecognisedTypes.AddRange({kvpStation, kvpAltitude, kvpLatitude, kvpLongitude}) + lstNewRecognisedTypes.AddRange({kvpStation, kvpDistrict, kvpAltitude, kvpLatitude, kvpLongitude}) lstReceivers.AddRange({ucrReceiverCloudCover, ucrReceiverDay, ucrReceiverMaxTemp, ucrReceiverMinTemp, ucrReceiverMonth, ucrReceiverRadiation, - ucrReceiverRain, ucrReceiverStation, ucrReceiverAltitude, ucrReceiverLatitude, ucrReceiverLongitude, ucrReceiverSunshine, + ucrReceiverRain, ucrReceiverStation, ucrReceiverAltitude, ucrReceiverLatitude, ucrReceiverLongitude, ucrReceiverSunshine, ucrReceiverDiscrit, ucrReceiverWindDirection, ucrReceiverWindSpeed, ucrReceiverYear, ucrReceiverDOY, ucrReceiverDate, ucrReceiverMinRH, ucrReceiverMaxRH}) - lstNewReceivers.AddRange({ucrReceiverStationMeta, ucrReceiverAltMeta, ucrReceiverLatMeta, ucrReceiverLonMeta}) + lstNewReceivers.AddRange({ucrReceiverStationMeta, ucrReceiverAltMeta, ucrReceiverLatMeta, ucrReceiverLonMeta, ucrReceiverDiscritMeta}) ucrSelectorDefineClimaticData.SetParameter(New RParameter("data_name", 0)) ucrSelectorDefineClimaticData.SetParameterIsString() @@ -86,6 +87,8 @@ Public Class DlgDefineClimaticData ucrReceiverLongitude.Tag = "lon" ucrReceiverLatitude.Tag = "lat" ucrReceiverStationMeta.Tag = "station" + ucrReceiverDiscritMeta.Tag = "district" + ucrReceiverDiscrit.Tag = "district" ucrReceiverAltMeta.Tag = "alt" ucrReceiverLonMeta.Tag = "lon" ucrReceiverLatMeta.Tag = "lat" @@ -385,7 +388,7 @@ Public Class DlgDefineClimaticData TestOKEnabled() End Sub - Private Sub ucrChkLinkedMetaData_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrChkLinkedMetaData.ControlValueChanged, ucrReceiverAltMeta.ControlValueChanged, ucrReceiverLatMeta.ControlValueChanged, ucrReceiverLonMeta.ControlValueChanged, ucrReceiverStationMeta.ControlValueChanged + Private Sub ucrChkLinkedMetaData_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrChkLinkedMetaData.ControlValueChanged, ucrReceiverAltMeta.ControlValueChanged, ucrReceiverLatMeta.ControlValueChanged, ucrReceiverLonMeta.ControlValueChanged, ucrReceiverStationMeta.ControlValueChanged, ucrReceiverDiscritMeta.ControlValueChanged If ucrChkLinkedMetaData.Checked Then ucrSelectorLinkedDataFrame.Visible = True grpMeta.Visible = True diff --git a/instat/static/InstatObject/R/InstallPackages.R b/instat/static/InstatObject/R/InstallPackages.R index 6b8ccf7f91..b6df627c6d 100644 --- a/instat/static/InstatObject/R/InstallPackages.R +++ b/instat/static/InstatObject/R/InstallPackages.R @@ -14,145 +14,103 @@ install.packages("XML", dependencies = FALSE, repos='http://cran.us.r-project.or # Packages including dependencies # Generated from install_packages.R, do not edit manually! # Above packages taken out -packs <- c("abind", "agricolae", "agridat", - "agriTutorial", "AlgDesign", "animation", "anytime", - "apsimx", "arm", "arrangements", "ash", - "askpass", "assertthat", "automap", "backports", - "base64enc", "BayesFactor", "bayesplot", "bayestestR", - "BH", "bigD", "bit", "bit64", "bitops", - "blob", "boot", "brew", "brio", "broom", - "bslib", "ca", "cachem", "callr", "candisc", - "car", "carData", "caret", "cellranger", - "CGPfunctions", "changepoint", "checkmate", - "chillR", "chron", "circlize", "CircStats", - "circular", "class", "classInt", "cli", - "clifro", "climdex.pcic", "clipr", "clock", - "clue", "cluster", "cmsaf", "cmsafops", - "cmsafvis", "coda", "codetools", "coin", - "collapse", "colorRamps", "colorspace", "colourpicker", - "combinat", "commonmark", "conf.design", "confintr", - "contfrac", "corrplot", "corrr", "countrycode", - "cowplot", "cpp11", "crayon", "credentials", - "crosstalk", "cubature", "curl", "DAAG", - "dae", "data.table", "datasauRus", "datawizard", - "date", "DBI", "deldir", "dendextend", - "DEoptimR", "desc", "DescTools", "deSolve", - "desplot", "devtools", "diagram", "diffobj", - "digest", "distillery", "distributional", "dotCall64", - "downlit", "dplyr", "dslabs", "DT", "dtw", - "dygraphs", "e1071", "ecmwfr", "effectsize", - "ellipse", "ellipsis", "elliptic", "emmeans", - "EnvStats", "estimability", "evaluate", "Evapotranspiration", - "Exact", "exactRankTests", "expm", "extraDistr", - "extrafont", "extrafontdb", "extRemes", "factoextra", - "FactoMineR", "fansi", "faraway", "farver", - "fastDummies", "fastmap", "fields", "filelock", - "fitdistrplus", "fivethirtyeight", "flashClust", - "FNN", "fontawesome", "forcats", "foreach", - "forecast", "foreign", "formattable", "formula.tools", - "Formula", "fracdiff", "fs", "future.apply", - "future", "gapminder", "gclus", "gcookbook", - "generics", "GenSA", "geomtextpath", "geosphere", - "gert", "getPass", "GGally", "ggalt", - "ggeffects", "ggfittext", "ggforce", "ggformula", - "ggfortify", "ggmosaic", "ggplot2", "ggplotify", - "ggpmisc", "ggpp", "ggpubr", "ggrepel", - "ggridges", "ggsci", "ggside", "ggsignif", - "ggstance", "ggtext", "ggthemes", "ggwordcloud", - "gh", "gitcreds", "gld", "GlobalOptions", - "globals", "glue", "gmp", "gnm", "goftest", - "gower", "gridExtra", "gridGraphics", "gridtext", - "gstat", "gt", "gtable", "gtExtras", - "gtools", "hardhat", "haven", "heplots", - "here", "hexbin", "HH", "highr", "HistData", - "Hmisc", "hms", "htmlTable", "htmltools", - "htmlwidgets", "httpuv", "httr", "httr2", - "hydroGOF", "hydroTSM", "hypergeo", "igraph", - "imputeTS", "infer", "ini", "inline", - "insight", "interp", "intervals", "inum", - "ipred", "ISLR", "isoband", "iterators", - "janeaustenr", "janitor", "jpeg", "jquerylib", - "jsonlite", "juicyjuice", "Kendall", "KernSmooth", - "keyring", "klaR", "knitr", "labeling", - "labelled", "Lahman", "later", "lattice", - "latticeExtra", "lava", "lazyeval", "leaps", - "lemon", "libcoin", "lifecycle", "listenv", - "lme4", "lmerTest", "lmodel2", "lmom", - "lmomco", "Lmoments", "lmtest", "loo", - "lubridate", "lwgeom", "magick", "magrittr", - "mapdata", "mapproj", "maps", "maptools", - "markdown", "MASS", "Matrix", "MatrixModels", - "matrixStats", "mc2d", "memoise", "metR", - "mgcv", "mice", "miceadds", "mime", "miniUI", - "minqa", "mitools", "MKdescr", "MKinfer", - "mlbench", "modeldata", "ModelMetrics", "modelr", - "modeltools", "moderndive", "mosaic", "mosaicCore", - "mosaicData", "multcomp", "multcompView", "munsell", - "mvtnorm", "ncdf4.helpers", "ncdf4", "nlme", - "nloptr", "nnet", "nortest", "numDeriv", - "nycflights13", "openair", "openssl", "openxlsx", - "operator.tools", "paletteer", "parallelly", - "parameters", "partykit", "patchwork", "pbapply", - "pbkrtest", "pbs", "PCICt", "performance", - "pillar", "pingr", "pkgbuild", "pkgconfig", - "pkgdown", "pkgload", "plogr", "plotly", - "plotrix", "pls", "plyr", "png", "polyclip", - "polynom", "posterior", "praise", "prediction", - "prettyunits", "primes", "prismatic", "pROC", - "processx", "prodlim", "productplots", "profvis", - "progress", "progressr", "proj4", "promises", - "proxy", "ps", "purrr", "qap", "quadprog", - "quantmod", "quantreg", "questionr", "qvcalc", - "R.cache", "R.methodsS3", "R.oo", "R.utils", - "R6", "ragg", "rainfarmr", "rappdirs", - "raster", "rasterVis", "rbibutils", "rcmdcheck", - "RColorBrewer", "rcorpora", "Rcpp", "RcppArmadillo", - "RcppEigen", "RcppParallel", "RcppRoll", "RCurl", - "Rdpack", "readODS", "readr", "readxl", - "recipes", "registry", "relimp", "rematch", - "rematch2", "remotes", "repr", "reshape", - "reshape2", "rio", "rje", "rlang", "rmarkdown", - "RMAWGEN", "Rmpfr", - #"RMySQL", - "robustbase", - "rootSolve", "roxygen2", "rpart", "rpivotTable", - "rprojroot", "rrefine", "RSQLite", "rstan", - "rstanarm", "rstantools", "rstatix", "rstudioapi", - "rtf", "Rttf2pt1", "rversions", "rvest", - "rworldmap", "rworldxtra", "s2", "sandwich", - "sass", "scales", "scatterplot3d", "SearchTrees", - "segmented", "selectr", "seriation", "sessioninfo", - "sf", "sftime", "shades", "shape", "shiny", - "shinyFiles", "shinyjs", "shinystan", "shinythemes", - "shinyWidgets", "sjlabelled", "sjmisc", "sjPlot", - "sjstats", "skimr", "snakecase", "SnowballC", - "sodium", "sourcetools", "sp", "spacetime", - "spam", "SparseM", "SPEI", "splines2", - "splus2R", "SQUAREM", "StanHeaders", "stars", - "statip", "statquotes", "statsr", "stinepack", - "stringdist", - #"stringi", +packs <- c("abind", "agricolae", "agridat", "agriTutorial", + "AlgDesign", "apsimx", "arm", "arrangements", "ash", "askpass", + "assertthat", "backports", "base64enc", "BayesFactor", "bayesplot", + "bayestestR", "BH", "bigD", "bit", "bit64", "bitops", "blob", + "boot", "brew", "brio", "broom", "bslib", "ca", "cachem", "callr", + "candisc", "car", "carData", "caret", "cellranger", "CGPfunctions", + "changepoint", "checkmate", "chillR", "chron", "circlize", "CircStats", + "circular", "class", "classInt", "cli", "clifro", "clipr", "clock", + "clue", "cluster", "cmsaf", "cmsafops", "cmsafvis", "coda", "codetools", + "coin", "collapse", "colorRamps", "colorspace", "colourpicker", + "commonmark", "conf.design", "confintr", "contfrac", "corrplot", + "corrr", "countrycode", "cowplot", "cpp11", "crayon", "credentials", + "crosstalk", "cubature", "curl", "DAAG", "dae", "data.table", + "datasauRus", "datawizard", "date", "DBI", "deldir", "dendextend", + "DEoptimR", "Deriv", "desc", "DescTools", "deSolve", "desplot", + "devtools", "diagram", "diffobj", "digest", "distillery", "distributional", + "doBy", "dotCall64", "downlit", "dplyr", "dslabs", "DT", "dtw", + "dygraphs", "e1071", "ecmwfr", "effectsize", "ellipse", "ellipsis", + "elliptic", "emmeans", "EnvStats", "estimability", "evaluate", + "Evapotranspiration", "Exact", "exactRankTests", "expm", "extraDistr", + "extrafont", "extrafontdb", "extRemes", "factoextra", "FactoMineR", + "fansi", "faraway", "farver", "fastDummies", "fastmap", "fields", + "filelock", "fitdistrplus", "fivethirtyeight", "flashClust", + "FNN", "fontawesome", "forcats", "foreach", "forecast", "foreign", + "formattable", "formula.tools", "Formula", "fracdiff", "fs", + "future.apply", "future", "gapminder", "gclus", "gcookbook", + "generics", "GenSA", "geomtextpath", "geosphere", "gert", "getPass", + "GGally", "ggalt", "ggeffects", "ggfittext", "ggformula", "ggfortify", + "ggmosaic", "ggplot2", "ggplotify", "ggpmisc", "ggpp", "ggpubr", + "ggrepel", "ggridges", "ggsci", "ggside", "ggsignif", "ggstats", + "ggtext", "ggthemes", "ggwordcloud", "gh", "gitcreds", "gld", + "glmnet", "GlobalOptions", "globals", "glue", "gmp", "gnm", "goftest", + "gower", "gridExtra", "gridGraphics", "gridtext", "gt", "gtable", + "gtExtras", "gtools", "hardhat", "haven", "heplots", "here", + "hexbin", "HH", "highr", "HistData", "Hmisc", "hms", "htmlTable", + "htmltools", "htmlwidgets", "httpuv", "httr", "httr2", "hydroGOF", + "hydroTSM", "hypergeo", "igraph", "imputeTS", "infer", "ini", + "inline", "insight", "interp", "inum", "ipred", "ISLR", "isoband", + "iterators", "janeaustenr", "janitor", "jomo", "jpeg", "jquerylib", + "jsonlite", "juicyjuice", "Kendall", "KernSmooth", "keyring", + "knitr", "labeling", "labelled", "Lahman", "later", "lattice", + "latticeExtra", "lava", "lazyeval", "leaps", "lemon", "libcoin", + "lifecycle", "listenv", "lme4", "lmerTest", "lmodel2", "lmom", + "lmomco", "Lmoments", "lmtest", "loo", "lubridate", "magrittr", + "mapdata", "mapproj", "maps", "markdown", "MASS", "Matrix", "MatrixModels", + "matrixStats", "mc2d", "memoise", "metR", "mgcv", "mice", "miceadds", + "microbenchmark", "mime", "miniUI", "minqa", "minty", "mitml", + "mitools", "MKdescr", "MKinfer", "mlbench", "modeldata", "ModelMetrics", + "modelr", "modeltools", "moderndive", "mosaic", "mosaicCore", + "mosaicData", "multcomp", "multcompView", "munsell", "mvtnorm", + "ncdf4.helpers", "ncdf4", "nlme", "nloptr", "nnet", "nortest", + "numDeriv", "nycflights13", "openair", "openssl", "openxlsx", + "operator.tools", "ordinal", "paletteer", "pan", "parallelly", + "parameters", "partykit", "patchwork", "pbapply", "pbkrtest", + "pbs", "PCICt", "performance", "permute", "pillar", "pingr", + "pkgbuild", "pkgconfig", "pkgdown", "pkgload", "plogr", "plotly", + "plotrix", "pls", "plyr", "png", "polynom", "posterior", "praise", + "prediction", "prettyunits", "primes", "prismatic", "pROC", "processx", + "prodlim", "productplots", "profvis", "progress", "progressr", + "proj4", "promises", "proxy", "ps", "purrr", "qap", "quadprog", + "quantmod", "quantreg", "questionr", "QuickJSR", "qvcalc", "R.cache", + "R.methodsS3", "R.oo", "R.utils", "R6", "ragg", "rainfarmr", + "rappdirs", "raster", "rasterVis", "rbibutils", "rcmdcheck", + "RColorBrewer", "rcorpora", "Rcpp", "RcppArmadillo", "RcppEigen", + "RcppParallel", "RcppRoll", "RCurl", "Rdpack", "reactable", "reactR", + "readODS", "readr", "readxl", "recipes", "registry", "relimp", + "rematch", "rematch2", "remotes", "repr", "reshape", "reshape2", + "rgl", "rio", "rje", "rlang", "rmarkdown", "RMAWGEN", "Rmpfr", + #"RMySQL", + "robustbase", "rootSolve", "roxygen2", "rpart", "rpivotTable", + "rprojroot", "rrefine", "RSQLite", "rstan", "rstanarm", "rstantools", + "rstatix", "rstudioapi", "rtf", "Rttf2pt1", "rversions", "rvest", + "rworldmap", "rworldxtra", "s2", "sandwich", "sass", "scales", + "scatterplot3d", "SearchTrees", "segmented", "selectr", "seriation", + "sessioninfo", "sf", "shades", "shape", "shiny", "shinyFiles", + "shinyjs", "shinystan", "shinythemes", "shinyWidgets", "sjlabelled", + "sjmisc", "sjPlot", "sjstats", "skimr", "snakecase", "SnowballC", + "sodium", "sourcetools", "sp", "spam", "SparseM", "SPEI", "splines2", + "splus2R", "SQUAREM", "StanHeaders", "statip", "statquotes", + "statsr", "stinepack", "stringdist", + #"stringi", #"stringr", "strucchange", - "styler", "survival", "svglite", "sys", - "systemfonts", "tensorA", - #"terra", - "testthat", - "texmex", "textshaping", "TH.data", "threejs", - "tibble", "tidyr", "tidyselect", "tidytext", - "timechange", "timeDate", "tinytex", "TLMoments", - "tokenizers", "treemapify", "trend", "tseries", - "TSP", "TTR", "tweenr", "tzdb", "units", - "urca", "urlchecker", "usethis", "utf8", - "uuid", "V8", "vars", "vcd", "vcdExtra", - "vctrs", "verification", "viridis", "viridisLite", - "visdat", "visreg", "vroom", "waffle", - "wakefield", "waldo", "weathermetrics", "whisker", - "withr", "wk", "wordcloud", "xfun", + "styler", "survival", "svglite", "sys", "systemfonts", "tensorA", + #"terra", + "testthat", "texmex", "textshaping", "TH.data", "threejs", + "tibble", "tidyr", "tidyselect", "tidytext", "timechange", "timeDate", + "tinytex", "TLMoments", "tokenizers", "treemapify", "trend", + "tryCatchLog", "tseries", "TSP", "TTR", "tzdb", "ucminf", "units", + "urca", "urlchecker", "usethis", "utf8", "V8", "vars", "vcd", + "vcdExtra", "vctrs", "vegan", "verification", "viridis", "viridisLite", + "visdat", "visreg", "vroom", "waffle", "wakefield", "waldo", + "weathermetrics", "whisker", "withr", "wk", "wordcloud", "writexl", + "xfun", #"XML", - "xml2", "xopen", "xtable", "xts", "yaml", - "yulab.utils", "zip", "zoo", "Zseq", - "zyp") + "xml2", "xopen", "xtable", "xts", "yaml", "yulab.utils", + "zip", "zoo", "Zseq", "zyp") install.packages(packs, dependencies = FALSE, repos='https://cloud.r-project.org', type="win.binary") diff --git a/instat/static/InstatObject/R/Rsetup.R b/instat/static/InstatObject/R/Rsetup.R index 3d93cfdecf..63a20ccb34 100644 --- a/instat/static/InstatObject/R/Rsetup.R +++ b/instat/static/InstatObject/R/Rsetup.R @@ -1,136 +1,95 @@ # Packages including dependencies # Generated from install_packages.R, do not edit manually! -packs <- c("abind", "agricolae", "agridat", - "agriTutorial", "AlgDesign", "animation", "anytime", - "apsimx", "arm", "arrangements", "ash", - "askpass", "assertthat", "automap", "backports", - "base64enc", "BayesFactor", "bayesplot", "bayestestR", - "BH", "bigD", "bit", "bit64", "bitops", - "blob", "boot", "brew", "brio", "broom", - "bslib", "ca", "cachem", "callr", "candisc", - "car", "carData", "caret", "cellranger", - "CGPfunctions", "changepoint", "checkmate", - "chillR", "chron", "circlize", "CircStats", - "circular", "class", "classInt", "cli", - "clifro", "climdex.pcic", "clipr", "clock", - "clue", "cluster", "cmsaf", "cmsafops", - "cmsafvis", "coda", "codetools", "coin", - "collapse", "colorRamps", "colorspace", "colourpicker", - "combinat", "commonmark", "conf.design", "confintr", - "contfrac", "corrplot", "corrr", "countrycode", - "cowplot", "cpp11", "crayon", "credentials", - "crosstalk", "cubature", "curl", "DAAG", - "dae", "data.table", "datasauRus", "datawizard", - "date", "DBI", "deldir", "dendextend", - "DEoptimR", "desc", "DescTools", "deSolve", - "desplot", "devtools", "diagram", "diffobj", - "digest", "distillery", "distributional", "dotCall64", - "downlit", "dplyr", "dslabs", "DT", "dtw", - "dygraphs", "e1071", "ecmwfr", "effectsize", - "ellipse", "ellipsis", "elliptic", "emmeans", - "EnvStats", "estimability", "evaluate", "Evapotranspiration", - "Exact", "exactRankTests", "expm", "extraDistr", - "extrafont", "extrafontdb", "extRemes", "factoextra", - "FactoMineR", "fansi", "faraway", "farver", - "fastDummies", "fastmap", "fields", "filelock", - "fitdistrplus", "fivethirtyeight", "flashClust", - "FNN", "fontawesome", "forcats", "foreach", - "forecast", "foreign", "formattable", "formula.tools", - "Formula", "fracdiff", "fs", "future.apply", - "future", "gapminder", "gclus", "gcookbook", - "generics", "GenSA", "geomtextpath", "geosphere", - "gert", "getPass", "GGally", "ggalt", - "ggeffects", "ggfittext", "ggforce", "ggformula", - "ggfortify", "ggmosaic", "ggplot2", "ggplotify", - "ggpmisc", "ggpp", "ggpubr", "ggrepel", - "ggridges", "ggsci", "ggside", "ggsignif", - "ggstance", "ggtext", "ggthemes", "ggwordcloud", - "gh", "gitcreds", "gld", "GlobalOptions", - "globals", "glue", "gmp", "gnm", "goftest", - "gower", "gridExtra", "gridGraphics", "gridtext", - "gstat", "gt", "gtable", "gtExtras", - "gtools", "hardhat", "haven", "heplots", - "here", "hexbin", "HH", "highr", "HistData", - "Hmisc", "hms", "htmlTable", "htmltools", - "htmlwidgets", "httpuv", "httr", "httr2", - "hydroGOF", "hydroTSM", "hypergeo", "igraph", - "imputeTS", "infer", "ini", "inline", - "insight", "interp", "intervals", "inum", - "ipred", "ISLR", "isoband", "iterators", - "janeaustenr", "janitor", "jpeg", "jquerylib", - "jsonlite", "juicyjuice", "Kendall", "KernSmooth", - "keyring", "klaR", "knitr", "labeling", - "labelled", "Lahman", "later", "lattice", - "latticeExtra", "lava", "lazyeval", "leaps", - "lemon", "libcoin", "lifecycle", "listenv", - "lme4", "lmerTest", "lmodel2", "lmom", - "lmomco", "Lmoments", "lmtest", "loo", - "lubridate", "lwgeom", "magick", "magrittr", - "mapdata", "mapproj", "maps", "maptools", - "markdown", "MASS", "Matrix", "MatrixModels", - "matrixStats", "mc2d", "memoise", "metR", - "mgcv", "mice", "miceadds", "mime", "miniUI", - "minqa", "mitools", "MKdescr", "MKinfer", - "mlbench", "modeldata", "ModelMetrics", "modelr", - "modeltools", "moderndive", "mosaic", "mosaicCore", - "mosaicData", "multcomp", "multcompView", "munsell", - "mvtnorm", "ncdf4.helpers", "ncdf4", "nlme", - "nloptr", "nnet", "nortest", "numDeriv", - "nycflights13", "openair", "openssl", "openxlsx", - "operator.tools", "paletteer", "parallelly", - "parameters", "partykit", "patchwork", "pbapply", - "pbkrtest", "pbs", "PCICt", "performance", - "pillar", "pingr", "pkgbuild", "pkgconfig", - "pkgdown", "pkgload", "plogr", "plotly", - "plotrix", "pls", "plyr", "png", "polyclip", - "polynom", "posterior", "praise", "prediction", - "prettyunits", "primes", "prismatic", "pROC", - "processx", "prodlim", "productplots", "profvis", - "progress", "progressr", "proj4", "promises", - "proxy", "ps", "purrr", "qap", "quadprog", - "quantmod", "quantreg", "questionr", "qvcalc", - "R.cache", "R.methodsS3", "R.oo", "R.utils", - "R6", "ragg", "rainfarmr", "rappdirs", - "raster", "rasterVis", "rbibutils", "rcmdcheck", - "RColorBrewer", "rcorpora", "Rcpp", "RcppArmadillo", - "RcppEigen", "RcppParallel", "RcppRoll", "RCurl", - "Rdpack", "readODS", "readr", "readxl", - "recipes", "registry", "relimp", "rematch", - "rematch2", "remotes", "repr", "reshape", - "reshape2", "rio", "rje", "rlang", "rmarkdown", - "RMAWGEN", "Rmpfr", "RMySQL", "robustbase", - "rootSolve", "roxygen2", "rpart", "rpivotTable", - "rprojroot", "rrefine", "RSQLite", "rstan", - "rstanarm", "rstantools", "rstatix", "rstudioapi", - "rtf", "Rttf2pt1", "rversions", "rvest", - "rworldmap", "rworldxtra", "s2", "sandwich", - "sass", "scales", "scatterplot3d", "SearchTrees", - "segmented", "selectr", "seriation", "sessioninfo", - "sf", "sftime", "shades", "shape", "shiny", - "shinyFiles", "shinyjs", "shinystan", "shinythemes", - "shinyWidgets", "sjlabelled", "sjmisc", "sjPlot", - "sjstats", "skimr", "snakecase", "SnowballC", - "sodium", "sourcetools", "sp", "spacetime", - "spam", "SparseM", "SPEI", "splines2", - "splus2R", "SQUAREM", "StanHeaders", "stars", - "statip", "statquotes", "statsr", "stinepack", - "stringdist", "stringi", "stringr", "strucchange", - "styler", "survival", "svglite", "sys", - "systemfonts", "tensorA", "terra", "testthat", - "texmex", "textshaping", "TH.data", "threejs", - "tibble", "tidyr", "tidyselect", "tidytext", - "timechange", "timeDate", "tinytex", "TLMoments", - "tokenizers", "treemapify", "trend", "tseries", - "TSP", "TTR", "tweenr", "tzdb", "units", - "urca", "urlchecker", "usethis", "utf8", - "uuid", "V8", "vars", "vcd", "vcdExtra", - "vctrs", "verification", "viridis", "viridisLite", - "visdat", "visreg", "vroom", "waffle", - "wakefield", "waldo", "weathermetrics", "whisker", - "withr", "wk", "wordcloud", "xfun", "XML", - "xml2", "xopen", "xtable", "xts", "yaml", - "yulab.utils", "zip", "zoo", "Zseq", - "zyp", +packs <- c("abind", "agricolae", "agridat", "agriTutorial", + "AlgDesign", "apsimx", "arm", "arrangements", "ash", "askpass", + "assertthat", "backports", "base64enc", "BayesFactor", "bayesplot", + "bayestestR", "BH", "bigD", "bit", "bit64", "bitops", "blob", + "boot", "brew", "brio", "broom", "bslib", "ca", "cachem", "callr", + "candisc", "car", "carData", "caret", "cellranger", "CGPfunctions", + "changepoint", "checkmate", "chillR", "chron", "circlize", "CircStats", + "circular", "class", "classInt", "cli", "clifro", "clipr", "clock", + "clue", "cluster", "cmsaf", "cmsafops", "cmsafvis", "coda", "codetools", + "coin", "collapse", "colorRamps", "colorspace", "colourpicker", + "commonmark", "conf.design", "confintr", "contfrac", "corrplot", + "corrr", "countrycode", "cowplot", "cpp11", "crayon", "credentials", + "crosstalk", "cubature", "curl", "DAAG", "dae", "data.table", + "datasauRus", "datawizard", "date", "DBI", "deldir", "dendextend", + "DEoptimR", "Deriv", "desc", "DescTools", "deSolve", "desplot", + "devtools", "diagram", "diffobj", "digest", "distillery", "distributional", + "doBy", "dotCall64", "downlit", "dplyr", "dslabs", "DT", "dtw", + "dygraphs", "e1071", "ecmwfr", "effectsize", "ellipse", "ellipsis", + "elliptic", "emmeans", "EnvStats", "estimability", "evaluate", + "Evapotranspiration", "Exact", "exactRankTests", "expm", "extraDistr", + "extrafont", "extrafontdb", "extRemes", "factoextra", "FactoMineR", + "fansi", "faraway", "farver", "fastDummies", "fastmap", "fields", + "filelock", "fitdistrplus", "fivethirtyeight", "flashClust", + "FNN", "fontawesome", "forcats", "foreach", "forecast", "foreign", + "formattable", "formula.tools", "Formula", "fracdiff", "fs", + "future.apply", "future", "gapminder", "gclus", "gcookbook", + "generics", "GenSA", "geomtextpath", "geosphere", "gert", "getPass", + "GGally", "ggalt", "ggeffects", "ggfittext", "ggformula", "ggfortify", + "ggmosaic", "ggplot2", "ggplotify", "ggpmisc", "ggpp", "ggpubr", + "ggrepel", "ggridges", "ggsci", "ggside", "ggsignif", "ggstats", + "ggtext", "ggthemes", "ggwordcloud", "gh", "gitcreds", "gld", + "glmnet", "GlobalOptions", "globals", "glue", "gmp", "gnm", "goftest", + "gower", "gridExtra", "gridGraphics", "gridtext", "gt", "gtable", + "gtExtras", "gtools", "hardhat", "haven", "heplots", "here", + "hexbin", "HH", "highr", "HistData", "Hmisc", "hms", "htmlTable", + "htmltools", "htmlwidgets", "httpuv", "httr", "httr2", "hydroGOF", + "hydroTSM", "hypergeo", "igraph", "imputeTS", "infer", "ini", + "inline", "insight", "interp", "inum", "ipred", "ISLR", "isoband", + "iterators", "janeaustenr", "janitor", "jomo", "jpeg", "jquerylib", + "jsonlite", "juicyjuice", "Kendall", "KernSmooth", "keyring", + "knitr", "labeling", "labelled", "Lahman", "later", "lattice", + "latticeExtra", "lava", "lazyeval", "leaps", "lemon", "libcoin", + "lifecycle", "listenv", "lme4", "lmerTest", "lmodel2", "lmom", + "lmomco", "Lmoments", "lmtest", "loo", "lubridate", "magrittr", + "mapdata", "mapproj", "maps", "markdown", "MASS", "Matrix", "MatrixModels", + "matrixStats", "mc2d", "memoise", "metR", "mgcv", "mice", "miceadds", + "microbenchmark", "mime", "miniUI", "minqa", "minty", "mitml", + "mitools", "MKdescr", "MKinfer", "mlbench", "modeldata", "ModelMetrics", + "modelr", "modeltools", "moderndive", "mosaic", "mosaicCore", + "mosaicData", "multcomp", "multcompView", "munsell", "mvtnorm", + "ncdf4.helpers", "ncdf4", "nlme", "nloptr", "nnet", "nortest", + "numDeriv", "nycflights13", "openair", "openssl", "openxlsx", + "operator.tools", "ordinal", "paletteer", "pan", "parallelly", + "parameters", "partykit", "patchwork", "pbapply", "pbkrtest", + "pbs", "PCICt", "performance", "permute", "pillar", "pingr", + "pkgbuild", "pkgconfig", "pkgdown", "pkgload", "plogr", "plotly", + "plotrix", "pls", "plyr", "png", "polynom", "posterior", "praise", + "prediction", "prettyunits", "primes", "prismatic", "pROC", "processx", + "prodlim", "productplots", "profvis", "progress", "progressr", + "proj4", "promises", "proxy", "ps", "purrr", "qap", "quadprog", + "quantmod", "quantreg", "questionr", "QuickJSR", "qvcalc", "R.cache", + "R.methodsS3", "R.oo", "R.utils", "R6", "ragg", "rainfarmr", + "rappdirs", "raster", "rasterVis", "rbibutils", "rcmdcheck", + "RColorBrewer", "rcorpora", "Rcpp", "RcppArmadillo", "RcppEigen", + "RcppParallel", "RcppRoll", "RCurl", "Rdpack", "reactable", "reactR", + "readODS", "readr", "readxl", "recipes", "registry", "relimp", + "rematch", "rematch2", "remotes", "repr", "reshape", "reshape2", + "rgl", "rio", "rje", "rlang", "rmarkdown", "RMAWGEN", "Rmpfr", + "RMySQL", "robustbase", "rootSolve", "roxygen2", "rpart", "rpivotTable", + "rprojroot", "rrefine", "RSQLite", "rstan", "rstanarm", "rstantools", + "rstatix", "rstudioapi", "rtf", "Rttf2pt1", "rversions", "rvest", + "rworldmap", "rworldxtra", "s2", "sandwich", "sass", "scales", + "scatterplot3d", "SearchTrees", "segmented", "selectr", "seriation", + "sessioninfo", "sf", "shades", "shape", "shiny", "shinyFiles", + "shinyjs", "shinystan", "shinythemes", "shinyWidgets", "sjlabelled", + "sjmisc", "sjPlot", "sjstats", "skimr", "snakecase", "SnowballC", + "sodium", "sourcetools", "sp", "spam", "SparseM", "SPEI", "splines2", + "splus2R", "SQUAREM", "StanHeaders", "statip", "statquotes", + "statsr", "stinepack", "stringdist", "stringi", "stringr", "strucchange", + "styler", "survival", "svglite", "sys", "systemfonts", "tensorA", + "terra", "testthat", "texmex", "textshaping", "TH.data", "threejs", + "tibble", "tidyr", "tidyselect", "tidytext", "timechange", "timeDate", + "tinytex", "TLMoments", "tokenizers", "treemapify", "trend", + "tryCatchLog", "tseries", "TSP", "TTR", "tzdb", "ucminf", "units", + "urca", "urlchecker", "usethis", "utf8", "V8", "vars", "vcd", + "vcdExtra", "vctrs", "vegan", "verification", "viridis", "viridisLite", + "visdat", "visreg", "vroom", "waffle", "wakefield", "waldo", + "weathermetrics", "whisker", "withr", "wk", "wordcloud", "writexl", + "xfun", "XML", "xml2", "xopen", "xtable", "xts", "yaml", "yulab.utils", + "zip", "zoo", "Zseq", "zyp", # mmtable2 package from GitHub added manually to list # install with devtools::install_github("ianmoran11/mmtable2") # aida-package package from GitHub added manually to list @@ -140,128 +99,83 @@ packs <- c("abind", "agricolae", "agridat", "mmtable2", "aida", "CDT" ) -versions <- c("1.4-5", "1.3-5", "1.21", "0.1.5", - "1.2.1", "2.7", "0.3.9", "2.3.1", "1.13-1", - "1.1.9", "1.0-15", "1.1", "0.2.1", "1.1-9", - "1.4.1", "0.1-3", "0.9.12-4.4", "1.10.0", - "0.13.1", "1.81.0-1", "0.2.0", "4.0.5", - "4.0.5", "1.0-7", "1.2.4", "1.3-28.1", - "1.0-8", "1.1.3", "1.0.4", "0.4.2", "0.71.1", - "1.0.7", "3.7.3", "0.8-6", "3.1-2", "3.0-5", - "6.0-94", "1.1.0", "0.6.3", "2.2.4", - "2.1.0", "0.72.8", "2.3-60", "0.4.15", - "0.2-6", "0.4-95", "7.3-21", "0.4-9", - "3.6.1", "3.2-5", "1.1-11", "0.8.0", - "0.6.1", "0.3-64", "2.1.4", "3.4.4", - "1.2.6", "1.1.12", "0.19-4", "0.2-19", - "1.4-2", "1.9.5", "2.3.1", "2.1-0", "1.2.0", - "0.0-8", "1.9.0", "2.0.0", "1.0.0", "1.1-12", - "0.92", "0.4.4", "1.4.0", "1.1.1", "0.4.3", - "1.5.2", "1.3.2", "1.2.0", "2.0.4.6", - "5.0.0", "1.25.4", "3.2.15", "1.14.8", - "0.1.6", "0.7.1", "1.2-42", "1.1.3", - "1.0-6", "1.17.1", "1.0-12", "1.4.2", - "0.99.48", "1.35", "1.10", "2.4.5", "1.6.5", - "0.3.5", "0.6.31", "1.2-1", "0.3.2", - "1.0-2", "0.4.2", "1.1.2", "0.7.4", "0.27", - "1.23-1", "1.1.1.6", "1.7-13", "1.5.0", - "0.8.2", "0.4.5", "0.3.2", "1.4-0", "1.8.5", - "2.7.0", "1.4.1", "0.20", "1.16", "3.2", - "0.8-35", "0.999-7", "1.9.1", "0.19", - "1.0", "2.1-3", "1.0.7", "2.8", "1.0.4", - "1.0.8", "2.1.1", "1.6.3", "1.1.1", "14.1", - "1.0.2", "1.1-8", "0.6.2", "1.01-2", - "1.1.3.2", "0.5.1", "1.0.0", "1.5.2", - "8.21", "0.8-84", "0.2.1", "1.7.1", "1.2-5", - "1.5-2", "1.5.2", "1.10.0", "1.32.0", - "1.0.0", "1.3.2", "2.0", "0.1.3", "1.1.8", - "0.1.1", "1.5-18", "1.9.2", "0.2-2", - "2.1.2", "0.4.0", "1.2.1", "0.10.0", - "0.4.1", "0.10.4", "0.4.16", "0.3.3", - "3.4.2", "0.1.0", "0.5.2", "0.5.2", "0.6.0", - "0.9.3", "0.5.4", "3.0.0", "0.2.2", "0.6.4", - "0.3.6", "0.1.2", "4.2.4", "0.5.0", "1.4.0", - "0.1.2", "2.6.6", "0.1.2", "0.16.2", - "1.6.2", "0.7-1", "1.1-2", "1.2-3", "1.0.1", - "2.3", "0.5-1", "0.1.5", "2.1-1", "0.8.0", - "0.3.3", "0.4.5", "3.9.4", "1.3.0", "2.5.2", - "1.4-2", "1.0.1", "1.28.3", "3.1-49", - "0.10", "0.8-7", "5.0-1", "1.1.3", "2.4.1", - "0.5.5", "1.6.2", "1.6.9", "1.4.5", "0.2.2", - "0.4-0", "0.6-0", "1.2-13", "1.4.2", - "3.3", "1.0.4", "0.3.1", "0.3.19", "0.19.1", - "1.1-4", "0.15.3", "1.0-5", "0.9-14", - "1.4", "0.2.7", "1.0.14", "1.0.0", "2.2.0", - "0.1-10", "0.1.4", "1.8.4", "0.1.0", - "2.2.1", "2.23-20", "1.3.1", "1.7-2", - "1.42", "0.4.2", "2.11.0", "10.0-1", - "1.3.0", "0.21-8", "0.6-30", "1.7.2.1", - "0.2.2", "3.1", "0.4.6", "1.0-9", "1.0.3", - "0.9.0", "1.1-32", "3.1-3", "1.7-3", - "2.9", "2.4.7", "1.3-1", "0.9-40", "2.6.0", - "1.9.2", "0.2-11", "2.7.4", "2.0.3", - "2.3.1", "1.2.11", "3.4.1", "1.1-6", - "1.6", "7.3-58.3", "1.5-4", "0.5-1", - "0.63.0", "0.1-22", "2.0.1", "0.14.0", - "1.8-42", "3.15.0", "3.16-18", "0.12", - "0.1.1.1", "1.2.5", "2.4", "0.8", "1.1", - "2.1-3", "1.1.0", "1.2.2.2", "0.1.11", - "0.2-23", "0.5.5", "1.8.4.2", "0.9.2.1", - "0.20.3", "1.4-23", "0.1-9", "0.5.0", - "1.1-3", "0.3-6", "1.21", "3.1-162", - "2.0.3", "7.3-18", "1.0-4", "2016.8-1.1", - "1.0.2", "2.16-0", "2.0.6", "4.2.5.2", - "1.6.3", "1.5.0", "1.35.0", "0.21.0", - "1.2-20", "1.1.2", "1.7-0", "0.5.2", - "1.1", "0.5-4.4", "0.10.3", "1.9.0", - "2.0.2", "1.4.0", "2.0.3", "2.0.7", "1.3.2", - "0.2.0", "4.10.1", "3.8-2", "2.8-1", - "1.8.8", "0.1-8", "1.10-4", "1.4-1", - "1.4.1", "1.0.0", "0.3.14", "1.1.1", - "1.4.0", "1.1.1", "1.18.0", "3.8.1", - "2023.03.31", "0.1.1", "0.3.7", "1.2.2", - "0.13.0", "1.0-12", "1.2.0.1", "0.4-27", - "1.7.5", "1.0.1", "0.1-2", "1.5-8", "0.4.22", - "5.95", "0.7.8", "1.0.2", "0.16.0", "1.8.2", - "1.25.0", "2.12.2", "2.5.1", "1.2.5", - "0.1", "0.3.3", "3.6-20", "0.51.5", "2.2.13", - "1.4.0", "1.1-3", "2.0.0", "1.0.10", - "0.12.2.0.0", "0.3.3.9.3", "5.1.7", "0.3.0", - "1.98-1.12", "2.4", "1.7.0", "2.1.4", - "1.4.2", "1.0.5", "0.5-1", "1.0-5", "1.0.1", - "2.1.2", "2.4.2", "1.1.6", "0.8.9", "1.4.4", - "0.5.29", "1.12.1", "1.1.0", "2.21", - "1.3.7", "0.9-1", "0.10.25", "0.95-1", - "1.8.2.3", "7.2.3", "4.1.19", "0.3.0", - "2.0.3", "2.1.0", "2.3.1", "2.21.7", - "2.21.4", "2.3.1", "0.7.2", "0.14", "0.4-14.1", - "1.3.12", "2.1.2", "1.0.3", "1.3-6", - "1.01", "1.1.2", "3.0-2", "0.4.5", "1.2.1", - "0.3-43", "0.5.5", "1.6-4", "0.4-2", - "1.4.2", "1.2.2", "1.0-12", "0.2-0", - "1.4.0", "1.4.6", "1.7.4", "0.9.3", "2.1.0", - "2.6.0", "1.2.0", "0.7.6", "1.2.0", "2.8.9", - "2.8.14", "0.18.2", "2.1.5", "0.11.0", - "0.7.0", "1.2.1", "0.1.7-1", "1.6-0", - "1.3-0", "2.9-1", "1.81", "1.8.1", "0.4.8", - "1.3-3", "2021.1", "2.21.0-7", "0.6-1", - "0.2.3", "0.3.1", "0.3.0", "1.4", "0.9.10", - "1.7.12", "1.5.0", "1.5-3", "1.9.1", - "3.5-5", "2.1.1", "3.4.1", "1.0.4", "0.36.2", - "1.7-23", "3.1.7", "2.4.8", "0.3.6", - "1.1-2", "0.3.3", "3.2.1", "1.3.0", "1.2.0", - "0.4.1", "0.2.0", "4022.108", "0.45", - "0.7.5.3", "0.3.0", "2.5.5", "1.1.5", - "0.10-53", "1.2-4", "0.24.3", "2.0.2", - "0.3.0", "0.8-1", "1.3-3", "1.0.1", "2.1.6", - "1.2.3", "1.1-0", "4.3.0", "1.5-9", "1.4-11", - "0.8-4", "0.6.1", "1.42", "0.6.2", "0.4.1", - "0.6.0", "2.7.0", "1.6.1", "0.7.0", "0.3.6", - "0.4.0", "1.2.2", "0.4.1", "2.5.0", "0.7.2", - "2.6", "0.39", "3.99-0.14", "1.3.3", - "1.0.0", "1.8-4", "0.13.1", "2.3.7", - "0.0.6", "2.3.0", "1.8-12", "0.2.1", - "0.11-1", +versions <- c("1.4-8", "1.3-7", "1.23", "0.1.5", "1.2.1.1", "2.8.0", + "1.14-4", "1.1.9", "1.0-15", "1.2.1", "0.2.1", "1.5.0", "0.1-3", + "0.9.12-4.7", "1.11.1", "0.15.0", "1.84.0-0", "0.2.0", "4.5.0", + "4.5.2", "1.0-9", "1.2.4", "1.3-31", "1.0-10", "1.1.5", "1.0.7", + "0.8.0", "0.71.1", "1.1.0", "3.7.6", "0.9.0", "3.1-3", "3.0-5", + "6.0-94", "1.1.0", "0.6.3", "2.2.4", "2.3.2", "0.75", "2.3-61", + "0.4.16", "0.2-6", "0.5-1", "7.3-22", "0.4-10", "3.6.3", "3.2-5", + "0.8.0", "0.7.1", "0.3-65", "2.1.6", "3.5.2", "1.4.0", "1.2.9", + "0.19-4.1", "0.2-20", "1.4-3", "2.0.16", "2.3.4", "2.1-1", "1.3.0", + "1.9.2", "2.0.0", "1.0.2", "1.1-12", "0.95", "0.4.4", "1.6.0", + "1.1.3", "0.5.0", "1.5.3", "2.0.2", "1.2.1", "2.1.1", "5.2.3", + "1.25.6", "3.2.28", "1.16.2", "0.1.8", "0.13.0", "1.2-42", "1.2.3", + "2.0-4", "1.18.1", "1.1-3", "4.1.6", "1.4.3", "0.99.57", "1.40", + "1.10", "2.4.5", "1.6.5", "0.3.5", "0.6.37", "1.2-1", "0.5.0", + "4.6.24", "1.2", "0.4.4", "1.1.4", "0.8.0", "0.33", "1.23-1", + "1.1.1.6", "1.7-16", "2.0.2", "0.8.9", "0.5.0", "0.3.2", "1.4-0", + "1.10.5", "3.0.0", "1.5.1", "1.0.1", "1.16", "3.3", "0.8-35", + "1.0-0", "1.10.0", "0.19", "1.0", "2.1-4", "1.0.7", "2.11", "1.0.6", + "1.0.8", "2.1.2", "1.7.4", "1.2.0", "16.3", "1.0.3", "1.2-1", + "0.6.2", "1.01-2", "1.1.4.1", "0.5.2", "1.0.0", "1.5.2", "8.23.0", + "0.8-87", "0.2.1", "1.7.1", "1.2-5", "1.5-3", "1.6.4", "1.11.2", + "1.34.0", "1.0.0", "1.3.2", "2.0", "0.1.3", "1.1.14.1", "0.1.4", + "1.5-20", "2.1.4", "0.2-4", "2.2.1", "0.4.0", "1.7.2", "0.10.2", + "0.12.0", "0.4.17", "0.3.3", "3.5.1", "0.1.2", "0.6.0", "0.5.8-1", + "0.6.0", "0.9.6", "0.5.6", "3.2.0", "0.3.1", "0.6.4", "0.7.0", + "0.1.2", "5.1.0", "0.6.2", "1.4.1", "0.1.2", "2.6.6", "4.1-8", + "0.1.2", "0.16.3", "1.8.0", "0.7-5", "1.1-5", "1.2-3", "1.0.1", + "2.3", "0.5-1", "0.1.5", "0.11.1", "0.3.5", "0.5.0", "3.9.5", + "1.4.0", "2.5.4", "1.7.0", "1.0.1", "1.28.4", "3.1-52", "0.11", + "0.9-1", "5.1-3", "1.1.3", "2.4.3", "0.5.8.1", "1.6.4", "1.6.15", + "1.4.7", "1.0.5", "0.6-0", "0.7-0", "1.2-13", "2.1.1", "3.3", + "1.0.7", "0.3.1", "0.3.19", "0.20.5", "1.1-6", "1.0-5", "0.9-15", + "1.4", "0.2.7", "1.0.14", "1.0.0", "2.2.0", "2.7-6", "0.1-10", + "0.1.4", "1.8.9", "0.1.0", "2.2.1", "2.23-24", "1.3.2", "1.48", + "0.4.3", "2.13.0", "12.0-0", "1.3.2", "0.22-6", "0.6-30", "1.8.0", + "0.2.2", "3.2", "0.4.9", "1.0-10", "1.0.4", "0.9.1", "1.1-35.5", + "3.1-3", "1.7-3", "3.2", "2.5.1", "1.3-1", "0.9-40", "2.8.0", + "1.9.3", "2.0.3", "2.3.1", "1.2.11", "3.4.2", "1.13", "7.3-61", + "1.7-1", "0.5-3", "1.4.1", "0.2.1", "2.0.1", "0.16.0", "1.9-1", + "3.16.0", "3.17-44", "1.5.0", "0.12", "0.1.1.1", "1.2.8", "0.0.1", + "0.4-5", "2.4", "0.8", "1.2", "2.1-5", "1.4.0", "1.2.2.2", "0.1.11", + "0.2-23", "0.7.0", "1.9.1", "0.9.4.0", "0.20.4", "1.4-26", "0.1-10", + "0.5.1", "1.3-1", "0.3-6", "1.23", "3.1-166", "2.1.1", "7.3-19", + "1.0-4", "2016.8-1.1", "1.0.2", "2.18-2", "2.2.2", "4.2.7.1", + "1.6.3", "2023.12-4.1", "1.6.0", "1.9", "1.38.0", "0.23.0", "1.2-22", + "1.3.0", "1.7-2", "0.5.3", "1.1", "0.5-4.4", "0.12.4", "0.9-7", + "1.9.0", "2.0.3", "1.4.4", "2.0.3", "2.1.1", "1.4.0", "0.2.0", + "4.10.4", "3.8-4", "2.8-5", "1.8.9", "0.1-8", "1.4-1", "1.6.0", + "1.0.0", "0.3.18", "1.2.0", "1.6.0", "1.1.2", "1.18.5", "3.8.4", + "2024.06.25", "0.1.1", "0.4.0", "1.2.3", "0.14.0", "1.0-14", + "1.3.0", "0.4-27", "1.8.0", "1.0.2", "0.1-2", "1.5-8", "0.4.26", + "5.99", "0.7.8", "1.4.0", "1.0.3", "0.16.0", "1.8.2", "1.26.0", + "2.12.3", "2.5.1", "1.3.3", "0.1", "0.3.3", "3.6-30", "0.51.6", + "2.3", "1.4.0", "1.1-3", "2.0.1", "1.0.13", "14.0.2-1", "0.3.4.0.2", + "5.1.9", "0.3.1", "1.98-1.16", "2.6.1", "0.4.4", "0.6.1", "2.3.0", + "2.1.5", "1.4.3", "1.1.0", "0.5-1", "1.0-5", "2.0.0", "2.1.2", + "2.5.0", "1.1.7", "0.8.9", "1.4.4", "1.3.1", "1.2.3", "1.12.1", + "1.1.4", "2.28", "1.3.7", "0.9-5", "0.10.29", "0.99-4-1", "1.8.2.4", + "7.3.2", "4.1.23", "0.3.0", "2.0.4", "2.1.0", "2.3.7", "2.32.6", + "2.32.1", "2.4.0", "0.7.2", "0.17.1", "0.4-14.1", "1.3.12", "2.1.2", + "1.0.4", "1.3-8", "1.01", "1.1.7", "3.1-1", "0.4.9", "1.3.0", + "0.3-44", "0.5.5", "2.1-2", "0.4-2", "1.5.6", "1.2.2", "1.0-18", + "1.4.0", "1.4.6.1", "1.9.1", "0.9.3", "2.1.0", "2.6.0", "1.2.0", + "0.8.7", "1.2.0", "2.8.10", "2.8.16", "0.19.0", "2.1.5", "0.11.1", + "0.7.1", "1.3.2", "0.1.7-1", "2.1-4", "2.11-0", "1.84-2", "1.8.1", + "0.5.3", "1.3-5", "2021.1", "2.32.10", "0.2.3", "0.3.2", "0.3.0", + "1.5", "0.9.12", "1.8.4", "1.5.1", "1.5-4", "1.10.3", "3.7-0", + "2.1.3", "3.4.3", "1.1.0", "0.36.2.1", "1.7-83", "3.2.1.1", "2.4.9", + "0.4.0", "1.1-2", "0.3.3", "3.2.1", "1.3.1", "1.2.1", "0.4.2", + "0.3.0", "4041.110", "0.53", "0.7.5.3", "0.3.0", "2.5.6", "1.1.6", + "1.3.1", "0.10-58", "1.2-4", "0.24.4", "0.4.0", "1.2.2", "0.8-5", + "1.3-4", "1.0.1", "3.0.0", "1.2.4", "6.0.0", "1.6-1", "1.4-13", + "0.8-5", "0.6.5", "2.6-8", "1.42", "0.6.5", "0.4.2", "0.6.0", + "2.7.0", "1.6.5", "1.0.2", "0.3.6", "0.5.3", "1.2.2", "0.4.1", + "3.0.1", "0.9.4", "2.6", "1.5.1", "0.48", "3.99-0.17", "1.3.6", + "1.0.1", "1.8-4", "0.14.1", "2.3.10", "0.1.7", "2.3.1", "1.8-12", + "0.2.1", "0.11-1", # mmtable2 package from GitHub added manually to list # aida-package package from GitHub added manually to list # CDT package from GitHub added manually to list diff --git a/instat/static/InstatObject/R/data_object_R6.R b/instat/static/InstatObject/R/data_object_R6.R index 45145ecd64..eb57a74260 100644 --- a/instat/static/InstatObject/R/data_object_R6.R +++ b/instat/static/InstatObject/R/data_object_R6.R @@ -3089,8 +3089,9 @@ date_station_label="date_station" sunshine_hours_label="sunshine_hours" radiation_label="radiation" cloud_cover_label="cloud_cover" +district_label = "district" -all_climatic_column_types <- c(rain_label, rain_day_label, rain_day_lag_label, date_label, doy_label, s_doy_label, year_label, year_month_label, date_time_label, dos_label, season_label, month_label, day_label, dm_label, time_label, station_label, date_asstring_label, temp_min_label, temp_max_label, hum_min_label, hum_max_label, temp_air_label, temp_range_label, wet_buld_label, dry_bulb_label, evaporation_label, element_factor_label, identifier_label, capacity_label, wind_speed_label, wind_direction_label, lat_label, lon_label, alt_label, season_station_label, date_station_label, sunshine_hours_label, radiation_label, cloud_cover_label) +all_climatic_column_types <- c(rain_label,district_label, rain_day_label, rain_day_lag_label, date_label, doy_label, s_doy_label, year_label, year_month_label, date_time_label, dos_label, season_label, month_label, day_label, dm_label, time_label, station_label, date_asstring_label, temp_min_label, temp_max_label, hum_min_label, hum_max_label, temp_air_label, temp_range_label, wet_buld_label, dry_bulb_label, evaporation_label, element_factor_label, identifier_label, capacity_label, wind_speed_label, wind_direction_label, lat_label, lon_label, alt_label, season_station_label, date_station_label, sunshine_hours_label, radiation_label, cloud_cover_label) # Column metadata climatic_type_label <- "Climatic_Type" diff --git a/instat/static/InstatObject/R/install_packages.R b/instat/static/InstatObject/R/install_packages.R index 2b2530cb11..c62024d0d4 100644 --- a/instat/static/InstatObject/R/install_packages.R +++ b/instat/static/InstatObject/R/install_packages.R @@ -1,5 +1,5 @@ require("miniCRAN") -r_version <- "4.1" +r_version <- "4.4.1" # Specify list of packages to download pkgs <- c( diff --git a/instat/translations/rInstatTranslations.db b/instat/translations/rInstatTranslations.db index 3387a3bfc9..bcc819f29a 100644 Binary files a/instat/translations/rInstatTranslations.db and b/instat/translations/rInstatTranslations.db differ