Skip to content

Commit

Permalink
Merge pull request #476 from IDEMSInternational/master
Browse files Browse the repository at this point in the history
updated master
  • Loading branch information
conlooptechnologies authored Feb 19, 2024
2 parents 8b2bb8a + eea3245 commit 1b3fa0c
Show file tree
Hide file tree
Showing 46 changed files with 3,559 additions and 2,031 deletions.
2 changes: 1 addition & 1 deletion instat/dlgCircularDensityPlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Public Class dlgCircularDensityPlot
Private Sub InitialiseDialog()
Dim dctKernel As New Dictionary(Of String, String)
Dim dctUnits As New Dictionary(Of String, String)

ucrBase.iHelpTopicID = 181
ucrBase.clsRsyntax.iCallType = 3
ucrBase.clsRsyntax.bExcludeAssignedFunctionOutput = False

Expand Down
1 change: 1 addition & 0 deletions instat/dlgClimaticNCMPCountRecords.vb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Public Class dlgClimaticNCMPCountRecords
Private Sub InitialiseDialog()
Dim dctResolution As New Dictionary(Of String, String)

ucrBase.iHelpTopicID=631
ucrSelectorForA2.SetParameter(New RParameter("a2", 0))
ucrSelectorForA2.SetParameterIsrfunction()
ucrSelectorForA2.ucrAvailableDataFrames.lblDataFrame.Text = "Indices Data Frame:"
Expand Down
1 change: 1 addition & 0 deletions instat/dlgClimaticNCMPIndices.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Public Class dlgClimaticNCMPIndices
End Sub

Private Sub InitialiseDialog()
ucrBase.iHelpTopicID=627
ucrSelectorIndices.SetParameter(New RParameter("df", 0))
ucrSelectorIndices.SetParameterIsrfunction()

Expand Down
1 change: 1 addition & 0 deletions instat/dlgClimaticNCMPRegionAverage.vb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Public Class dlgClimaticNCMPRegionAverage
Private Sub InitialiseDialog()
Dim dctResolution As New Dictionary(Of String, String)

ucrBase.iHelpTopicID=629
ucrSelectorForA2.SetParameter(New RParameter("a2", 0))
ucrSelectorForA2.SetParameterIsrfunction()
ucrSelectorForA2.ucrAvailableDataFrames.lblDataFrame.Text = "Indices Data Frame:"
Expand Down
1 change: 1 addition & 0 deletions instat/dlgClimaticNCMPSummaryFile.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Public Class dlgClimaticNCMPSummaryFile
Private Sub InitialiseDialog()
Dim dctResolution As New Dictionary(Of String, String)

ucrBase.iHelpTopicID=632
ucrSelectorA2.SetParameter(New RParameter("a2", 0))
ucrSelectorA2.SetParameterIsRFunction()
ucrSelectorA2.lblDataFrame.Text = "Indices Data Frame:"
Expand Down
1 change: 1 addition & 0 deletions instat/dlgClimaticNCMPTrendGraphs.vb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Public Class dlgClimaticNCMPTrendGraphs
Private Sub InitialiseDialog()
Dim dctResolution As New Dictionary(Of String, String)

ucrBase.iHelpTopicID=630
ucrSelectorForA2.SetParameter(New RParameter("a2", 0))
ucrSelectorForA2.SetParameterIsrfunction()
ucrSelectorForA2.ucrAvailableDataFrames.lblDataFrame.Text = "Indices Data Frame:"
Expand Down
1 change: 1 addition & 0 deletions instat/dlgClimaticNCMPVariogram.vb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Public Class dlgClimaticNCMPVariogram
End Sub

Private Sub InitialiseDialog()
ucrBase.iHelpTopicID=628
ucrSelectorVariogram.SetParameter(New RParameter("a2", 0))
ucrSelectorVariogram.SetParameterIsrfunction()
ucrSelectorVariogram.ucrAvailableDataFrames.lblDataFrame.Text = "Indices Data Frame:"
Expand Down
2 changes: 1 addition & 1 deletion instat/dlgClimaticStationMaps.vb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Public Class dlgClimaticStationMaps
End Sub

Private Sub InitialiseDialog()
ucrBase.iHelpTopicID = 558
ucrBase.iHelpTopicID = 645
ucrBase.clsRsyntax.iCallType = 3
ucrBase.clsRsyntax.bExcludeAssignedFunctionOutput = False

Expand Down
96 changes: 48 additions & 48 deletions instat/dlgColumnStats.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions instat/dlgColumnStats.vb
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,6 @@ Public Class dlgColumnStats
TestOKEnabled()
End Sub

Private Sub cmdProportionsPercentages_Click(sender As Object, e As EventArgs) Handles cmdProportionsPercentages.Click
sdgProportionsPercentages.SetRFunction(clsDefaultFunction, bResetSubdialog)
sdgProportionsPercentages.ShowDialog()
bResetSubdialog = False
TestOKEnabled()
End Sub

Private Sub ucrChkOmitMissing_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrChkOmitMissing.ControlValueChanged
If clsSummariesList.ContainsParameter("summary_cor") OrElse clsSummariesList.ContainsParameter("summary_cov") Then
clsDefaultFunction.AddParameter("use", Chr(34) & "'na.or.complete'" & Chr(34))
Expand Down
2 changes: 1 addition & 1 deletion instat/dlgCompare.vb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Public Class dlgCompare
End Sub

Private Sub InitialiseDialog()
ucrBase.iHelpTopicID = 562
ucrBase.iHelpTopicID = 634
ucrPnlCompare.AddRadioButton(rdoDifferences)
ucrPnlCompare.AddRadioButton(rdoAnomalies)
ucrPnlCompare.AddParameterPresentCondition(rdoDifferences, "manipulations", False)
Expand Down
1 change: 1 addition & 0 deletions instat/dlgCompareSummary.vb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Public Class dlgCompareSummary
End Sub

Private Sub InitialiseDialog()
ucrBase.iHelpTopicID = 635
ucrSelectorVerificationSummary.SetParameter(New RParameter("data_name", 0))
ucrSelectorVerificationSummary.SetParameterIsString()

Expand Down
1 change: 1 addition & 0 deletions instat/dlgConditionalQuantilePlot.vb
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Public Class dlgConditionalQuantilePlot
Dim dctLegendPosition As New Dictionary(Of String, String)
Dim dctStatistics As New Dictionary(Of String, String)
ucrBase.clsRsyntax.iCallType = 3
ucrBase.iHelpTopicID = 642

ucrConditionalQuantilePlotSelector.SetParameter(New RParameter("mydata", 0))
ucrConditionalQuantilePlotSelector.SetParameterIsrfunction()
Expand Down
Loading

0 comments on commit 1b3fa0c

Please sign in to comment.