-
Notifications
You must be signed in to change notification settings - Fork 1
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
Suggestions for improving the vignettes #35
Comments
how_to_install.Rmd
# install.packages("devtools")
devtools::install_github("Big-Life-Lab/recodeflow", dependencies = TRUE, build_vignettes = TRUE)
|
variables_sheet.Rmd
|
variable_details.Rmd
|
missing_data_(tagged_na).Rmd
|
rec_with_table.Rmd
|
how_to_recode.Rmd
|
how_to_use_recodeflow_with_your_data.Rmd
|
In general, The suggestions look great. I suggest addressing anything that looks uncontroversial (reducing redundancy, fixing grammar, clarifying...) and isn't a breaking change. You could PR the changes and get feedback on specifics. Another way of replying is saying there are quite a few comments and suggestions and so it is difficult to respond to all of them in this thread. Let's have separate issue discussions for a few questions. That said, here is a few specific responses.
|
|
These suggestion sound good. With runiverse, how would users install the development version? |
|
|
|
|
|
I think it's possible to get R-universe to track and build the development branch of a particular GitHub repo: https://ropensci.org/blog/2021/06/22/setup-runiverse/#pro-tip-tracking-custom-branches-or-releases |
|
tester1
andtester2
should be referred to as datasets rather than databases; the latter usually refers to an organized collection of dataQuestions that crossed my mind
label
column of the variables sheetrec_with_table()
?The text was updated successfully, but these errors were encountered: