-
Notifications
You must be signed in to change notification settings - Fork 1
docs: reorganise documentation and simplify installation guide #36
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
Conversation
Fix formatting and removed the python code Signed-off-by: Jessica Ikechukwu <Jessica.Ikechukwu@uwe.ac.uk>
Updated installation instructions for acro-r, including prerequisites and step-by-step guidance for setting up Python and R environments. Signed-off-by: Jessica Ikechukwu <Jessica.Ikechukwu@uwe.ac.uk>
Signed-off-by: Jessica Ikechukwu <Jessica.Ikechukwu@uwe.ac.uk>
Signed-off-by: Jessica Ikechukwu <Jessica.Ikechukwu@uwe.ac.uk>
Signed-off-by: Jessica Ikechukwu <Jessica.Ikechukwu@uwe.ac.uk>
Signed-off-by: Jessica Ikechukwu <Jessica.Ikechukwu@uwe.ac.uk>
Signed-off-by: Jessica Ikechukwu <Jessica.Ikechukwu@uwe.ac.uk>
Signed-off-by: Jessica Ikechukwu <Jessica.Ikechukwu@uwe.ac.uk>
Added a comprehensive installation guide for the acro package, including instructions for CRAN and GitHub installation, prerequisites, initialization, troubleshooting, and verification steps. Signed-off-by: Jessica Ikechukwu <Jessica.Ikechukwu@uwe.ac.uk>
Signed-off-by: Jessica Ikechukwu <Jessica.Ikechukwu@uwe.ac.uk>
This document introduces the ACRO-R package, its features, and usage instructions. It also includes acknowledgements and links to relevant resources. Signed-off-by: Jessica Ikechukwu <Jessica.Ikechukwu@uwe.ac.uk>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #36 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 5
Lines 107 107
=========================================
Hits 107 107 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
rpreen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks ok to me; but it heavily modifies the existing INSTALL.md that @jim-smith wrote, so he should probably confirm this one.
|
@jim-smith Could you please take a look at the INSTALL.md file to check that it makes sense? |
|
@JessUWE you've removed a load of key details from the installation guide Those may have benefitted from simplifying, but threes ket stuff about changing the value of the environment variable RETICULATE.PYTHON without which it doesn't work- see e.g. what users had to do it the issue about adding conda support |
Deleted non-functional files from the inst folder: Examples.md, installation.md, supports.md, and welcome.md. Updated the _pkgdown.yml file to reference the new articles located in the Vignettes folder. Created new .Rmd files for installation, supports, welcome, and examples. Revised the Readme.md and Install.md files by removing most of the Python installation configuration code.