Skip to content

Commit

Permalink
Merge pull request IDEMSInternational#8542 from MeSophie/GeneralDialo…
Browse files Browse the repository at this point in the history
…gIssue

Some Improvements to the Describe > Graphics > General dialog
  • Loading branch information
N-thony authored Oct 3, 2023
2 parents 7233297 + 8ea7db6 commit ba90216
Show file tree
Hide file tree
Showing 6 changed files with 1,775 additions and 1,138 deletions.
582 changes: 485 additions & 97 deletions instat/dlgGeneralForGraphics.Designer.vb

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions instat/dlgGeneralForGraphics.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,7 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="ContextMenuPackagesList.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>217, 12</value>
</metadata>
</root>
289 changes: 260 additions & 29 deletions instat/dlgGeneralForGraphics.vb

Large diffs are not rendered by default.

1,952 changes: 976 additions & 976 deletions instat/sdgPlots.Designer.vb

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion instat/static/InstatObject/R/install_packages.R
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ pkgs <-
"statquotes",
"desplot",
#applying formatting on vectors and data frames to make data presentation easier, richer, more flexible and hopefully convey more information
"formattable"
"formattable",
#A 'ggplot2' extension that allows text to follow curved paths.
"geomtextpath"
)
pkgList <- pkgDep(pkgs, type="win.binary", repos = "https://cran.rstudio.com/", suggests = FALSE, includeBasePkgs = FALSE, Rversion = r_version)
pth <- "C:/Users/chris/Documents/RPackages"
Expand Down
83 changes: 48 additions & 35 deletions instat/ucrAdditionalLayers.Designer.vb

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

0 comments on commit ba90216

Please sign in to comment.