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

Version 1.4.6 #90

Merged
merged 17 commits into from
Feb 19, 2024
Merged

Version 1.4.6 #90

merged 17 commits into from
Feb 19, 2024

Conversation

TomSnijders
Copy link
Collaborator

Description

This is a version on the way to a new CRAN acceptance. The main changes have to do with the use of RInternals.h and the use of R_NO_REMAP, in accordance with "Writing R Extensions". Furthermore, due to memory leak errors, function sienaRI and the option prML=2 were disabled; this will be investigated further and, hopefully, these functionalities will return later.
Also, there is a new functionality using the keyword targets in siena07. Also, some minor bugs were corrected and some minor things cleaned up. All this is detailed in the NEWS.md file.

Checklist:

Checks

  • The package builds on my OS without issues
  • My changes generate no new warnings

Documentation

  • I have commented my code inline, particularly in hard-to-understand areas
  • If function added/modified, I have added/modified documentation (in .R file)
  • I have added a description of all changes to this pull request above and to the NEWS.md file
  • I have bumped the version in the DESCRIPTION and man/RSiena-package.md files by the appropriate increment:
    • 'major' (incompatible API changes)
    • 'minor' (add functionality in a backwards compatible manner)
    • 'patch' (backwards compatible bug fixes)

Sorry, something went wrong.

csteglich and others added 14 commits January 11, 2024 11:03
Changed test 14 in parallel.R (plus outcome file) to test whether prML=2 is root of memory leak problem.
Another leak test for valgrind. This time test 16 is temporarily disabled.
Prepended Rf_ in many places; reordered #include commands
Because of a memory leak
because of a memory leak
Error if bipartite comens before onemode
@TomSnijders TomSnijders self-assigned this Feb 19, 2024
@TomSnijders
Copy link
Collaborator Author

Furthermore, changed varDyadCovar and coDyadCovar to resolve issue #88.
I still must update the manual.

TomSnijders and others added 2 commits February 19, 2024 17:31
@TomSnijders TomSnijders merged commit 88e3751 into main Feb 19, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants