Replies: 6 comments
-
I now have had some time looking into the different options. I think the easiest fix to getting the size of the package down is to make all vignettes articles and only have them on the webpage. My experience is that you would rarely work on code without an internet connection and even then, the documentation is quite detailed in my opinion. So, I would hope that users could work with that until they have internet again and then can have a look into the vignettes. |
Beta Was this translation helpful? Give feedback.
-
Good with me. The code and examples are well documented. When trying out new packages I find it useful if there's a narrative introduction to their main features and use cases. Perhaps we make one general vignette "bmm-overview" that is precompiled and introduces people to the package. Like an expanded readme that goes over what measurement models are, why to use them, a few simple examples from the different functionalities. More breath than depth. |
Beta Was this translation helpful? Give feedback.
-
This could be a rough shorter draft of what the general paper we want to write would be |
Beta Was this translation helpful? Give feedback.
-
I think having one "bmm-overview" vignette precompiled and shipped with the package is a good idea. And it would be a good start for the general paper we plan to write. |
Beta Was this translation helpful? Give feedback.
-
Nothing this here not to forget:
|
Beta Was this translation helpful? Give feedback.
-
We decided on not having vignettes at all. Everything will just be an article on the website. |
Beta Was this translation helpful? Give feedback.
-
Their size is too large for CRAN because of the .rds fit files
Installing them from github fails if you don't install all dependencies in Suggests
Options:
Other vignette tasks:
Beta Was this translation helpful? Give feedback.
All reactions