From cd962761cad4ea7e81477c62acf77080d1f4e295 Mon Sep 17 00:00:00 2001 From: TroyHernandez Date: Sat, 2 May 2026 21:10:17 -0500 Subject: [PATCH 1/2] Drop broken inst/validation/.venv/lib64 symlink R CMD build copy step failed with "cannot stat .venv/lib64: No such file or directory" because the symlink targets a non-existent ./lib dir. .Rbuildignore excludes .venv from the tarball, but the cp -R during build runs first and chokes on the dangling symlink. Bump to 0.0.3. --- DESCRIPTION | 2 +- inst/validation/.venv/lib64 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 inst/validation/.venv/lib64 diff --git a/DESCRIPTION b/DESCRIPTION index 081925d..ae6bbea 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: diffuseR Title: Functional Interface to Diffusion Models in R -Version: 0.0.2 +Version: 0.0.3 Authors@R: person("Troy", "Hernandez", email = "troy@cornball.ai", role = c("aut", "cre")) Description: A native R implementation of diffusion models providing a functional diff --git a/inst/validation/.venv/lib64 b/inst/validation/.venv/lib64 deleted file mode 120000 index 7951405..0000000 --- a/inst/validation/.venv/lib64 +++ /dev/null @@ -1 +0,0 @@ -lib \ No newline at end of file From aca8124bcf8891656fb08024541971952134d832 Mon Sep 17 00:00:00 2001 From: TroyHernandez Date: Sat, 2 May 2026 21:12:15 -0500 Subject: [PATCH 2/2] Keep version at 0.0.2 (no code change) --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index ae6bbea..081925d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: diffuseR Title: Functional Interface to Diffusion Models in R -Version: 0.0.3 +Version: 0.0.2 Authors@R: person("Troy", "Hernandez", email = "troy@cornball.ai", role = c("aut", "cre")) Description: A native R implementation of diffusion models providing a functional