-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Inflate_all() #204
feat: Inflate_all() #204
Commits on Apr 20, 2023
-
tags: feat, wip Why? - The inflate_all() function is tested What? - We need to finalize the documentation and split the current flat file into two flat files Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for e72790d - Browse repository at this point
Copy the full SHA e72790dView commit details -
doc: Splitted inflate_all into 2 flat files
tags: doc Why? - What? - Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for 20e7123 - Browse repository at this point
Copy the full SHA 20e7123View commit details -
tags: doc Why? - What? - Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for bbab20d - Browse repository at this point
Copy the full SHA bbab20dView commit details -
fix: Remove adding "pkg" in config_fusen.yml
tags: fix Why? - What? - Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for c38ecfc - Browse repository at this point
Copy the full SHA c38ecfcView commit details -
tags: fix, test Why? - df_to_config() shouldnt be allowed to receive inflate parameters when working with "keep" What? - Edited the function, doc, and unit tests Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for 9bf63cb - Browse repository at this point
Copy the full SHA 9bf63cbView commit details
Commits on Apr 28, 2023
-
tags: feat, test Why? warnings comes with the call of the function it was called, here it was not really informative What? - Add call. = FALSE to clean the warning output
Configuration menu - View commit details
-
Copy full SHA for 2ae7e7b - Browse repository at this point
Copy the full SHA 2ae7e7bView commit details -
tags: feat, doc, test Why? - Stop also outputs the call by default What? - Clean stop call output to avoid do.call(xxx) message
Configuration menu - View commit details
-
Copy full SHA for f397a1b - Browse repository at this point
Copy the full SHA f397a1bView commit details -
fix: return nothing if cancel addin
tags: fix Stop the process if Cancel is checked issue #157
Configuration menu - View commit details
-
Copy full SHA for bb9b8c3 - Browse repository at this point
Copy the full SHA bb9b8c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3e71e9 - Browse repository at this point
Copy the full SHA a3e71e9View commit details -
fix: modify tests according to new messages
tags: fix, test Why? - Showing messages with {cli} for clarity What? - Update unit test - Add function to be tested for outputs only - Refactor unit test structure with multiple test_that calls for easier maintenance
Configuration menu - View commit details
-
Copy full SHA for 56bc321 - Browse repository at this point
Copy the full SHA 56bc321View commit details -
feat: add check and document in inflate all
tags: feat Why? - Need to document and check once only What? - Add check an document as in inflate
Configuration menu - View commit details
-
Copy full SHA for a7f569e - Browse repository at this point
Copy the full SHA a7f569eView commit details
Commits on Apr 29, 2023
-
refactor: clean warnings and messages
tags: refactor, test Why? - Unit tests output is long and multiple messages are useless for debugging - New version of R does not like to readlines with missing final line What? - Added some suppressMessages() - Added extra line in `cat()` created files
Configuration menu - View commit details
-
Copy full SHA for 5bb9dec - Browse repository at this point
Copy the full SHA 5bb9decView commit details
Commits on May 5, 2023
-
fix: Correcting unit tests for inflate_all()
tags: fix, test Why? - What? - qpdf had to be installed on workbench - replaced some expect_equal by expect_true(all(...)) Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for 0bd4b70 - Browse repository at this point
Copy the full SHA 0bd4b70View commit details
Commits on May 9, 2023
-
ci: Added MASS in dependencies
tags: ci Why? - Trying to resolve CI errors What? - Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for 9ae6670 - Browse repository at this point
Copy the full SHA 9ae6670View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a2cc1c - Browse repository at this point
Copy the full SHA 4a2cc1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6b5d76 - Browse repository at this point
Copy the full SHA c6b5d76View commit details
Commits on May 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 28deeb9 - Browse repository at this point
Copy the full SHA 28deeb9View commit details -
fix: Changing devtools::check with rcmdcheck::rcmdcheck
tags: fix, feat, test, ci Why? - We had issues using devtools::check because of a missing MASS library What? - check() automatically builds a package before calling check_built(), as this is the recommended way to check packages. Note that this process runs in an independent R session, so nothing in your current workspace will affect the process. Under-the-hood, check() and check_built() rely on pkgbuild::build() and rcmdcheck::rcmdcheck(). Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for 0ceda0a - Browse repository at this point
Copy the full SHA 0ceda0aView commit details -
test: Added unit tests to deal with "keep" in inflate_all()
tags: test Why? - What? - Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for 31f08a1 - Browse repository at this point
Copy the full SHA 31f08a1View commit details -
fix: Removed a forgotten browser()
tags: fix Why? - What? - Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for 8e4901d - Browse repository at this point
Copy the full SHA 8e4901dView commit details -
test: Add test for inflate_all_no_check()
tags: test Why? - What? - Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for a39a1a5 - Browse repository at this point
Copy the full SHA a39a1a5View commit details
Commits on May 11, 2023
-
feat: Stored logicals in yaml in the right format
tags: feat Why? - Logicals were written as yes/no, we want them to be stored as TRUE/FALSE What? - https://tech.lgbt/@debruine/110315357001043525 Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for a253b4e - Browse repository at this point
Copy the full SHA a253b4eView commit details -
feat: Add a function to document and check package
tags: feat Why? - The same operation was done in inflate() and inflate_all(), we needed a function What? - see document_and_check_pkg() Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for ba45a5a - Browse repository at this point
Copy the full SHA ba45a5aView commit details
Commits on May 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1982567 - Browse repository at this point
Copy the full SHA 1982567View commit details -
fix: Use check=FALSE in inflate_all() examples
tags: fix, doc, ci Why? - What? - Issues issue #96
Configuration menu - View commit details
-
Copy full SHA for 41eafde - Browse repository at this point
Copy the full SHA 41eafdeView commit details
Commits on Jun 3, 2023
-
tags: chore, ci - Use the latest version of actions to apply to 'devel' action (the one that use the github version of parsermd) - Use ubuntu-devel
Configuration menu - View commit details
-
Copy full SHA for 1d42b12 - Browse repository at this point
Copy the full SHA 1d42b12View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0020e6 - Browse repository at this point
Copy the full SHA c0020e6View commit details
Commits on Jun 4, 2023
-
fix: warning No such file or directory
tags: fix, test path_foosen does not exist till it is not created. normalizePath need mustWork=FALSE to avoid sending a warning.
Configuration menu - View commit details
-
Copy full SHA for 37c6acd - Browse repository at this point
Copy the full SHA 37c6acdView commit details -
fix: incomplete final line on Rproj
tags: fix, test - Add extra line in Rproj file.
Configuration menu - View commit details
-
Copy full SHA for 5982ec4 - Browse repository at this point
Copy the full SHA 5982ec4View commit details -
fix: do not deal with attachment warning
tags: fix, test - It was anticipated a problem with new version of attachment, but it is finally not the case. We can verify it as it is now on CRAN
Configuration menu - View commit details
-
Copy full SHA for 5af02ac - Browse repository at this point
Copy the full SHA 5af02acView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2049bc - Browse repository at this point
Copy the full SHA f2049bcView commit details -
refactor: separate config from clean doc
tags: refactor, test, doc - As clean phase is not ready, we keep it separated for later developments
Configuration menu - View commit details
-
Copy full SHA for 312c75d - Browse repository at this point
Copy the full SHA 312c75dView commit details -
fix: make the force be with us
tags: fix, test - `force` parameter should allow to add files in the config file even if they do not exist
Configuration menu - View commit details
-
Copy full SHA for 84b23dd - Browse repository at this point
Copy the full SHA 84b23ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd4bc56 - Browse repository at this point
Copy the full SHA fd4bc56View commit details -
doc: update documentation for inflate_all
tags: doc - Manage NEWS with unpublished 0.5.0 - Re-write inflate_all doc
Configuration menu - View commit details
-
Copy full SHA for 7360e50 - Browse repository at this point
Copy the full SHA 7360e50View commit details
Commits on Jun 6, 2023
-
fix: Use names instead of position
tags: fix, test - Modification of files needs to be done using name instead of position as 'sort' changes in non-interactive environments - Fix 'sort' by 'order' in unit tests to properly select a row issue #96
Configuration menu - View commit details
-
Copy full SHA for 845ff24 - Browse repository at this point
Copy the full SHA 845ff24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 679d051 - Browse repository at this point
Copy the full SHA 679d051View commit details -
chore: update inflates to inflate_all
tags: chore - Need to inflate a few flats before being able to use inflate_all() - Or define state
Configuration menu - View commit details
-
Copy full SHA for cf76ea9 - Browse repository at this point
Copy the full SHA cf76ea9View commit details -
fix: inflate_all with no state in keep section
tags: fix, test - A dev version of fusen has no "state" in "keep" section issue #96
Configuration menu - View commit details
-
Copy full SHA for e9d0b40 - Browse repository at this point
Copy the full SHA e9d0b40View commit details -
feat: inflate_all does not open any vignette by default
tags: feat, doc - Opening a vignette is an individual choice issue #96
Configuration menu - View commit details
-
Copy full SHA for dbb617c - Browse repository at this point
Copy the full SHA dbb617cView commit details -
fix: set back check outputs with print()
tags: fix - check() outputs need to be printed in the console
Configuration menu - View commit details
-
Copy full SHA for e8bc3f9 - Browse repository at this point
Copy the full SHA e8bc3f9View commit details -
feat: make inflate output invisible
tags: feat There is no general use to see the path of the current package being inflated. It only matters for unit tests
Configuration menu - View commit details
-
Copy full SHA for 7457d2c - Browse repository at this point
Copy the full SHA 7457d2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 212e785 - Browse repository at this point
Copy the full SHA 212e785View commit details