Skip to content
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

Ready for documentation work #16

Merged
merged 13 commits into from
Dec 1, 2023
Merged

Ready for documentation work #16

merged 13 commits into from
Dec 1, 2023

Conversation

wleoncio
Copy link
Member

@wleoncio wleoncio commented Nov 30, 2023

Hi Theo,

This PR contains all the changes we discussed yesterday. Please review and test the code carefully, noticing that some of your external scripts may not work since some function changed names (capitalization was standardized).

Once this is merged, all we need to submit to cran is to work on issues #5 and #12, and possibly #15. Decided to split this into fewer PRs than what I said yesterday because it felt less confusing to me to do it like this, hope that's ok. :)

Summary of commits

To test this PR

Please run the code below to install and review this version of MADMMplasso:

remotes::install_github("ocbe-uio/MADMMplasso", "issue-13")

Literally commited the output of `styler::style_pkg()`.
This should fix check issues compiling on Windows. Apparently, the former is not a standard type, but the latter is (https://stackoverflow.com/a/5678057/1169233).
Some functions had names containing periods, which confuses with S3 dot notation. Others had different cases (snake case, camel case), which may confuse users.
Facilitates development and maintenance while preventing merge conflicts
This avoids confusion with dot-notation.
@wleoncio wleoncio added the enhancement New feature or request label Nov 30, 2023
@wleoncio wleoncio requested a review from Theo-qua November 30, 2023 06:21
@wleoncio wleoncio linked an issue Nov 30, 2023 that may be closed by this pull request
8 tasks
@Theo-qua
Copy link
Collaborator

Hello Waldir,
Thank you for update. Could you please check the below error by running the example with the cv_MADMMplasso. I get this error when I run with the current update (both the one from yesterday and today). We can check it together tomorrow.

Error: Not compatible with requested type: [type=S4; target=double].

Theo

@Theo-qua Theo-qua merged commit 5e2b04a into main Dec 1, 2023
@Theo-qua
Copy link
Collaborator

Theo-qua commented Dec 1, 2023 via email

@wleoncio
Copy link
Member Author

wleoncio commented Dec 4, 2023

Thanks, I'll open an issue from your comment above regarding the performance. We can work on it at the same time as the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Minor documentation adjustments for CRAN
2 participants