diff --git a/.Rbuildignore b/.Rbuildignore index 94aa517..8d43d10 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -20,3 +20,4 @@ ^README\.Rmd$ ^README\.html$ ^cran-comments\.md$ +^CRAN-SUBMISSION$ diff --git a/DESCRIPTION b/DESCRIPTION index 975f34b..a6b83bd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: condathis Title: Run Any CLI Tool on a 'Conda' Environment -Version: 0.0.7.9011 +Version: 0.0.8 Authors@R: c( person("Lucio", "Queiroz", , "luciorqueiroz@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6090-1834")), diff --git a/NEWS.md b/NEWS.md index 80712d2..d18f5da 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,6 +8,10 @@ * The default `TMPDIR` for all `run()` and `run_bin()` calls are clean after execution. +* All error messages are resurfaced in the exported function call instead of being thrown in the internal `processx` call. + +* New classes were added to the error condition in most functions. + ## New features ## Minor improvements and fixes