diff --git a/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.6-foss-2024a-R-4.4.2.eb b/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.6-foss-2024a-R-4.4.2.eb new file mode 100644 index 000000000000..272afa962d2a --- /dev/null +++ b/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.6-foss-2024a-R-4.4.2.eb @@ -0,0 +1,40 @@ +easyblock = 'Bundle' + +name = 'autoplotly' +version = '0.1.6' +versionsuffix = '-R-%(rver)s' + +homepage = 'https://github.com/terrytangyuan/autoplotly' +description = """ + Automatic Generation of Interactive Visualizations for Statistical Results +""" + +toolchain = {'name': 'foss', 'version': '2024a'} + +dependencies = [ + ('R', '4.4.2'), + ('R-bundle-CRAN', '2024.11'), +] + +exts_defaultclass = 'RPackage' +exts_list = [ + ('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, { + 'source_urls': ['https://github.com/terrytangyuan/autoplotly/archive/refs/tags/'], + 'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}], + 'checksums': ['24d3dafdd087efb084f9e492da27b6faf786e1c0ca9a05200ca363a1bf5e849b'], + }), +] + +modextrapaths = {'R_LIBS_SITE': ''} + +sanity_check_paths = { + 'files': [], + 'dirs': [name], +} + +moduleclass = 'vis' diff --git a/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.6-foss-2025a-R-4.5.1.eb b/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.6-foss-2025a-R-4.5.1.eb new file mode 100644 index 000000000000..3841093f06f8 --- /dev/null +++ b/easybuild/easyconfigs/a/autoplotly/autoplotly-0.1.6-foss-2025a-R-4.5.1.eb @@ -0,0 +1,40 @@ +easyblock = 'Bundle' + +name = 'autoplotly' +version = '0.1.6' +versionsuffix = '-R-%(rver)s' + +homepage = 'https://github.com/terrytangyuan/autoplotly' +description = """ + Automatic Generation of Interactive Visualizations for Statistical Results +""" + +toolchain = {'name': 'foss', 'version': '2025a'} + +dependencies = [ + ('R', '4.5.1'), + ('R-bundle-CRAN', '2025.10'), +] + +exts_defaultclass = 'RPackage' +exts_list = [ + ('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, { + 'source_urls': ['https://github.com/terrytangyuan/autoplotly/archive/refs/tags/'], + 'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}], + 'checksums': ['24d3dafdd087efb084f9e492da27b6faf786e1c0ca9a05200ca363a1bf5e849b'], + }), +] + +modextrapaths = {'R_LIBS_SITE': ''} + +sanity_check_paths = { + 'files': [], + 'dirs': [name], +} + +moduleclass = 'vis'