Skip to content

{vis}[foss/2024a,foss/2025a] autoplotly v0.1.6 w/ R 4.4.2, R 4.5.1 - #26527

Open
PhoenixEmik wants to merge 5 commits into
easybuilders:developfrom
PhoenixEmik:20260726102049_new_pr_autoplotly015
Open

{vis}[foss/2024a,foss/2025a] autoplotly v0.1.6 w/ R 4.4.2, R 4.5.1#26527
PhoenixEmik wants to merge 5 commits into
easybuilders:developfrom
PhoenixEmik:20260726102049_new_pr_autoplotly015

Conversation

@PhoenixEmik

@PhoenixEmik PhoenixEmik commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

(created using eb --new-pr)
Switch upstream to GitHub since the source has been removed by CRAN.
Also update dependency package to the latest.

@github-actions github-actions Bot added update 2024a issues & PRs related to 2024a common toolchains 2025a issues & PRs related to 2025a common toolchains labels Jul 26, 2026
@github-actions

github-actions Bot commented Jul 26, 2026

Copy link
Copy Markdown

Updated software autoplotly-0.1.6-foss-2024a-R-4.4.2.eb

Diff against autoplotly-0.1.4-foss-2023b-R-4.4.1.eb

easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.4-foss-2023b-R-4.4.1.eb

diff --git a/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.4-foss-2023b-R-4.4.1.eb b/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.6-foss-2024a-R-4.4.2.eb
index e15b87c5d2..272afa962d 100644
--- a/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.4-foss-2023b-R-4.4.1.eb
+++ b/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.6-foss-2024a-R-4.4.2.eb
@@ -1,7 +1,7 @@
 easyblock = 'Bundle'
 
 name = 'autoplotly'
-version = '0.1.4'
+version = '0.1.6'
 versionsuffix = '-R-%(rver)s'
 
 homepage = 'https://github.com/terrytangyuan/autoplotly'
@@ -9,28 +9,24 @@ description = """
  Automatic Generation of Interactive Visualizations for Statistical Results
 """
 
-toolchain = {'name': 'foss', 'version': '2023b'}
+toolchain = {'name': 'foss', 'version': '2024a'}
 
 dependencies = [
-    ('R', '4.4.1'),
-    ('R-bundle-CRAN', '2024.06'),
+    ('R', '4.4.2'),
+    ('R-bundle-CRAN', '2024.11'),
 ]
 
 exts_defaultclass = 'RPackage'
-exts_default_options = {
-    'sources': ['%(name)s_%(version)s.tar.gz'],
-    'source_urls': [
-        'https://cran.r-project.org/src/contrib/Archive/%(name)s',  # package archive
-        'https://cran.r-project.org/src/contrib/',  # current version of packages
-        'https://cran.freestatistics.org/src/contrib',  # mirror alternative for current packages
-    ],
-}
 exts_list = [
-    ('ggfortify', '0.4.19', {
-        'checksums': ['2c568cf85be4e5ee932af7b3cc248d4360320b00bb8b29a230b29dd6f3636abd'],
+    ('ggfortify', '0.4.20', {
+        'source_urls': ['https://github.com/sinhrks/ggfortify/archive/refs/tags/'],
+        'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}],
+        'checksums': ['409eb776ac481dbcb936578d70fc091866ee7cb799d3fe3c3ed269899b94bda8'],
     }),
     (name, version, {
-        'checksums': ['81aeb1fb24e9ed1f29ad9d8c98f6ce93423c9a4107f4f391003fbea6b63ca7fc'],
+        'source_urls': ['https://github.com/terrytangyuan/autoplotly/archive/refs/tags/'],
+        'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}],
+        'checksums': ['24d3dafdd087efb084f9e492da27b6faf786e1c0ca9a05200ca363a1bf5e849b'],
     }),
 ]
 

Updated software autoplotly-0.1.6-foss-2025a-R-4.5.1.eb

Diff against autoplotly-0.1.4-foss-2023b-R-4.4.1.eb

easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.4-foss-2023b-R-4.4.1.eb

diff --git a/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.4-foss-2023b-R-4.4.1.eb b/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.6-foss-2025a-R-4.5.1.eb
index e15b87c5d2..3841093f06 100644
--- a/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.4-foss-2023b-R-4.4.1.eb
+++ b/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.6-foss-2025a-R-4.5.1.eb
@@ -1,7 +1,7 @@
 easyblock = 'Bundle'
 
 name = 'autoplotly'
-version = '0.1.4'
+version = '0.1.6'
 versionsuffix = '-R-%(rver)s'
 
 homepage = 'https://github.com/terrytangyuan/autoplotly'
@@ -9,28 +9,24 @@ description = """
  Automatic Generation of Interactive Visualizations for Statistical Results
 """
 
-toolchain = {'name': 'foss', 'version': '2023b'}
+toolchain = {'name': 'foss', 'version': '2025a'}
 
 dependencies = [
-    ('R', '4.4.1'),
-    ('R-bundle-CRAN', '2024.06'),
+    ('R', '4.5.1'),
+    ('R-bundle-CRAN', '2025.10'),
 ]
 
 exts_defaultclass = 'RPackage'
-exts_default_options = {
-    'sources': ['%(name)s_%(version)s.tar.gz'],
-    'source_urls': [
-        'https://cran.r-project.org/src/contrib/Archive/%(name)s',  # package archive
-        'https://cran.r-project.org/src/contrib/',  # current version of packages
-        'https://cran.freestatistics.org/src/contrib',  # mirror alternative for current packages
-    ],
-}
 exts_list = [
-    ('ggfortify', '0.4.19', {
-        'checksums': ['2c568cf85be4e5ee932af7b3cc248d4360320b00bb8b29a230b29dd6f3636abd'],
+    ('ggfortify', '0.4.20', {
+        'source_urls': ['https://github.com/sinhrks/ggfortify/archive/refs/tags/'],
+        'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}],
+        'checksums': ['409eb776ac481dbcb936578d70fc091866ee7cb799d3fe3c3ed269899b94bda8'],
     }),
     (name, version, {
-        'checksums': ['81aeb1fb24e9ed1f29ad9d8c98f6ce93423c9a4107f4f391003fbea6b63ca7fc'],
+        'source_urls': ['https://github.com/terrytangyuan/autoplotly/archive/refs/tags/'],
+        'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}],
+        'checksums': ['24d3dafdd087efb084f9e492da27b6faf786e1c0ca9a05200ca363a1bf5e849b'],
     }),
 ]
 

@PhoenixEmik

Copy link
Copy Markdown
Contributor Author

Test report by @PhoenixEmik
SUCCESS
Build succeeded for 2 out of 2 (total: 1 min 23 secs) (2 easyconfigs in total)
hpcf3-fc04.cpos.internal - Linux Rocky Linux 8.10 (Green Obsidian), x86_64, Intel(R) Xeon(R) Gold 6448H, Python 3.12.12
See https://gist.github.com/PhoenixEmik/a080889891a6adc275308cf53fc14484 for a full test report.

@PhoenixEmik

Copy link
Copy Markdown
Contributor Author

Test report by @PhoenixEmik
SUCCESS
Build succeeded for 2 out of 2 (total: 1 min 16 secs) (2 easyconfigs in total)
hpcf3-fc04.cpos.internal - Linux Rocky Linux 8.10 (Green Obsidian), x86_64, Intel(R) Xeon(R) Gold 6448H, Python 3.12.12
See https://gist.github.com/PhoenixEmik/618f9055b93adfb61833ba2ae1aa9bf6 for a full test report.

@PhoenixEmik PhoenixEmik reopened this Jul 28, 2026
@PhoenixEmik PhoenixEmik changed the title {vis}[foss/2024a,foss/2025a] autoplotly v0.1.5 w/ R 4.4.2, R 4.5.1 {vis}[foss/2024a,foss/2025a] autoplotly v0.1.6 w/ R 4.4.2, R 4.5.1 Jul 28, 2026
@PhoenixEmik

Copy link
Copy Markdown
Contributor Author

Test report by @PhoenixEmik
SUCCESS
Build succeeded for 2 out of 2 (total: 1 min 18 secs) (2 easyconfigs in total)
hpcf3-fc04.cpos.internal - Linux Rocky Linux 8.10 (Green Obsidian), x86_64, Intel(R) Xeon(R) Gold 6448H, Python 3.12.12
See https://gist.github.com/PhoenixEmik/5150009d1a835c657b14d9ea0a15714e for a full test report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2024a issues & PRs related to 2024a common toolchains 2025a issues & PRs related to 2025a common toolchains update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant