jhorzek / lessSEM

lessSEM estimates sparse structural equation models.
https://jhorzek.github.io/lessSEM/
GNU General Public License v2.0
7 stars 1 forks source link

Improve notes system #311

Closed jhorzek closed 1 year ago

jhorzek commented 1 year ago

The package uses rlang::inform to notify users about internal processes that are not critical, but may be of interest. Currently, every function may have calls to rlang::inform, which is a bit messy. A unified system could work as follows

Todo